this repo has no description
at main 1.0 kB view raw
1opam-version: "2.0" 2maintainer: "simon.cruanes.2007@m4x.org" 3synopsis: "Iterators for OCaml, both restartable and consumable" 4license: "BSD-2-Clause" 5build: [ 6 ["dune" "build" "@install" "-p" name "-j" jobs] 7 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 8 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 9] 10depends: [ 11 "dune" {>= "1.1"} 12 "seq" 13 "odoc" {with-doc} 14 "qcheck" {with-test & >= "0.9"} 15 "qtest" {with-test} 16 "ounit2" {with-test} 17 "ocaml" { >= "4.03.0" } 18] 19tags: [ "gen" "iterator" "iter" "fold" ] 20homepage: "https://github.com/c-cube/gen/" 21doc: "https://c-cube.github.io/gen/" 22bug-reports: "https://github.com/c-cube/gen/issues" 23dev-repo: "git+https://github.com/c-cube/gen.git" 24authors: ["Simon Cruanes" "ELLIOTTCABLE"] 25url { 26 src: "https://github.com/c-cube/gen/archive/v1.1.tar.gz" 27 checksum: [ 28 "md5=fa8066511b693815fe659fd022f4c6bc" 29 "sha512=71a4b5c3666a7c11935398a78feea7383f61d2c549dfb96e324d40783ffa87b5ec492c5ec468803aabfb9b48e7d0ebaa30b24d2b974540afc7cca5feea3121c1" 30 ] 31}