mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 03:05:29 -05:00
opam: depend on ocamlbuild
This commit is contained in:
parent
35c32b1a32
commit
9d157fe392
1 changed files with 5 additions and 1 deletions
6
opam
6
opam
|
|
@ -12,7 +12,11 @@ install: [make "install"]
|
||||||
remove: [
|
remove: [
|
||||||
["ocamlfind" "remove" "sequence"]
|
["ocamlfind" "remove" "sequence"]
|
||||||
]
|
]
|
||||||
depends: ["ocamlfind" "base-bytes"]
|
depends: [
|
||||||
|
"ocamlfind"
|
||||||
|
"base-bytes"
|
||||||
|
"ocamlbuild" {build}
|
||||||
|
]
|
||||||
tags: [ "sequence" "iterator" "iter" "fold" ]
|
tags: [ "sequence" "iterator" "iter" "fold" ]
|
||||||
homepage: "https://github.com/c-cube/sequence/"
|
homepage: "https://github.com/c-cube/sequence/"
|
||||||
depopts: ["delimcc" "base-bigarray"]
|
depopts: ["delimcc" "base-bigarray"]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue