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