forked from janestreet/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcore.opam
More file actions
28 lines (27 loc) · 880 Bytes
/
core.opam
File metadata and controls
28 lines (27 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
opam-version: "1.2"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/core"
bug-reports: "https://github.com/janestreet/core/issues"
dev-repo: "git+https://github.com/janestreet/core.git"
license: "MIT"
build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"core_kernel"
"ppx_jane"
"sexplib"
"base-threads"
"jbuilder" {build & >= "1.0+beta18.1"}
"ocaml-migrate-parsetree" {>= "1.0"}
"ppxlib" {>= "0.1.0"}
"spawn" {>= "v0.12"}
]
available: [ ocaml-version >= "4.06.1" ]
descr: "
Industrial strength alternative to OCaml's standard library
The Core suite of libraries is an industrial strength alternative to
OCaml's standard library that was developed by Jane Street, the
largest industrial user of OCaml.
"