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.14.0"} 14 "base" {>= "v0.16" & < "v0.17"} 15 "base_bigstring" {>= "v0.16" & < "v0.17"} 16 "base_quickcheck" {>= "v0.16" & < "v0.17"} 17 "bin_prot" {>= "v0.16" & < "v0.17"} 18 "fieldslib" {>= "v0.16" & < "v0.17"} 19 "jane-street-headers" {>= "v0.16" & < "v0.17"} 20 "jst-config" {>= "v0.16" & < "v0.17"} 21 "ppx_assert" {>= "v0.16" & < "v0.17"} 22 "ppx_base" {>= "v0.16" & < "v0.17"} 23 "ppx_hash" {>= "v0.16" & < "v0.17"} 24 "ppx_inline_test" {>= "v0.16" & < "v0.17"} 25 "ppx_jane" {>= "v0.16" & < "v0.17"} 26 "ppx_optcomp" {>= "v0.16" & < "v0.17"} 27 "ppx_sexp_conv" {>= "v0.16" & < "v0.17"} 28 "ppx_sexp_message" {>= "v0.16" & < "v0.17"} 29 "sexplib" {>= "v0.16" & < "v0.17"} 30 "splittable_random" {>= "v0.16" & < "v0.17"} 31 "stdio" {>= "v0.16" & < "v0.17"} 32 "time_now" {>= "v0.16" & < "v0.17"} 33 "typerep" {>= "v0.16" & < "v0.17"} 34 "variantslib" {>= "v0.16" & < "v0.17"} 35 "dune" {>= "2.0.0"} 36] 37available: arch != "x86_32" 38synopsis: "Industrial strength alternative to OCaml's standard library" 39description: " 40The Core suite of libraries is an industrial strength alternative to 41OCaml's standard library that was developed by Jane Street, the 42largest industrial user of OCaml. 43 44This is the system-independent part of Core. Unix-specific parts were moved to [core-unix]. 45" 46url { 47 src: "https://github.com/janestreet/core/archive/refs/tags/v0.16.2.tar.gz" 48 checksum: [ 49 "md5=bcac85c0ec5795ccabf1dccf0968ecd9" 50 "sha512=2e68556773549e0bf302c8733c9fc57df3c0fd73a1b547dc17097f74c5b5482c816ef89853b437e49452da7c124ef32a8a0de0dff64d71145b2ab11befbe5bb2" 51 ] 52}