Skip to content

Commit 01f6a09

Browse files
authored
Merge pull request ocaml#23934 from dkalinichenko-js/opam-publish-base.v0.16.1
Package base.v0.16.1
2 parents c36b6a3 + e2bbcd3 commit 01f6a09

File tree

1 file changed

+39
-0
lines changed
  • packages/base/base.v0.16.1

1 file changed

+39
-0
lines changed

packages/base/base.v0.16.1/opam

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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" {>= "4.14.0"}
14+
"sexplib0" {>= "v0.16" & < "v0.17"}
15+
"dune" {>= "2.0.0"}
16+
"dune-configurator"
17+
]
18+
synopsis: "Full standard library replacement for OCaml"
19+
description: "
20+
Full standard library replacement for OCaml
21+
22+
Base is a complete and portable alternative to the OCaml standard
23+
library. It provides all standard functionalities one would expect
24+
from a language standard library. It uses consistent conventions
25+
across all of its module.
26+
27+
Base aims to be usable in any context. As a result system dependent
28+
features such as I/O are not offered by Base. They are instead
29+
provided by companion libraries such as stdio:
30+
31+
https://github.com/janestreet/stdio
32+
"
33+
url {
34+
src: "https://github.com/janestreet/base/archive/refs/tags/v0.16.1.tar.gz"
35+
checksum: [
36+
"md5=ae1cc041c0f8ea3ca163bc904336e9aa"
37+
"sha512=347ccc68be09ef207f0ac793f1c472688855ba53c317a35c95f7124be4105985b54f866b604a66a9d2e54bc320f7b29ffa3eb224622b1cce6ca504e1ee4888ff"
38+
]
39+
}

0 commit comments

Comments
 (0)