ocaml-containers/containers.opam
2018-09-16 19:53:40 -05:00

35 lines
862 B
Text

opam-version: "1.2"
name: "containers"
version: "2.3"
author: "Simon Cruanes"
maintainer: "simon.cruanes.2007@m4x.org"
build: [
["dune" "build" "-p" name "-j" jobs]
]
build-doc: [ "dune" "build" "@doc" ]
build-test: [ "dune" "runtest" "-p" name "-j" jobs]
depends: [
"dune" {build}
"result"
"uchar"
"qtest" { test }
"qcheck" { test }
"ounit" { test }
"sequence" { test }
"gen" { test }
"uutf" { test }
"odoc" { doc }
]
depopts: [
"base-unix"
"base-threads"
]
conflicts: [
"sequence" { < "0.5" }
]
tags: [ "stdlib" "containers" "iterators" "list" "heap" "queue" ]
homepage: "https://github.com/c-cube/ocaml-containers/"
doc: "https://c-cube.github.io/ocaml-containers"
available: [ocaml-version >= "4.02.0"]
dev-repo: "https://github.com/c-cube/ocaml-containers.git"
bug-reports: "https://github.com/c-cube/ocaml-containers/issues/"