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"} 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 { 48 src: "https://github.com/janestreet/core/archive/refs/tags/v0.17.1.tar.gz" 49 checksum: [ 50 "md5=743a141234e04210e295980f7a78a6d9" 51 "sha512=61b415f4fb12c78d30649fff1aabe3a475eea926ce6edb7774031f4dc7f37ea51f5d9337ead6ec73cd93da5fd1ed0f2738c210c71ebc8fe9d7f6135a06bd176f" 52 ] 53}