···
2
+
synopsis: "Self-adjusting computations"
4
+
This is a small, self-contained library for self-adjusting (incremental) computations.
5
+
It was written for OCurrent, but can be used separately too.
7
+
It is similar to Jane Street's incremental library, but much smaller and
8
+
has no external dependencies.
10
+
It is also similar to the react library, but the results do not depend on the
11
+
behaviour of the garbage collector. In particular, functions stop being called
12
+
as soon as they are no longer needed."""
13
+
maintainer: "talex5@gmail.com"
14
+
authors: "talex5@gmail.com"
15
+
homepage: "https://github.com/ocurrent/current_incr"
16
+
doc: "https://ocurrent.github.io/current_incr/"
17
+
bug-reports: "https://github.com/ocurrent/current_incr/issues"
19
+
"ocaml" {>= "4.08.0"}
21
+
"alcotest" {with-test}
22
+
"mdx" {>= "1.10.0" & with-test}
25
+
["dune" "build" "-p" name "-j" jobs]
26
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
28
+
dev-repo: "git+https://github.com/ocurrent/current_incr.git"
29
+
license: "Apache-2.0"
32
+
"https://github.com/ocurrent/current_incr/releases/download/0.6.0/current_incr-0.6.0.tbz"
34
+
"sha256=bf762d7fd3df75a85d12858ae58f0a02e7ef0c9106d46cf40559bb23e97aa62e"
35
+
"sha512=deab1d7b6e599ae8827c5b869eadf5bac7ed8e9b8301d0d2395ed921d31ae14c1a50b391cba94ad1b39444cef00731fd6563e974ec98380c15e86e4aebcee7a7"
38
+
x-commit-hash: "eb29308601e8cf12f1f7f5efe2340a6df4376141"