this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/resource_cache"
5bug-reports: "https://github.com/janestreet/resource_cache/issues"
6dev-repo: "git+https://github.com/janestreet/resource_cache.git"
7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/resource_cache/index.html"
8license: "MIT"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "4.08.0"}
14 "async_kernel" {>= "v0.14" & < "v0.15"}
15 "async_rpc_kernel" {>= "v0.14" & < "v0.15"}
16 "core_kernel" {>= "v0.14" & < "v0.15"}
17 "ppx_jane" {>= "v0.14" & < "v0.15"}
18 "dune" {>= "2.0.0"}
19]
20synopsis: "General resource cache"
21description: "
22This library offers a functor to create a resource cache over some
23abstract [Resource] type. The cache enables resource reuse while
24obeying various limits.
25"
26url {
27 src:
28 "https://ocaml.janestreet.com/ocaml-core/v0.14/files/resource_cache-v0.14.0.tar.gz"
29 checksum: [
30 "sha256=8645276399972a98a5c68fc40efc525605c6b16b7103fa4b3ee0f3ae7e289def"
31 "md5=26825c1df85739bb1e6580bc31fa4415"
32 ]
33}