mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 03:05:29 -05:00
prepare for 1.2.1
This commit is contained in:
parent
c5007055f6
commit
7c54111744
2 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,10 @@
|
||||||
|
|
||||||
|
# 1.2.1
|
||||||
|
|
||||||
|
- fix: use `Stdlib` instead of `Pervasives`
|
||||||
|
- fix: missing dep on unix for 4.08
|
||||||
|
- add shims with dune magic for 4.08 compat
|
||||||
|
|
||||||
# 1.2
|
# 1.2
|
||||||
|
|
||||||
- Rename the library to Iter.
|
- Rename the library to Iter.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
name: "iter"
|
name: "iter"
|
||||||
version: "1.2"
|
version: "1.2.1"
|
||||||
authors: ["Simon Cruanes" "Gabriel Radanne"]
|
authors: ["Simon Cruanes" "Gabriel Radanne"]
|
||||||
maintainer: "simon.cruanes.2007@m4x.org"
|
maintainer: "simon.cruanes.2007@m4x.org"
|
||||||
license: "BSD-2-clauses"
|
license: "BSD-2-clauses"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue