modulectomy: add deps

This commit is contained in:
Robur 2021-12-06 11:54:17 +00:00
parent ea69e8090b
commit 39e35110a9

View file

@ -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}