opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/accessor_base" bug-reports: "https://github.com/janestreet/accessor_base/issues" dev-repo: "git+https://github.com/janestreet/accessor_base.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/accessor_base/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "accessor" {= "v0.17~preview.129.11+135"} "base" {= "v0.17~preview.129.11+135"} "higher_kinded" {= "v0.17~preview.129.11+135"} "ppx_accessor" {= "v0.17~preview.129.11+135"} "ppx_jane" {= "v0.17~preview.129.11+135"} "dune" {>= "2.0.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Accessors for Base types, for use with the Accessor library" description: " This library provides accessors for numerous types in Base. " url { src: "https://github.com/janestreet/accessor_base/archive/d4050f5ece56705eb8a7f7fcdcc151f5db0df742.tar.gz" checksum: "sha256=c6da92e7fa3a5985af352a3e108e21d8d09bb5b1e30f263e6b0e881dcf476399" } 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" ]