mirror of
https://github.com/c-cube/iter.git
synced 2025-12-05 19:00:31 -05:00
prepare for 1.3
This commit is contained in:
parent
40aa539f67
commit
2eae2170b5
2 changed files with 10 additions and 5 deletions
|
|
@ -1,4 +1,9 @@
|
|||
|
||||
# 1.3
|
||||
|
||||
- use `inline` annotations
|
||||
- prepare for newer mdx (for tests)
|
||||
|
||||
# 1.2.1
|
||||
|
||||
- fix: use `Stdlib` instead of `Pervasives`
|
||||
|
|
|
|||
10
iter.opam
10
iter.opam
|
|
@ -1,14 +1,14 @@
|
|||
opam-version: "2.0"
|
||||
name: "iter"
|
||||
version: "1.2.1"
|
||||
version: "1.3"
|
||||
authors: ["Simon Cruanes" "Gabriel Radanne"]
|
||||
maintainer: "simon.cruanes.2007@m4x.org"
|
||||
license: "BSD-2-clauses"
|
||||
license: "BSD-2-clause"
|
||||
synopsis: "Simple abstraction over `iter` functions, intended to iterate efficiently on collections while performing some transformations"
|
||||
build: [
|
||||
["dune" "build" "@install" "-p" name "-j" jobs]
|
||||
["dune" "build" "@doc" "-p" name] {with-doc}
|
||||
["dune" "runtest" "-p" name] {with-test}
|
||||
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
|
||||
["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
||||
]
|
||||
depends: [
|
||||
"base-bytes"
|
||||
|
|
@ -26,6 +26,6 @@ homepage: "https://github.com/c-cube/iter/"
|
|||
depopts: [
|
||||
"base-bigarray"
|
||||
]
|
||||
doc: "https://c-cube.github.io/iter/doc/1.2"
|
||||
doc: "https://c-cube.github.io/iter/doc/"
|
||||
bug-reports: "https://github.com/c-cube/iter/issues"
|
||||
dev-repo: "git+https://github.com/c-cube/iter.git"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue