File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ authors: ["Simon Cruanes" "Gabriel Radanne"]
3
+
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"
You can’t perform that action at this time.
0 commit comments