opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/fieldslib" bug-reports: "https://github.com/janestreet/fieldslib/issues" dev-repo: "git+https://github.com/janestreet/fieldslib.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/fieldslib/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "base" {= "v0.17~preview.129.11+135"} "dune" {>= "2.0.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Syntax extension to define first class values representing record fields, to get and set record fields, iterate and fold over all fields of a record and create new record values" description: " Part of Jane Street's Core library The Core suite of libraries is an industrial strength alternative to OCaml's standard library that was developed by Jane Street, the largest industrial user of OCaml. " url { src: "https://github.com/janestreet/fieldslib/archive/d8caf005f16a5f859afff7da1e7f41f981525f69.tar.gz" checksum: "sha256=b63c55c43e775babd949f994271c50b2bf12969f047da6b4e46194885ba87603" } flags: deprecated post-messages: [ "IMPORTANT: The bleeding edge repository mirror on ocaml.janestreet.com is being deprecated in favor of our official GitHub repository." "To ensure you receive the latest packages and updates, please update your repository URL by running:" " opam repo set-url janestreet-bleeding https://github.com/janestreet/opam-repository.git" ]