From 51d79a3f3e08c1bef2feb8a45580b068e037f928 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sat, 16 Feb 2019 20:46:56 +0700 Subject: Update the opam and oasis files with proper dependencies. --- opam | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'opam') diff --git a/opam b/opam index 8fae307..ce5e890 100644 --- a/opam +++ b/opam @@ -6,6 +6,7 @@ authors: "VyOS maintainers and contributors " 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} -- cgit v1.2.3