this repo has no description
1opam-version: "2.0"
2maintainer: "contact@nomadic-labs.com"
3authors: [ "Nomadic Labs" ]
4homepage: "https://gitlab.com/nomadic-labs/ringo"
5bug-reports: "https://gitlab.com/nomadic-labs/ringo/issues"
6dev-repo: "git+https://gitlab.com/nomadic-labs/ringo.git"
7license: "MIT"
8depends: [
9 "ocaml" {>= "4.05" & < "5.0"}
10 "dune" { >= "1.7" }
11]
12build: [
13 ["dune" "build" "-p" name "-j" jobs]
14]
15synopsis: "Caches (bounded-size key-value stores) and other bounded-size stores"
16url {
17 src:
18 "https://gitlab.com/nomadic-labs/ringo/-/archive/v0.9/ringo-v0.9.tar.gz"
19 checksum: [
20 "md5=e3bc59c3738c2d8cd4ef4bcc2ef1a97c"
21 "sha512=f34d8bfdf80bca4251dda98706f266e015674f0e5822128b89b6d26c3928e02c37071625f292b5dfa8484cb15a7e530bc33965f6489aa85bd15c2d4d2fd71a54"
22 ]
23}