opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/core" bug-reports: "https://github.com/janestreet/core/issues" dev-repo: "git+https://github.com/janestreet/core.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/core/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "base" {= "v0.17~preview.129.11+135"} "base_bigstring" {= "v0.17~preview.129.11+135"} "base_quickcheck" {= "v0.17~preview.129.11+135"} "bin_prot" {= "v0.17~preview.129.11+135"} "fieldslib" {= "v0.17~preview.129.11+135"} "jane-street-headers" {= "v0.17~preview.129.11+135"} "jst-config" {= "v0.17~preview.129.11+135"} "ppx_assert" {= "v0.17~preview.129.11+135"} "ppx_base" {= "v0.17~preview.129.11+135"} "ppx_hash" {= "v0.17~preview.129.11+135"} "ppx_inline_test" {= "v0.17~preview.129.11+135"} "ppx_jane" {= "v0.17~preview.129.11+135"} "ppx_optcomp" {= "v0.17~preview.129.11+135"} "ppx_sexp_conv" {= "v0.17~preview.129.11+135"} "ppx_sexp_message" {= "v0.17~preview.129.11+135"} "sexplib" {= "v0.17~preview.129.11+135"} "splittable_random" {= "v0.17~preview.129.11+135"} "stdio" {= "v0.17~preview.129.11+135"} "time_now" {= "v0.17~preview.129.11+135"} "typerep" {= "v0.17~preview.129.11+135"} "variantslib" {= "v0.17~preview.129.11+135"} "dune" {>= "2.0.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Industrial strength alternative to OCaml's standard library" description: " The Core suite of libraries is an industrial strength alternative to OCaml's standard library that was developed by Jane Street, the largest industrial user of OCaml. This is the system-independent part of Core. Unix-specific parts were moved to [core_unix]. " url { src: "https://github.com/janestreet/core/archive/228aaf564ee936cbd9ef1e501f1f27ca03711f20.tar.gz" checksum: "sha256=3039f64bc1c7a14655594d6c2ac8839d276686fd30cbdea2d419277654ce7ec8" } flags: deprecated post-messages: [ "IMPORTANT: The bleeding edge repository mirror on ocaml.janestreet.com is being deprecated in favor of our official GitHub repository." "To ensure you receive the latest packages and updates, please update your repository URL by running:" " opam repo set-url janestreet-bleeding https://github.com/janestreet/opam-repository.git" ]