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" {>= "4.07.0"}
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.tar.gz"
20 checksum: [
21 "md5=68bc79bdb9108fd862cb6372f9c6ed19"
22 "sha512=3cbca9e771bc05350b5c6ffd41237fa12c6909a077f1090e28c4d0403711c137c96fccd670f074b1ea1a47bdcfd7a7618247bdad6ee71e52e9af75894e8cd974"
23 ]
24}