mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -05:00
10 lines
171 B
Text
10 lines
171 B
Text
opam-version: "1"
|
|
maintainer: "simon.cruanes@inria.fr"
|
|
build: [
|
|
[make]
|
|
[make "install"]
|
|
]
|
|
remove: [
|
|
["ocamlfind" "remove" "sequence"]
|
|
]
|
|
depends: ["ocamlfind"]
|