Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Find file
Copy path
opam-repository/packages/incremental_kernel/incremental_kernel.v0.9.0/opam
Find file
Copy path
Fetching contributors…

opam-version: "2.0" | |
maintainer: "opensource@janestreet.com" | |
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] | |
homepage: "https://github.com/janestreet/incremental_kernel" | |
bug-reports: "https://github.com/janestreet/incremental_kernel/issues" | |
dev-repo: "git+https://github.com/janestreet/incremental_kernel.git" | |
license: "Apache-2.0" | |
build: [ | |
["jbuilder" "build" "-p" name "-j" jobs] | |
] | |
depends: [ | |
"ocaml" {>= "4.03.0"} | |
"core_kernel" {>= "v0.9" & < "v0.10"} | |
"jbuilder" {>= "1.0+beta7"} | |
"ppx_driver" {>= "v0.9" & < "v0.10"} | |
"ppx_jane" {>= "v0.9" & < "v0.10"} | |
"ocaml-migrate-parsetree" {>= "0.4"} | |
] | |
synopsis: | |
"Library for incremental computations depending only on Core_kernel" | |
description: """ | |
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.""" | |
url { | |
src: | |
"https://ocaml.janestreet.com/ocaml-core/v0.9/files/incremental_kernel-v0.9.0.tar.gz" | |
checksum: "md5=37ce6ade298c1e5492b7c06c472cf3e7" | |
} |