You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
710 B
23 lines
710 B
opam-version: "2.0" |
|
maintainer: "simon.cruanes.2007@m4x.org" |
|
authors: "Simon Cruanes" |
|
homepage: "https://github.com/c-cube/seq/" |
|
bug-reports: "https://github.com/c-cube/seq/issues" |
|
license: "GPL" |
|
tags: ["iterator" "seq" "pure" "list" "compatibility" "cascade"] |
|
dev-repo: "git+https://github.com/c-cube/seq.git" |
|
build: [make "build"] |
|
install: [make "install"] |
|
remove: [ "ocamlfind" "remove" "seq" ] |
|
depends: [ |
|
"ocaml" {< "4.07.0"} |
|
"ocamlfind" {build} |
|
"ocamlbuild" {build} |
|
] |
|
synopsis: |
|
"Compatibility package for OCaml's standard iterator type starting from 4.07." |
|
flags: light-uninstall |
|
url { |
|
src: "https://github.com/c-cube/seq/archive/0.1.tar.gz" |
|
checksum: "md5=0e87f9709541ed46ecb6f414bc31458c" |
|
}
|
|
|