Skip to content

Commit

Permalink
Merge pull request #27372 from c-cube/release-iter-v1.9
Browse files Browse the repository at this point in the history
[new release] iter (1.9)
  • Loading branch information
mseri authored Feb 5, 2025
2 parents 053dec3 + 49e16ab commit d34e9d5
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions packages/iter/iter.1.9/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
opam-version: "2.0"
authors: ["Simon Cruanes" "Gabriel Radanne"]
maintainer: "[email protected]"
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"

0 comments on commit d34e9d5

Please sign in to comment.