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" & < "5.1~"}
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]
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.16/files/core-v0.16.0.tar.gz"
47checksum: "sha256=47c80523fc50da4cc1a95d6fde7bcdb99c74a51a7f88823f8c6f089ff1c95c87"
48}