opam-version: "2.0"
name: "base"
version: "v0.16.3"
synopsis: "Full standard library replacement for OCaml"
description: """\
Full standard library replacement for OCaml

Base is a complete and portable alternative to the OCaml standard
library. It provides all standard functionalities one would expect
from a language standard library. It uses consistent conventions
across all of its module.

Base aims to be usable in any context. As a result system dependent
features such as I/O are not offered by Base. They are instead
provided by companion libraries such as stdio:

  https://github.com/janestreet/stdio"""
maintainer: "Jane Street developers"
authors: "Jane Street Group, LLC"
license: "MIT"
homepage: "https://github.com/janestreet/base"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/base/index.html"
bug-reports: "https://github.com/janestreet/base/issues"
depends: [
  "ocaml" {>= "4.14.0"}
  "sexplib0" {>= "v0.16" & < "v0.17"}
  "dune" {>= "2.0.0"}
  "dune-configurator"
  "conf-bash"
]
build: ["dune" "build" "-p" name "-j" jobs]
dev-repo: "git+https://github.com/janestreet/base.git"
url {
  src: "https://github.com/janestreet/base/archive/refs/tags/v0.16.3.tar.gz"
  checksum: [
    "md5=04572fc23a4651604cfcab83f720cb4c"
    "sha512=69380ed392faf4495459f97f70a10a6959fce71d2e6ba093472fc272141646307fd7872407de855dfa48ef0435f6587eae5aa50f4a67eac40a9e1946d0c3c070"
  ]
}
