summaryrefslogtreecommitdiff
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
parent1ebea2e6914e5d2c4f07654bdbd489aa2c1ce165 (diff)
downloadvyconf-af9ffaaa4a62c9266890c592e3b2f2ce5fb28a3e.tar.gz
vyconf-af9ffaaa4a62c9266890c592e3b2f2ce5fb28a3e.zip
Adjust the build for latest Lwt and README for latest OCaml.
-rw-r--r--README.md4
-rw-r--r--_oasis6
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