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 & >= "0.9"} 12 "qtest" {with-test} 13 "gen" {with-test} 14 "containers" {with-test & < "3.13"} 15 "odoc" {with-doc} 16 "ocaml" { >= "4.08.0" } 17] 18tags: [ "sequence" "iterator" "seq" "pure" "list" ] 19homepage: "https://github.com/c-cube/oseq/" 20doc: "https://c-cube.github.io/oseq/" 21bug-reports: "https://github.com/c-cube/oseq/issues" 22dev-repo: "git+https://github.com/c-cube/oseq.git" 23synopsis: "Simple list of suspensions, as a composable lazy iterator that behaves like a value" 24description: "Extends the new standard library's `Seq` module with many useful combinators." 25authors: "Simon Cruanes" 26url { 27 src: "https://github.com/c-cube/oseq/releases/download/v0.5/oseq-0.5.tbz" 28 checksum: [ 29 "sha256=ae1c17bf42c50e7a1f2ba9cb5e2903d3342d70cb5259e60716bfafe610c523ea" 30 "sha512=f3109e20938267e075e360b7386dbe18b648ee7a9110ffb60456b8f9f799eca5dfc8797d12ec36ad2d2f9bf02dcf1196e683a223d1219b1eae1a58dcc8a8dc63" 31 ] 32} 33x-commit-hash: "14ca0062ca89ebe795f2001b16083fad9c27170b"