mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05: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
|
||||
|
||||
## 3.6.1
|
||||
|
||||
- use `either` compatibility library instead of shims
|
||||
|
||||
## 3.6
|
||||
|
||||
- rename `CCOpt` to `CCOption` and deprecate `CCOpt`
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
opam-version: "2.0"
|
||||
version: "3.6"
|
||||
version: "3.6.1"
|
||||
author: "Simon Cruanes"
|
||||
maintainer: "simon.cruanes.2007@m4x.org"
|
||||
synopsis: "A set of advanced datatypes for containers"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
opam-version: "2.0"
|
||||
version: "3.6"
|
||||
version: "3.6.1"
|
||||
author: "Simon Cruanes"
|
||||
maintainer: "simon.cruanes.2007@m4x.org"
|
||||
license: "BSD-2-Clause"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
opam-version: "2.0"
|
||||
name: "containers"
|
||||
version: "3.6"
|
||||
version: "3.6.1"
|
||||
author: "Simon Cruanes"
|
||||
maintainer: "simon.cruanes.2007@m4x.org"
|
||||
license: "BSD-2-Clause"
|
||||
|
|
@ -14,7 +14,8 @@ depends: [
|
|||
"ocaml" { >= "4.03.0" }
|
||||
"dune" { >= "1.4" }
|
||||
"dune-configurator"
|
||||
"seq"
|
||||
"seq" # compat
|
||||
"either" # compat
|
||||
"qtest" { with-test }
|
||||
"qcheck" { with-test }
|
||||
"ounit" { with-test }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue