mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 19:25:28 -05:00
Merge branch 'wip-3.6.1'
This commit is contained in:
commit
db1ebaf3ce
4 changed files with 9 additions and 4 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.6.1
|
||||||
|
|
||||||
|
- use `either` compatibility library instead of shims
|
||||||
|
|
||||||
## 3.6
|
## 3.6
|
||||||
|
|
||||||
- rename `CCOpt` to `CCOption` and deprecate `CCOpt`
|
- rename `CCOpt` to `CCOption` and deprecate `CCOpt`
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "3.6"
|
version: "3.6.1"
|
||||||
author: "Simon Cruanes"
|
author: "Simon Cruanes"
|
||||||
maintainer: "simon.cruanes.2007@m4x.org"
|
maintainer: "simon.cruanes.2007@m4x.org"
|
||||||
synopsis: "A set of advanced datatypes for containers"
|
synopsis: "A set of advanced datatypes for containers"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "3.6"
|
version: "3.6.1"
|
||||||
author: "Simon Cruanes"
|
author: "Simon Cruanes"
|
||||||
maintainer: "simon.cruanes.2007@m4x.org"
|
maintainer: "simon.cruanes.2007@m4x.org"
|
||||||
license: "BSD-2-Clause"
|
license: "BSD-2-Clause"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
name: "containers"
|
name: "containers"
|
||||||
version: "3.6"
|
version: "3.6.1"
|
||||||
author: "Simon Cruanes"
|
author: "Simon Cruanes"
|
||||||
maintainer: "simon.cruanes.2007@m4x.org"
|
maintainer: "simon.cruanes.2007@m4x.org"
|
||||||
license: "BSD-2-Clause"
|
license: "BSD-2-Clause"
|
||||||
|
|
@ -14,7 +14,8 @@ depends: [
|
||||||
"ocaml" { >= "4.03.0" }
|
"ocaml" { >= "4.03.0" }
|
||||||
"dune" { >= "1.4" }
|
"dune" { >= "1.4" }
|
||||||
"dune-configurator"
|
"dune-configurator"
|
||||||
"seq"
|
"seq" # compat
|
||||||
|
"either" # compat
|
||||||
"qtest" { with-test }
|
"qtest" { with-test }
|
||||||
"qcheck" { with-test }
|
"qcheck" { with-test }
|
||||||
"ounit" { with-test }
|
"ounit" { with-test }
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue