···11+opam-version: "2.0"
22+maintainer: "Jane Street developers"
33+authors: ["Jane Street Group, LLC"]
44+homepage: "https://github.com/janestreet/base"
55+bug-reports: "https://github.com/janestreet/base/issues"
66+dev-repo: "git+https://github.com/janestreet/base.git"
77+doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/base/index.html"
88+license: "MIT"
99+build: [
1010+ ["dune" "build" "-p" name "-j" jobs]
1111+]
1212+depends: [
1313+ "ocaml" {>= "4.14.0"}
1414+ "sexplib0" {>= "v0.16" & < "v0.17"}
1515+ "dune" {>= "2.0.0"}
1616+ "dune-configurator"
1717+]
1818+synopsis: "Full standard library replacement for OCaml"
1919+description: "
2020+Full standard library replacement for OCaml
2121+2222+Base is a complete and portable alternative to the OCaml standard
2323+library. It provides all standard functionalities one would expect
2424+from a language standard library. It uses consistent conventions
2525+across all of its module.
2626+2727+Base aims to be usable in any context. As a result system dependent
2828+features such as I/O are not offered by Base. They are instead
2929+provided by companion libraries such as stdio:
3030+3131+ https://github.com/janestreet/stdio
3232+"
3333+url {
3434+ src: "https://github.com/janestreet/base/archive/refs/tags/v0.16.4.tar.gz"
3535+ checksum: [
3636+ "md5=1716b735b93c9d068dd9790bb40d6562"
3737+ "sha512=ab1bf389889dda97235a76782858521256ab65290831c1234781bc4b3ec8186680616f64b922b0c9dfd11b2ed46e0be9e9b8778904a97ef5f849132b925fd210"
3838+ ]
3939+}