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.4.tar.gz" 30 checksum: [ 31 "sha256=7996e4063d51bdb7337ded720d31d4bc4c02cca467fad6b550c0f9ae8deae0bb" 32 "md5=85f006b0666f4fe05c566be8fda64cb2" 33 ] 34}