this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Compatibility package for OCaml's standard iterator type starting from 4.07" 4maintainer: "simon.cruanes.2007@m4x.org" 5license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 6build: [ 7 ["dune" "build" "-p" name "-j" jobs] 8] 9depends: [ 10 "dune" {>= "2.5"} 11 "ocaml" 12] 13tags: [ "iterator" "seq" "pure" "list" "compatibility" "cascade" ] 14homepage: "https://github.com/c-cube/seq/" 15bug-reports: "https://github.com/c-cube/seq/issues" 16dev-repo: "git+https://github.com/c-cube/seq.git" 17authors: "Simon Cruanes" 18url { 19 src: "https://github.com/c-cube/seq/archive/v0.3.1.tar.gz" 20 checksum: [ 21 "md5=de05d9dedd492fa4e3c0c87bc2792475" 22 "sha512=06ce767d3ec1532f8a2421d033f4d9dc5c08c9a27574754d456c31a71ecb9a3c33857591b7d24f85492dce679cd0da8c8985c9fb1a5b5a7f8588d90056b663b8" 23 ] 24}