forked from janestreet/incremental
-
Notifications
You must be signed in to change notification settings - Fork 0
/
incremental.opam
27 lines (26 loc) · 883 Bytes
/
incremental.opam
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
opam-version: "1.2"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/incremental"
bug-reports: "https://github.com/janestreet/incremental/issues"
dev-repo: "git+https://github.com/janestreet/incremental.git"
license: "Apache-2.0"
build: [
["jbuilder" "build" "--only-packages" "incremental" "--root" "." "-j" jobs "@install"]
]
depends: [
"core"
"incremental_kernel"
"jbuilder" {build & >= "1.0+beta8"}
"ppx_driver"
"ppx_jane"
"ocaml-migrate-parsetree" {>= "0.4"}
]
available: [ ocaml-version >= "4.03.0" ]
descr: "
Library for incremental computations
Part of Jane Street's Core 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.
"