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: "Ring data-structure and derived data-structures"
16url {
17 src:
18 "https://gitlab.com/nomadic-labs/ringo/-/archive/v0.1/ringo-v0.1.tar.gz"
19 checksum: [
20 "md5=1af1ad517c342dfe49d19b4e4c404183"
21 "sha512=647f2119f65a4e983ff06645728acad91895729dba0c933ca207e464134bc5dfffa2ad26f505e8b67ccc91f42db6dfdcfc1f8c08ba27343bb0870278d9859f96"
22 ]
23}