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" 7license: "MIT" 8build: [ 9 ["dune" "build" "-p" name "-j" jobs] 10] 11depends: [ 12 "ocaml" {>= "4.07.0" & < "4.12.0"} 13 "jst-config" {>= "v0.12" & < "v0.13"} 14 "core_kernel" {>= "v0.12" & < "v0.13"} 15 "ppx_jane" {>= "v0.12" & < "v0.13"} 16 "sexplib" {>= "v0.12" & < "v0.13"} 17 "base-threads" 18 "dune" {>= "1.5.1"} 19 "spawn" {>= "v0.12"} 20] 21synopsis: "Industrial strength alternative to OCaml's standard library" 22description: " 23The Core suite of libraries is an industrial strength alternative to 24OCaml's standard library that was developed by Jane Street, the 25largest industrial user of OCaml. 26" 27depexts: ["linux-headers"] {os-distribution = "alpine"} 28url { 29 src: "https://github.com/janestreet/core/archive/v0.12.2.tar.gz" 30 checksum: [ 31 "sha256=29e8b851f9ef8624839f729282849d0252db6866c29f5d482846ad32d7314f48" 32 "md5=c521d9ae441683154b0008146c112ff4" 33 ] 34}