this repo has no description
1opam-version: "2.0" 2maintainer: " " 3authors: " " 4homepage: " " 5depends: [ 6 "ocaml" {>= "4.07.0"} 7] 8dev-repo: "git+https://github.com/ocaml/ocaml.git" 9bug-reports: "https://caml.inria.fr/mantis/main_page.php" 10synopsis: 11 "Compatibility package for OCaml's standard iterator type starting from 4.07." 12extra-source "seq.install" { 13 src: 14 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/seq/seq.install" 15 checksum: [ 16 "sha256=fff926c2c4d5a82b6c94c60c4c35eb06e3d39975893ebe6b1f0e6557cbe34904" 17 "md5=026b31e1df290373198373d5aaa26e42" 18 ] 19} 20extra-source "META.seq" { 21 src: 22 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/seq/META.seq" 23 checksum: [ 24 "sha256=e95062b4d0519ef8335c02f7d0f1952d11b814c7ab7e6d566a206116162fa2be" 25 "md5=b33c8a1a6c7ed797816ce27df4855107" 26 ] 27}