this repo has no description
1opam-version: "2.0"
2maintainer: "simon.cruanes.2007@m4x.org"
3license: "BSD-2-clause"
4build: [
5 ["dune" "build" "-p" name "-j" jobs]
6 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
7 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
8]
9depends: [
10 "dune" { >= "1.0" }
11 "qcheck" {with-test}
12 "gen" {with-test}
13 "containers" {with-test}
14 "odoc" {with-doc}
15 "ocaml" { >= "4.08.0" }
16]
17tags: [ "sequence" "iterator" "seq" "pure" "list" ]
18homepage: "https://github.com/c-cube/oseq/"
19doc: "https://c-cube.github.io/oseq/"
20bug-reports: "https://github.com/c-cube/oseq/issues"
21dev-repo: "git+https://github.com/c-cube/oseq.git"
22synopsis: "Simple list of suspensions, as a composable lazy iterator that behaves like a value"
23description: "Extends the new standard library's `Seq` module with many useful combinators."
24authors: "Simon Cruanes"
25url {
26 src:
27 "https://github.com/c-cube/oseq/releases/download/v0.5.1/oseq-0.5.1.tbz"
28 checksum: [
29 "sha256=25426d5d7a9e8b99586a84dc509b887d5401168aff2083800d84fafe35a6feb5"
30 "sha512=945aaa093591b62f44f6e5e3c8b035bd7e17b08892f0337d5503bb7d2cf49c2caf90bd99143d86855b46f5ccbd38fa629386a0fcc7dda15ac4026def2b485b3c"
31 ]
32}
33x-commit-hash: "b44a72b18210d69a894672c955828db1a4feab9c"