opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/profunctor" bug-reports: "https://github.com/janestreet/profunctor/issues" dev-repo: "git+https://github.com/janestreet/profunctor.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/profunctor/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "base" {= "v0.17~preview.129.11+135"} "ppx_jane" {= "v0.17~preview.129.11+135"} "record_builder" {= "v0.17~preview.129.11+135"} "dune" {>= "2.0.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "A library providing a signature for simple profunctors and traversal of a record" description: " This is a very small library which provides a signature for profunctor types and operations which can be used to traverse a record with them based on record_builder and the =ppx_fields= syntax extension. " url { src: "https://github.com/janestreet/profunctor/archive/0f320aebde83fa9800544abebe7d6581ed561c5e.tar.gz" checksum: "sha256=911f7b12ea808c5c09c89ac5baa2979aa19eda7dad34e0d4c0861c4d55e1229e" } 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" ]