Skip to content

Commit d34e9d5

Browse files
authored
Merge pull request #27372 from c-cube/release-iter-v1.9
[new release] iter (1.9)
2 parents 053dec3 + 49e16ab commit d34e9d5

File tree

1 file changed

+34
-0
lines changed
  • packages/iter/iter.1.9

1 file changed

+34
-0
lines changed

packages/iter/iter.1.9/opam

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
opam-version: "2.0"
2+
authors: ["Simon Cruanes" "Gabriel Radanne"]
3+
maintainer: "[email protected]"
4+
license: "BSD-2-clause"
5+
synopsis: "Simple abstraction over `iter` functions, intended to iterate efficiently on collections while performing some transformations"
6+
build: [
7+
["dune" "build" "@install" "-p" name "-j" jobs]
8+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
9+
["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "arm32" & arch != "x86_32"}
10+
]
11+
depends: [
12+
"ocaml" { >= "4.08.0" }
13+
"dune" { >= "2.0" }
14+
"qcheck-core" {with-test}
15+
"ounit2" {with-test}
16+
"mdx" {with-test & >= "1.3" }
17+
"odoc" {with-doc}
18+
]
19+
tags: [ "iter" "iterator" "iter" "fold" ]
20+
homepage: "https://github.com/c-cube/iter/"
21+
depopts: [
22+
"base-bigarray"
23+
]
24+
doc: "https://c-cube.github.io/iter/doc/"
25+
bug-reports: "https://github.com/c-cube/iter/issues"
26+
dev-repo: "git+https://github.com/c-cube/iter.git"
27+
url {
28+
src: "https://github.com/c-cube/iter/releases/download/v1.9/iter-1.9.tbz"
29+
checksum: [
30+
"sha256=dba9e5bb152e0d0db0054c36b2a9476747a284a7738f15f1195a3e2035c7e968"
31+
"sha512=6c8e0fd57ebca9db642ef6105cb23353fb4f4aa2a37b49ceb61adc9881d0d42e0212326efddea183fae7e27313321680036c3932863004b1853b5fbf37c521de"
32+
]
33+
}
34+
x-commit-hash: "a525d4902c9fb71e6acd84ee1f2ab8e1f3eefb10"

0 commit comments

Comments
 (0)