mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
udpate opam file
This commit is contained in:
parent
564a804701
commit
ea4de9a618
1 changed files with 2 additions and 16 deletions
|
|
@ -4,25 +4,11 @@ version: "dev"
|
||||||
author: "Simon Cruanes"
|
author: "Simon Cruanes"
|
||||||
maintainer: "simon.cruanes@inria.fr"
|
maintainer: "simon.cruanes@inria.fr"
|
||||||
build: [
|
build: [
|
||||||
["./configure"
|
["jbuilder" "build" "-p" name "-j" jobs]
|
||||||
"--prefix" prefix
|
|
||||||
"--disable-bench"
|
|
||||||
"--disable-tests"
|
|
||||||
"--%{base-unix:enable}%-unix"
|
|
||||||
"--enable-docs"
|
|
||||||
]
|
|
||||||
[make "build"]
|
|
||||||
]
|
|
||||||
install: [
|
|
||||||
[make "install"]
|
|
||||||
]
|
]
|
||||||
build-doc: [ make "doc" ]
|
build-doc: [ make "doc" ]
|
||||||
build-test: [ make "test" ]
|
build-test: [ make "test" ]
|
||||||
remove: [
|
|
||||||
["ocamlfind" "remove" "containers"]
|
|
||||||
]
|
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" {build}
|
|
||||||
"jbuilder" {build}
|
"jbuilder" {build}
|
||||||
"base-bytes"
|
"base-bytes"
|
||||||
"result"
|
"result"
|
||||||
|
|
@ -37,7 +23,7 @@ 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: "http://cedeela.fr/~simon/software/containers/"
|
doc: "https://c-cube.github.io/ocaml-containers"
|
||||||
available: [ocaml-version >= "4.02.0"]
|
available: [ocaml-version >= "4.02.0"]
|
||||||
dev-repo: "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