ocaml-containers/containers.opam
Jacques-Pascal Deplaix 7e08d7c7c1 Fix #188
2018-02-14 17:44:48 +00:00

33 lines
868 B
Text

opam-version: "1.2"
name: "containers"
version: "2.0"
author: "Simon Cruanes"
maintainer: "simon.cruanes.2007@m4x.org"
build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
build-doc: [ "jbuilder" "build" "@doc" ]
build-test: [ "jbuilder" "runtest" "-p" name "-j" jobs]
depends: [
"jbuilder" {build & >= "1.0+beta12"}
"result"
]
depopts: [
"base-unix"
"base-threads"
"qtest" { test }
"qcheck" { test }
"oUnit" { test }
"sequence" { test }
"gen" { test }
"odoc" { doc }
]
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/"