opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/core" bug-reports: "https://github.com/janestreet/core/issues" dev-repo: "git+https://github.com/janestreet/core.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/core/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.11.0" & < "5.1~"} "base" {>= "v0.15" & < "v0.16"} "base_bigstring" {>= "v0.15" & < "v0.16"} "base_quickcheck" {>= "v0.15" & < "v0.16"} "bin_prot" {>= "v0.15" & < "v0.16"} "fieldslib" {>= "v0.15" & < "v0.16"} "jane-street-headers" {>= "v0.15" & < "v0.16"} "jst-config" {>= "v0.15" & < "v0.16"} "ppx_assert" {>= "v0.15" & < "v0.16"} "ppx_base" {>= "v0.15" & < "v0.16"} "ppx_hash" {>= "v0.15" & < "v0.16"} "ppx_inline_test" {>= "v0.15" & < "v0.16"} "ppx_jane" {>= "v0.15" & < "v0.16"} "ppx_sexp_conv" {>= "v0.15" & < "v0.16"} "ppx_sexp_message" {>= "v0.15" & < "v0.16"} "sexplib" {>= "v0.15" & < "v0.16"} "splittable_random" {>= "v0.15" & < "v0.16"} "stdio" {>= "v0.15" & < "v0.16"} "time_now" {>= "v0.15" & < "v0.16"} "typerep" {>= "v0.15" & < "v0.16"} "variantslib" {>= "v0.15" & < "v0.16"} "dune" {>= "2.0.0"} ] conflicts: ["base-domains"] synopsis: "Industrial strength alternative to OCaml's standard library" description: " 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. This is the system-independent part of Core. Unix-specific parts were moved to [core-unix]. " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.15/files/core-v0.15.0.tar.gz" checksum: "sha256=3a656f2b8605dd052da6459ad8dace3263d21efe15ef2b3bd36aaa8f8ce85e1f" }