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" & < "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] 36conflicts: ["base-domains"] 37synopsis: "Industrial strength alternative to OCaml's standard library" 38description: " 39The Core suite of libraries is an industrial strength alternative to 40OCaml's standard library that was developed by Jane Street, the 41largest industrial user of OCaml. 42 43This is the system-independent part of Core. Unix-specific parts were moved to [core-unix]. 44" 45url { 46src: "https://ocaml.janestreet.com/ocaml-core/v0.15/files/core-v0.15.0.tar.gz" 47checksum: "sha256=3a656f2b8605dd052da6459ad8dace3263d21efe15ef2b3bd36aaa8f8ce85e1f" 48}