packageanycache
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=192a4ed7805c20f257e40c10df1aa030ad5acf88134b33a5b6486611b276ec01
md5=5edf38601cee4aefec6b7d6e922f208f
Description
anycache is a scan-resistant LRU/2Q cache.See thedocumentation for details on the algorithm used.
anycache is distributed under the ISC license.
Published:25 Nov 2016
README
anycache — scan-resistant LRU/2Q cache
v0.6.0
anycache is a scan-resistant LRU/2Q cache. See thedocumentation for details on the algorithm used.
anycache is distributed under the ISC license.
Homepage: https://gitlab.com/edwintorok/ocaml-anycache
Installation
anycache can be installed withopam
:
opam install anycache
If you don't useopam
consult theopam
file for build instructions.
Documentation
The documentation and API reference is automatically generated by from the source interfaces. It can be consultedonline or viaodig doc anycache
.
Sample programs
If you installed anycache withopam
sample programs are located in the directoryopam config var anycache:doc
.
In the distribution sample programs and tests are located in thetest
directory of the distribution. They can be built and run with:
topkg build --tests true && topkg test
Dependencies (6)
- result
- base-bytes
- topkg
build
- ocamlbuild
build
- ocamlfind
build
- ocaml
>= "4.01.0"
Dev Dependencies (1)
- alcotest
with-test & >= "0.7.2" & < "0.8.0"
Used by (1)
Conflicts (1)
- async
>= "v0.10.0"