mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
chore: update opam file to opam2
This commit is contained in:
parent
1d3ba3a6f1
commit
a3222c0908
1 changed files with 13 additions and 13 deletions
|
|
@ -1,24 +1,25 @@
|
||||||
opam-version: "1.2"
|
opam-version: "2.0"
|
||||||
name: "containers"
|
name: "containers"
|
||||||
version: "2.3"
|
version: "2.3"
|
||||||
author: "Simon Cruanes"
|
author: "Simon Cruanes"
|
||||||
maintainer: "simon.cruanes.2007@m4x.org"
|
maintainer: "simon.cruanes.2007@m4x.org"
|
||||||
build: [
|
build: [
|
||||||
["dune" "build" "-p" name "-j" jobs]
|
["dune" "build" "-p" name "-j" jobs]
|
||||||
|
[ "dune" "build" "@doc" "-p" name ] {with-doc}
|
||||||
|
[ "dune" "runtest" "-p" name "-j" jobs] {with-test}
|
||||||
]
|
]
|
||||||
build-doc: [ "dune" "build" "@doc" ]
|
|
||||||
build-test: [ "dune" "runtest" "-p" name "-j" jobs]
|
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {build}
|
"dune" {build}
|
||||||
"result"
|
"result"
|
||||||
"uchar"
|
"uchar"
|
||||||
"qtest" { test }
|
"qtest" { with-test }
|
||||||
"qcheck" { test }
|
"qcheck" { with-test }
|
||||||
"ounit" { test }
|
"ounit" { with-test }
|
||||||
"sequence" { test }
|
"sequence" { with-test }
|
||||||
"gen" { test }
|
"gen" { with-test }
|
||||||
"uutf" { test }
|
"uutf" { with-test }
|
||||||
"odoc" { doc }
|
"odoc" { with-doc }
|
||||||
|
"ocaml" { >= "4.02.0" }
|
||||||
]
|
]
|
||||||
depopts: [
|
depopts: [
|
||||||
"base-unix"
|
"base-unix"
|
||||||
|
|
@ -30,6 +31,5 @@ conflicts: [
|
||||||
tags: [ "stdlib" "containers" "iterators" "list" "heap" "queue" ]
|
tags: [ "stdlib" "containers" "iterators" "list" "heap" "queue" ]
|
||||||
homepage: "https://github.com/c-cube/ocaml-containers/"
|
homepage: "https://github.com/c-cube/ocaml-containers/"
|
||||||
doc: "https://c-cube.github.io/ocaml-containers"
|
doc: "https://c-cube.github.io/ocaml-containers"
|
||||||
available: [ocaml-version >= "4.02.0"]
|
dev-repo: "git+https://github.com/c-cube/ocaml-containers.git"
|
||||||
dev-repo: "https://github.com/c-cube/ocaml-containers.git"
|
|
||||||
bug-reports: "https://github.com/c-cube/ocaml-containers/issues/"
|
bug-reports: "https://github.com/c-cube/ocaml-containers/issues/"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue