opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/base" bug-reports: "https://github.com/janestreet/base/issues" dev-repo: "git+https://github.com/janestreet/base.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/base/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.04.2" & < "4.12"} "sexplib0" {>= "v0.13" & < "v0.14"} "dune" {>= "1.5.1"} "dune-configurator" ] 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 " url { src: "https://github.com/janestreet/base/archive/v0.13.1.tar.gz" checksum: [ "sha256=f2dc50c724669b278428cc4c9c742f754049ebe59537b984377b0a777e677b50" "md5=296457416f9a8b75e6edfc3b1140e384" ] }