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.3.tar.gz"
30 checksum: [
31 "sha256=3f33a0adb2504b62590e8c6ddb7cdcc433248e4ca09fc5e64057f234dbce4eed"
32 "md5=7bd476a69141c1b921dee8c1b4dd6353"
33 ]
34}