···2929src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/incremental-v0.16.0.tar.gz"
3030checksum: "sha256=3464f34f1048ee53e0727c83acfaa8c303f0133e3cf78ef745773fa63aa0872a"
3131}
3232+flags: deprecated
3333+post-messages: [
3434+ "Due to a name clash lru_cache has been renamed janestreet_lru_cache: lru_cache.v0.16.0 and its dependant incremental.v0.16.0 will be marked as unavailable on May 1, please update your dependencies before that date."
3535+]
+36
packages/incremental/incremental.v0.16.1/opam
···11+opam-version: "2.0"
22+maintainer: "Jane Street developers"
33+authors: ["Jane Street Group, LLC"]
44+homepage: "https://github.com/janestreet/incremental"
55+bug-reports: "https://github.com/janestreet/incremental/issues"
66+dev-repo: "git+https://github.com/janestreet/incremental.git"
77+doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/incremental/index.html"
88+license: "MIT"
99+build: [
1010+ ["dune" "build" "-p" name "-j" jobs]
1111+]
1212+depends: [
1313+ "ocaml" {>= "4.14.0"}
1414+ "core" {>= "v0.16" & < "v0.17"}
1515+ "core_kernel" {>= "v0.16" & < "v0.17"}
1616+ "janestreet_lru_cache" {>= "v0.16.1" & < "v0.17"}
1717+ "ppx_jane" {>= "v0.16" & < "v0.17"}
1818+ "ppx_optcomp" {>= "v0.16" & < "v0.17"}
1919+ "dune" {>= "2.0.0"}
2020+]
2121+synopsis: "Library for incremental computations"
2222+description: "
2323+Part of Jane Street's Core library
2424+The Core suite of libraries is an industrial strength alternative to
2525+OCaml's standard library that was developed by Jane Street, the
2626+largest industrial user of OCaml.
2727+"
2828+url {
2929+ src:
3030+ "https://github.com/janestreet/incremental/archive/refs/tags/v0.16.1.tar.gz"
3131+ checksum: [
3232+ "md5=c1c01831c72847296ce2569d2cc4372f"
3333+ "sha512=0116a82509c9037529092c5a31bdc8f0c64ed3d4c7a58a67f5250685196c9830e352100c83185bba8b2db949ffc9e3f39a0bbfe14c07e0da63e0302ca24aaa7a"
3434+ ]
3535+}
3636+
···2323src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/lru_cache-v0.16.0.tar.gz"
2424checksum: "sha256=aa6b87aa9316ee41ca6e8b1291b6955305b26ba3330aa4e7fdcc0f921e3fc976"
2525}
2626+flags: deprecated
2727+post-messages: [
2828+ "Due to a name clash lru_cache has been renamed janestreet_lru_cache: lru_cache.v0.16.0 and its dependant incremental.v0.16.0 will be marked as unavailable on May 1, please update your dependencies before that date."
2929+]