this repo has no description

Merge pull request #24138 from dkalinichenko-js/opam-publish-base.v0.16.2

Package base.v0.16.2

Changed files
+39
packages
base
base.v0.16.2
+39
packages/base/base.v0.16.2/opam
···
+
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.14.0"}
+
"sexplib0" {>= "v0.16" & < "v0.17"}
+
"dune" {>= "2.0.0"}
+
"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/refs/tags/v0.16.2.tar.gz"
+
checksum: [
+
"md5=e0fbb6fd77d85b5de4766ce5d9593af2"
+
"sha512=d5f00c411dbdffe6cabc7ec309550c4f947e79c9ff6c95cbb2d148fd0bbff060db8019c9544c1db56172a6d143f810e700d7092d404ba6cbcd756cbaa896813f"
+
]
+
}