opam file

This commit is contained in:
Simon Cruanes 2015-04-10 16:49:46 +02:00
parent 0efc342177
commit c051966690

8
opam
View file

@ -25,18 +25,12 @@ build-test: [ make "test" ]
remove: [
["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: [
"ocamlfind" {build}
"base-bytes"
"cppo" {build}
]
depopts: [ "lwt" "sequence" "base-bigarray" ]
depopts: [ "lwt" "sequence" "base-bigarray" "base-unix" "base-threads" ]
tags: [ "stdlib" "containers" "iterators" "list" "heap" "queue" ]
homepage: "https://github.com/c-cube/ocaml-containers/"
doc: "http://cedeela.fr/~simon/software/containers/"