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. --- README.md | 4 ++-- _oasis | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 01e2f56..025cad6 100644 --- a/README.md +++ b/README.md @@ -84,9 +84,9 @@ first. Then install the correct version of the compiler, the build tools, and the build dependencies: ``` -opam switch 4.03.0 +opam switch 4.07.0 opam install oasis -opam install fileutils lwt ocplib-endian ounit pcre ppx_deriving_yojson sha toml xml-light batteries +opam install fileutils lwt lwt_ppx lwt_log ocplib-endian ounit pcre ppx_deriving_yojson sha toml xml-light batteries ``` To build the project and run the unit tests, do this: 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