···
2
+
maintainer: "Jane Street developers"
3
+
authors: ["Jane Street Group, LLC"]
4
+
homepage: "https://github.com/janestreet/base"
5
+
bug-reports: "https://github.com/janestreet/base/issues"
6
+
dev-repo: "git+https://github.com/janestreet/base.git"
7
+
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/base/index.html"
10
+
["dune" "build" "-p" name "-j" jobs]
13
+
"ocaml" {>= "5.1.0"}
14
+
"ocaml_intrinsics_kernel" {>= "v0.17" & < "v0.18"}
15
+
"sexplib0" {>= "v0.17" & < "v0.18"}
16
+
"dune" {>= "3.11.0"}
19
+
available: arch != "arm32" & arch != "x86_32"
20
+
synopsis: "Full standard library replacement for OCaml"
22
+
Full standard library replacement for OCaml
24
+
Base is a complete and portable alternative to the OCaml standard
25
+
library. It provides all standard functionalities one would expect
26
+
from a language standard library. It uses consistent conventions
27
+
across all of its module.
29
+
Base aims to be usable in any context. As a result system dependent
30
+
features such as I/O are not offered by Base. They are instead
31
+
provided by companion libraries such as stdio:
33
+
https://github.com/janestreet/stdio
36
+
src: "https://github.com/janestreet/base/archive/refs/tags/v0.17.1.tar.gz"
38
+
"md5=9ad01b82a1013ca72b9b7628c9a5d954"
39
+
"sha512=ed5eb5e83d8085fc06f111862d609b393e394bbdcc6e25bab50030a250ffa2e540dbee02169b6f28ec220f10f61d189cd7b5646eece910c63620f5174fb5a655"