opam-version: "2.0"
maintainer: "contact@nomadic-labs.com"
authors: [ "Nomadic Labs" ]
homepage: "https://gitlab.com/nomadic-labs/ringo"
bug-reports: "https://gitlab.com/nomadic-labs/ringo/issues"
dev-repo: "git+https://gitlab.com/nomadic-labs/ringo.git"
license: "MIT"
depends: [
  "ocaml" { >= "4.05" }
  "dune" { >= "1.7" }
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
synopsis: "Ring data-structure and derived data-structures"
url {
  src:
    "https://gitlab.com/nomadic-labs/ringo/-/archive/v0.1/ringo-v0.1.tar.gz"
  checksum: [
    "md5=1af1ad517c342dfe49d19b4e4c404183"
    "sha512=647f2119f65a4e983ff06645728acad91895729dba0c933ca207e464134bc5dfffa2ad26f505e8b67ccc91f42db6dfdcfc1f8c08ba27343bb0870278d9859f96"
  ]
}
