summaryrefslogtreecommitdiff
path: root/_oasis
diff options
context:
space:
mode:
Diffstat (limited to '_oasis')
-rw-r--r--_oasis10
1 files changed, 8 insertions, 2 deletions
diff --git a/_oasis b/_oasis
index d9cf04e..2f88e8b 100644
--- a/_oasis
+++ b/_oasis
@@ -27,9 +27,9 @@ Library "vyconfd-config"
Library "client"
Path: src
Modules: Vyconf_client
- InternalModules: Vyconf_pb, Message
+ InternalModules: Vyconf_pb, Vyconf_types, Message, Util, Vylist
FindlibParent: vyconf
- BuildDepends: ocaml-protoc, ocplib-endian
+ BuildDepends: lwt, ocaml-protoc, ocplib-endian, batteries, fileutils, yojson
Executable "vyconfd"
Path: src
@@ -37,6 +37,12 @@ Executable "vyconfd"
CompiledObject: best
BuildDepends: lwt, lwt.unix, lwt.ppx, 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
+
Executable "vytree_test"
Path: test
MainIs: vytree_test.ml