this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/core" 5bug-reports: "https://github.com/janestreet/core/issues" 6dev-repo: "git+https://github.com/janestreet/core.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/core/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.11.0" & < "5.1~"} 14 "base" {>= "v0.15.1" & < "v0.16"} 15 "base_bigstring" {>= "v0.15" & < "v0.16"} 16 "base_quickcheck" {>= "v0.15" & < "v0.16"} 17 "bin_prot" {>= "v0.15" & < "v0.16"} 18 "fieldslib" {>= "v0.15" & < "v0.16"} 19 "jane-street-headers" {>= "v0.15" & < "v0.16"} 20 "jst-config" {>= "v0.15" & < "v0.16"} 21 "ppx_assert" {>= "v0.15" & < "v0.16"} 22 "ppx_base" {>= "v0.15" & < "v0.16"} 23 "ppx_hash" {>= "v0.15" & < "v0.16"} 24 "ppx_inline_test" {>= "v0.15" & < "v0.16"} 25 "ppx_jane" {>= "v0.15" & < "v0.16"} 26 "ppx_sexp_conv" {>= "v0.15" & < "v0.16"} 27 "ppx_sexp_message" {>= "v0.15" & < "v0.16"} 28 "sexplib" {>= "v0.15" & < "v0.16"} 29 "splittable_random" {>= "v0.15" & < "v0.16"} 30 "stdio" {>= "v0.15" & < "v0.16"} 31 "time_now" {>= "v0.15" & < "v0.16"} 32 "typerep" {>= "v0.15" & < "v0.16"} 33 "variantslib" {>= "v0.15" & < "v0.16"} 34 "dune" {>= "2.0.0"} 35] 36synopsis: "Industrial strength alternative to OCaml's standard library" 37description: " 38The Core suite of libraries is an industrial strength alternative to 39OCaml's standard library that was developed by Jane Street, the 40largest industrial user of OCaml. 41 42This is the system-independent part of Core. Unix-specific parts were moved to [core-unix]. 43" 44url { 45src: "https://github.com/janestreet/core/archive/refs/tags/v0.15.1.tar.gz" 46checksum: "sha256=6f7bbdda1d97f2f542a45331f062127dd5264d6ed73ece7b2c6b330785dfc991" 47}