summaryrefslogtreecommitdiff
path: root/_oasis
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2019-01-19 21:33:58 +0700
committerDaniil Baturin <daniil@baturin.org>2019-01-19 21:33:58 +0700
commitaf9ffaaa4a62c9266890c592e3b2f2ce5fb28a3e (patch)
tree58458f2019430173add84584fe9d64aefa1c0ac5 /_oasis
parent1ebea2e6914e5d2c4f07654bdbd489aa2c1ce165 (diff)
downloadvyconf-af9ffaaa4a62c9266890c592e3b2f2ce5fb28a3e.tar.gz
vyconf-af9ffaaa4a62c9266890c592e3b2f2ce5fb28a3e.zip
Adjust the build for latest Lwt and README for latest OCaml.
Diffstat (limited to '_oasis')
-rw-r--r--_oasis6
1 files changed, 3 insertions, 3 deletions
diff --git a/_oasis b/_oasis
index 2f88e8b..f48f58d 100644
--- a/_oasis
+++ b/_oasis
@@ -29,19 +29,19 @@ Library "client"
Modules: Vyconf_client
InternalModules: Vyconf_pb, Vyconf_types, Message, Util, Vylist
FindlibParent: vyconf
- BuildDepends: lwt, ocaml-protoc, ocplib-endian, batteries, fileutils, yojson
+ BuildDepends: lwt, lwt_log, ocaml-protoc, ocplib-endian, batteries, fileutils, yojson
Executable "vyconfd"
Path: src
MainIs: vyconfd.ml
CompiledObject: best
- BuildDepends: lwt, lwt.unix, lwt.ppx, ocaml-protoc, ocplib-endian, sha, batteries, vyconf, vyconf.vyconfd-config
+ BuildDepends: lwt, lwt.unix, lwt_ppx, lwt_log, ocaml-protoc, ocplib-endian, sha, batteries, vyconf, vyconf.vyconfd-config
Executable "vycli"
Path: src
MainIs: vycli.ml
CompiledObject: best
- BuildDepends: lwt, lwt.unix, lwt.ppx, ocaml-protoc, ocplib-endian, pcre, vyconf.client
+ BuildDepends: lwt, lwt.unix, lwt_ppx, ocaml-protoc, ocplib-endian, pcre, vyconf.client
Executable "vytree_test"
Path: test