From af9ffaaa4a62c9266890c592e3b2f2ce5fb28a3e Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sat, 19 Jan 2019 21:33:58 +0700 Subject: Adjust the build for latest Lwt and README for latest OCaml. --- _oasis | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_oasis') 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 -- cgit v1.2.3