Skip to content

Commit fee7f3f

Browse files
Package base.v0.17.3
1 parent 6db96b3 commit fee7f3f

File tree

1 file changed

+41
-0
lines changed
  • packages/base/base.v0.17.3

1 file changed

+41
-0
lines changed

packages/base/base.v0.17.3/opam

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
opam-version: "2.0"
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"
8+
license: "MIT"
9+
build: [
10+
["dune" "build" "-p" name "-j" jobs]
11+
]
12+
depends: [
13+
"ocaml" {>= "5.1.0"}
14+
"ocaml_intrinsics_kernel" {>= "v0.17.0" & < "v0.18.0"}
15+
"sexplib0" {>= "v0.17.0" & < "v0.18.0"}
16+
"dune" {>= "3.11.0"}
17+
"dune-configurator"
18+
]
19+
available: arch != "arm32" & arch != "x86_32"
20+
synopsis: "Full standard library replacement for OCaml"
21+
description: "
22+
Full standard library replacement for OCaml
23+
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.
28+
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:
32+
33+
https://github.com/janestreet/stdio
34+
"
35+
url {
36+
src: "https://github.com/janestreet/base/archive/refs/tags/v0.17.3.tar.gz"
37+
checksum: [
38+
"md5=2100b0ed13fecf43be86ed45c5b2cc4d"
39+
"sha512=628610caff7e124631870fa1e29661caac28bdfdb18750ee43b868037da3d65d6dd9023b4be7c4c52405679efb5e865a6632d95606a22b28a36636a6bf706ef3"
40+
]
41+
}

0 commit comments

Comments
 (0)