summaryrefslogtreecommitdiff
path: root/opam
diff options
context:
space:
mode:
Diffstat (limited to 'opam')
-rw-r--r--opam5
1 files changed, 4 insertions, 1 deletions
diff --git a/opam b/opam
index 8fae307..ce5e890 100644
--- a/opam
+++ b/opam
@@ -6,6 +6,7 @@ authors: "VyOS maintainers and contributors <maintainers@vyos.net>"
homepage: "https://github.com/vyos/vyconf"
bug-reports: "https://phabricator.vyos.net/maniphest"
license: "LGPL with OCaml linking exception"
+description: "An appliance configuration framework"
dev-repo: "git+https://github.com/vyos/vyconf"
build: [
["./configure" "--prefix=%{prefix}%"]
@@ -20,7 +21,9 @@ depends: [
"ocaml-protoc" {build}
"ounit" {build}
"batteries" {build}
- "lwt" {build}
+ "lwt" {build & >= "4.1.0"}
+ "lwt_ppx" {build}
+ "lwt_log" {build}
"fileutils" {build}
"ppx_deriving" {build}
"ppx_deriving_yojson" {build}