this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/jst-config" 5bug-reports: "https://github.com/janestreet/jst-config/issues" 6dev-repo: "git+https://github.com/janestreet/jst-config.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/jst-config/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.04.2"} 14 "base" {>= "v0.14" & < "v0.15"} 15 "ppx_assert" {>= "v0.14" & < "v0.15"} 16 "stdio" {>= "v0.14" & < "v0.15"} 17 "dune" {>= "2.0.0"} 18 "dune-configurator" 19] 20synopsis: "Compile-time configuration for Jane Street libraries" 21description: " 22Defines compile-time constants used in Jane Street libraries such as Base, Core, and 23Async. 24 25This package has an unstable interface; it is intended only to share configuration between 26different packages from Jane Street. Future updates may not be backward-compatible, and we 27do not recommend using this package directly. 28" 29url { 30 src: 31 "https://github.com/janestreet/jst-config/archive/refs/tags/v0.14.1.tar.gz" 32 checksum: [ 33 "sha256=a4cab8a69c62d440de8b59f75e56ce2bbaac2448c4b123e07b8b17b629d0b271" 34 "md5=ca0d970356cc99b0a5660058a93ff589" 35 ] 36}