summaryrefslogtreecommitdiff
path: root/_oasis
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2016-12-14 10:21:27 +0600
committerDaniil Baturin <daniil@baturin.org>2016-12-14 10:21:27 +0600
commit42307e6b1a240f6378ab309b45ee308e97b5ff1a (patch)
treec9ac6bdbeb68e422ef78429195654676675a3833 /_oasis
parenta3c11884b97e89e93ac55f47c0d9c412b645ba5d (diff)
downloadvyconf-42307e6b1a240f6378ab309b45ee308e97b5ff1a.tar.gz
vyconf-42307e6b1a240f6378ab309b45ee308e97b5ff1a.zip
T210: use TOML for the vyconf config file.
Add an example of the file too.
Diffstat (limited to '_oasis')
-rw-r--r--_oasis4
1 files changed, 2 insertions, 2 deletions
diff --git a/_oasis b/_oasis
index 58eae3f..4dbbb3e 100644
--- a/_oasis
+++ b/_oasis
@@ -53,7 +53,7 @@ Library "vyconf_config"
Path: src
Modules: Vyconf_config
FindlibParent: vyconf
- BuildDepends: ppx_deriving_yojson
+ BuildDepends: toml, ppx_deriving.show
Library "message"
Path: src
@@ -65,7 +65,7 @@ Executable "vyconfd"
Path: src
MainIs: vyconfd.ml
CompiledObject: best
- BuildDepends: ppx_deriving.runtime, ppx_deriving_yojson.runtime, lwt, lwt.unix, lwt.ppx, vyconf
+ BuildDepends: ppx_deriving.runtime, ppx_deriving_yojson.runtime, lwt, lwt.unix, lwt.ppx, toml, vyconf
Executable "vytree_test"
Path: test