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.08" }
10 "dune" { >= "1.7" }
11]
12build: [
13 ["dune" "build" "-p" name "-j" jobs]
14]
15synopsis: "Bounded-length collections"
16url {
17 src:
18 "https://gitlab.com/nomadic-labs/ringo/-/archive/v1.0.0/ringo-v1.0.0.tar.gz"
19 checksum: [
20 "md5=c4bfe8506ee67b82bf5a4f5a989711d3"
21 "sha512=4c06df137173a605f14d1bf06193e591b02bd61518669f2d77513e7cd9ad7b660d5ea913cbb079eef8ac17246a71422827594dfe5ffaec032284e0de7e660305"
22 ]
23}