mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-09 04:35:29 -05:00
update opam file
This commit is contained in:
parent
ab183a7348
commit
c16af69fb3
1 changed files with 10 additions and 1 deletions
11
opam
11
opam
|
|
@ -1,6 +1,6 @@
|
||||||
opam-version: "1.2"
|
opam-version: "1.2"
|
||||||
name: "containers"
|
name: "containers"
|
||||||
version: "dev"
|
version: "0.16"
|
||||||
author: "Simon Cruanes"
|
author: "Simon Cruanes"
|
||||||
maintainer: "simon.cruanes@inria.fr"
|
maintainer: "simon.cruanes@inria.fr"
|
||||||
build: [
|
build: [
|
||||||
|
|
@ -39,3 +39,12 @@ doc: "http://cedeela.fr/~simon/software/containers/"
|
||||||
available: [ocaml-version >= "4.00.0"]
|
available: [ocaml-version >= "4.00.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/"
|
||||||
|
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"
|
||||||
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue