mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -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: [
|
||||
["ocamlfind" "remove" "sequence"]
|
||||
]
|
||||
depends: ["ocamlfind" "base-bytes"]
|
||||
depends: [
|
||||
"ocamlfind"
|
||||
"base-bytes"
|
||||
"ocamlbuild" {build}
|
||||
]
|
||||
tags: [ "sequence" "iterator" "iter" "fold" ]
|
||||
homepage: "https://github.com/c-cube/sequence/"
|
||||
depopts: ["delimcc" "base-bigarray"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue