this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/incremental" 5bug-reports: "https://github.com/janestreet/incremental/issues" 6dev-repo: "git+https://github.com/janestreet/incremental.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/incremental/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.14.0"} 14 "core" {>= "v0.16" & < "v0.17"} 15 "core_kernel" {>= "v0.16" & < "v0.17"} 16 "janestreet_lru_cache" {>= "v0.16.1" & < "v0.17"} 17 "ppx_jane" {>= "v0.16" & < "v0.17"} 18 "ppx_optcomp" {>= "v0.16" & < "v0.17"} 19 "dune" {>= "2.0.0"} 20] 21synopsis: "Library for incremental computations" 22description: " 23Part of Jane Street's Core library 24The Core suite of libraries is an industrial strength alternative to 25OCaml's standard library that was developed by Jane Street, the 26largest industrial user of OCaml. 27" 28url { 29 src: 30 "https://github.com/janestreet/incremental/archive/refs/tags/v0.16.1.tar.gz" 31 checksum: [ 32 "md5=c1c01831c72847296ce2569d2cc4372f" 33 "sha512=0116a82509c9037529092c5a31bdc8f0c64ed3d4c7a58a67f5250685196c9830e352100c83185bba8b2db949ffc9e3f39a0bbfe14c07e0da63e0302ca24aaa7a" 34 ] 35} 36