diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | _oasis | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -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: @@ -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 |