···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" {>= "5.1.0"}
1414+ "ocaml_intrinsics_kernel" {>= "v0.17" & < "v0.18"}
1515+ "sexplib0" {>= "v0.17" & < "v0.18"}
1616+ "dune" {>= "3.11.0"}
1717+ "dune-configurator"
1818+]
1919+available: arch != "arm32" & arch != "x86_32"
2020+synopsis: "Full standard library replacement for OCaml"
2121+description: "
2222+Full standard library replacement for OCaml
2323+2424+Base is a complete and portable alternative to the OCaml standard
2525+library. It provides all standard functionalities one would expect
2626+from a language standard library. It uses consistent conventions
2727+across all of its module.
2828+2929+Base aims to be usable in any context. As a result system dependent
3030+features such as I/O are not offered by Base. They are instead
3131+provided by companion libraries such as stdio:
3232+3333+ https://github.com/janestreet/stdio
3434+"
3535+url {
3636+ src: "https://github.com/janestreet/base/archive/refs/tags/v0.17.1.tar.gz"
3737+ checksum: [
3838+ "md5=9ad01b82a1013ca72b9b7628c9a5d954"
3939+ "sha512=ed5eb5e83d8085fc06f111862d609b393e394bbdcc6e25bab50030a250ffa2e540dbee02169b6f28ec220f10f61d189cd7b5646eece910c63620f5174fb5a655"
4040+ ]
4141+}