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.1.0/ringo-v1.1.0.tar.gz"
19 checksum: [
20 "md5=c9c5400e7ae19100b945279835ff3e5c"
21 "sha512=7f37b721e2ca32e5e96fbf8df1bbd72c9060b6826bd95a21ea81af5fdd0c1961d3d7fb41210966aac7c277ec7f91fd32e3e284b583cb02121dc589646642f5c0"
22 ]
23}