diff options
author | Daniil Baturin <daniil@baturin.org> | 2019-02-16 20:46:56 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2019-02-16 20:49:00 +0700 |
commit | 51d79a3f3e08c1bef2feb8a45580b068e037f928 (patch) | |
tree | bcc2f8b1f011b5bedda9dc655ccf53dc2610d3a9 /opam | |
parent | b76125fe449daa259c1aacad2c21c0681a39d3f9 (diff) | |
download | vyconf-51d79a3f3e08c1bef2feb8a45580b068e037f928.tar.gz vyconf-51d79a3f3e08c1bef2feb8a45580b068e037f928.zip |
Update the opam and oasis files with proper dependencies.VyOS_1.2-2019Q4
Diffstat (limited to 'opam')
-rw-r--r-- | opam | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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} |