update opam file

This commit is contained in:
Simon Cruanes 2016-02-24 22:16:33 +01:00
parent ab183a7348
commit c16af69fb3

11
opam
View file

@ -1,6 +1,6 @@
opam-version: "1.2"
name: "containers"
version: "dev"
version: "0.16"
author: "Simon Cruanes"
maintainer: "simon.cruanes@inria.fr"
build: [
@ -39,3 +39,12 @@ doc: "http://cedeela.fr/~simon/software/containers/"
available: [ocaml-version >= "4.00.0"]
dev-repo: "https://github.com/c-cube/ocaml-containers.git"
bug-reports: "https://github.com/c-cube/ocaml-containers/issues/"
post-messages: [
"A large release, with several deprecations
(in particular, bigstring, now in its own library, and
submodules of CCHashtbl), and lots of new features, including coloring in
CCFormat!
A new tutorial can be found at https://github.com/c-cube/ocaml-containers/blob/master/TUTORIAL.adoc
change log: https://github.com/c-cube/ocaml-containers/blob/0.16/CHANGELOG.adoc"
]