This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
35
unikernel/duniverse/base/base.opam
Normal file
35
unikernel/duniverse/base/base.opam
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
opam-version: "2.0"
|
||||
version: "v0.17.3"
|
||||
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" {>= "5.1.0"}
|
||||
"ocaml_intrinsics_kernel" {>= "v0.17.0" & < "v0.18.0"}
|
||||
"sexplib0" {>= "v0.17.0" & < "v0.18.0"}
|
||||
"dune" {>= "3.11.0"}
|
||||
"dune-configurator"
|
||||
]
|
||||
available: arch != "arm32" & arch != "x86_32"
|
||||
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
|
||||
"
|
||||
Loading…
Add table
Add a link
Reference in a new issue