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"
|
||||
bug-reports: "https://github.com/Drup/modulectomy/issues"
|
||||
depends: [
|
||||
"ocaml" {>= "4.02.0"}
|
||||
"dune" {build}
|
||||
"ocaml" {>= "4.08.0"}
|
||||
"dune"
|
||||
"owee"
|
||||
"iter"
|
||||
"containers"
|
||||
"fpath"
|
||||
"tyxml"
|
||||
"tyre"
|
||||
"cmdliner"
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
|
|
Loading…
Reference in a new issue