mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
opam file
This commit is contained in:
parent
0efc342177
commit
c051966690
1 changed files with 1 additions and 7 deletions
8
opam
8
opam
|
|
@ -25,18 +25,12 @@ build-test: [ make "test" ]
|
||||||
remove: [
|
remove: [
|
||||||
["ocamlfind" "remove" "containers"]
|
["ocamlfind" "remove" "containers"]
|
||||||
]
|
]
|
||||||
post-messages: [
|
|
||||||
"containers is now split into finer-grained sub-libraries, including
|
|
||||||
`containers.io`, `containers.iter`, `containers.sexp`, `containers.data`.
|
|
||||||
CCGen and CCSequence have been removed, consider using the libraries
|
|
||||||
`gen` and `sequence` on opam."
|
|
||||||
]
|
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" {build}
|
"ocamlfind" {build}
|
||||||
"base-bytes"
|
"base-bytes"
|
||||||
"cppo" {build}
|
"cppo" {build}
|
||||||
]
|
]
|
||||||
depopts: [ "lwt" "sequence" "base-bigarray" ]
|
depopts: [ "lwt" "sequence" "base-bigarray" "base-unix" "base-threads" ]
|
||||||
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: "http://cedeela.fr/~simon/software/containers/"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue