this repo has no description

[new release] iter (1.9)

CHANGES:

- Switch exceptions used for control flow from global to local
- Update Iter.ml to use mutable fields instead of refs (c-cube/iter#44)

Changed files
+34
packages
iter
iter.1.9
+34
packages/iter/iter.1.9/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.9/iter-1.9.tbz"
+
checksum: [
+
"sha256=dba9e5bb152e0d0db0054c36b2a9476747a284a7738f15f1195a3e2035c7e968"
+
"sha512=6c8e0fd57ebca9db642ef6105cb23353fb4f4aa2a37b49ceb61adc9881d0d42e0212326efddea183fae7e27313321680036c3932863004b1853b5fbf37c521de"
+
]
+
}
+
x-commit-hash: "a525d4902c9fb71e6acd84ee1f2ab8e1f3eefb10"