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.14.0" & < "5.1~"} "base" {>= "v0.16" & < "v0.17"} "base_bigstring" {>= "v0.16" & < "v0.17"} "base_quickcheck" {>= "v0.16" & < "v0.17"} "bin_prot" {>= "v0.16" & < "v0.17"} "fieldslib" {>= "v0.16" & < "v0.17"} "jane-street-headers" {>= "v0.16" & < "v0.17"} "jst-config" {>= "v0.16" & < "v0.17"} "ppx_assert" {>= "v0.16" & < "v0.17"} "ppx_base" {>= "v0.16" & < "v0.17"} "ppx_hash" {>= "v0.16" & < "v0.17"} "ppx_inline_test" {>= "v0.16" & < "v0.17"} "ppx_jane" {>= "v0.16" & < "v0.17"} "ppx_optcomp" {>= "v0.16" & < "v0.17"} "ppx_sexp_conv" {>= "v0.16" & < "v0.17"} "ppx_sexp_message" {>= "v0.16" & < "v0.17"} "sexplib" {>= "v0.16" & < "v0.17"} "splittable_random" {>= "v0.16" & < "v0.17"} "stdio" {>= "v0.16" & < "v0.17"} "time_now" {>= "v0.16" & < "v0.17"} "typerep" {>= "v0.16" & < "v0.17"} "variantslib" {>= "v0.16" & < "v0.17"} "dune" {>= "2.0.0"} ] 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.16/files/core-v0.16.0.tar.gz" checksum: "sha256=47c80523fc50da4cc1a95d6fde7bcdb99c74a51a7f88823f8c6f089ff1c95c87" }