mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
prepare for 2.6.1
This commit is contained in:
parent
080f81a9dd
commit
beb38da150
2 changed files with 12 additions and 4 deletions
|
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## 2.6.1
|
||||
|
||||
bugfix release:
|
||||
|
||||
- fix(parse): error in `many`
|
||||
- chore: add 4.08 to travis
|
||||
- fix `Containers.Stdlib` on OCaml 4.07
|
||||
|
||||
## 2.6
|
||||
|
||||
- introduce shim modules for 4.08 compat
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
opam-version: "2.0"
|
||||
name: "containers"
|
||||
version: "2.6"
|
||||
version: "2.6.1"
|
||||
author: "Simon Cruanes"
|
||||
maintainer: "simon.cruanes.2007@m4x.org"
|
||||
synopsis: "A modular, clean and powerful extension of the OCaml standard library"
|
||||
build: [
|
||||
["dune" "build" "-p" name "-j" jobs]
|
||||
[ "dune" "build" "@doc" "-p" name ] {with-doc}
|
||||
[ "dune" "runtest" "-p" name "-j" jobs] {with-test}
|
||||
["dune" "build" "@doc" "-p" name ] {with-doc}
|
||||
["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
||||
]
|
||||
depends: [
|
||||
"dune" {build}
|
||||
"dune"
|
||||
"result"
|
||||
"uchar"
|
||||
"qtest" { with-test }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue