this repo has no description

[new release] iter (1.7)

CHANGES:

- add let operators in Infix
- require OCaml >= 4.08
- improve docs about random iterators
- fix: `IO.write_lines` should produce an empty file for an empty iter

Changed files
+34
packages
iter
iter.1.7
+34
packages/iter/iter.1.7/opam
···
+
opam-version: "2.0"
+
authors: ["Simon Cruanes" "Gabriel Radanne"]
+
maintainer: "simon.cruanes.2007@m4x.org"
+
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 "-j" jobs] {with-doc}
+
["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "arm32" & arch != "x86_32"}
+
]
+
depends: [
+
"ocaml" { >= "4.08.0" }
+
"dune" { >= "2.0" }
+
"qcheck-core" {with-test}
+
"ounit2" {with-test}
+
"mdx" {with-test & >= "1.3" }
+
"odoc" {with-doc}
+
]
+
tags: [ "iter" "iterator" "iter" "fold" ]
+
homepage: "https://github.com/c-cube/iter/"
+
depopts: [
+
"base-bigarray"
+
]
+
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"
+
url {
+
src: "https://github.com/c-cube/iter/releases/download/v1.7/iter-1.7.tbz"
+
checksum: [
+
"sha256=bed7129cf331a41c03bded73b11e9c12752ccaedc910b3edd8ac2ee0e104b730"
+
"sha512=54b018591b35ae4c7769128ccaa3672eea736d022cf39ffd6b037f267c095ffa910c3a709a9e2a4a09ff41e1d1ecd1b584490bc90cc6635b154806565df2b365"
+
]
+
}
+
x-commit-hash: "d410860533b40bdedf8be7ba4e4aa2abd2f316d7"