modulectomy: add deps
This commit is contained in:
parent
ea69e8090b
commit
39e35110a9
1 changed files with 4 additions and 2 deletions
|
@ -9,13 +9,15 @@ tags: "regex"
|
||||||
homepage: "https://github.com/Drup/modulectomy"
|
homepage: "https://github.com/Drup/modulectomy"
|
||||||
bug-reports: "https://github.com/Drup/modulectomy/issues"
|
bug-reports: "https://github.com/Drup/modulectomy/issues"
|
||||||
depends: [
|
depends: [
|
||||||
"ocaml" {>= "4.02.0"}
|
"ocaml" {>= "4.08.0"}
|
||||||
"dune" {build}
|
"dune"
|
||||||
"owee"
|
"owee"
|
||||||
"iter"
|
"iter"
|
||||||
"containers"
|
"containers"
|
||||||
"fpath"
|
"fpath"
|
||||||
"tyxml"
|
"tyxml"
|
||||||
|
"tyre"
|
||||||
|
"cmdliner"
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
["dune" "subst"] {dev}
|
["dune" "subst"] {dev}
|
||||||
|
|
Loading…
Reference in a new issue