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.07.0"}
14 "async_kernel" {>= "v0.12" & < "v0.13"}
15 "async_rpc_kernel" {>= "v0.12" & < "v0.13"}
16 "core_kernel" {>= "v0.12" & < "v0.13"}
17 "ppx_jane" {>= "v0.12" & < "v0.13"}
18 "dune" {>= "1.5.1"}
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.12/files/resource_cache-v0.12.0.tar.gz"
29 checksum: [
30 "sha256=74da034f7f9434fdf4c9ca014762ed272b339215d0ed23d25e9c154ac4caf7f0"
31 "md5=dd9e1d9efe8c3588ed4f3342157bf5e4"
32 ]
33}