this repo has no description

Package iter.1.6

Changed files
+37
packages
iter
iter.1.6
+37
packages/iter/iter.1.6/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: [
+
"base-bytes"
+
"result"
+
"seq"
+
"ocaml" { >= "4.03.0" }
+
"dune" { >= "2.0" }
+
"dune-configurator"
+
"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/sequence/archive/v1.6.tar.gz"
+
checksum: [
+
"md5=917925453e84ea3db4a584ca1087001b"
+
"sha512=353c408aa95d5670600eae6d5d30a8bd5bae6d7dbe061816507de42e79131899bf6607c7cf08ae3273e9e563f08bea34c525f538208ac379eaf6a565ffd1628e"
+
]
+
}