mirror of
https://github.com/c-cube/iter.git
synced 2025-12-05 19:00:31 -05:00
25 lines
681 B
Text
25 lines
681 B
Text
opam-version: "1.2"
|
|
author: "Simon Cruanes"
|
|
maintainer: "simon.cruanes@inria.fr"
|
|
build: [
|
|
["./configure" "--disable-docs"
|
|
"--%{delimcc:enable}%-invert"
|
|
"--%{base-bigarray:enable}%-bigarray"
|
|
]
|
|
[make "build"]
|
|
]
|
|
install: [make "install"]
|
|
remove: [
|
|
["ocamlfind" "remove" "sequence"]
|
|
]
|
|
depends: [
|
|
"ocamlfind"
|
|
"base-bytes"
|
|
"ocamlbuild" {build}
|
|
]
|
|
tags: [ "sequence" "iterator" "iter" "fold" ]
|
|
homepage: "https://github.com/c-cube/sequence/"
|
|
depopts: ["delimcc" "base-bigarray"]
|
|
doc: "http://cedeela.fr/~simon/software/sequence/Sequence.html"
|
|
bug-reports: "https://github.com/c-cube/sequence/issues"
|
|
dev-repo: "https://github.com/c-cube/sequence.git"
|