diff options
| author | Daniil Baturin <daniil@baturin.org> | 2016-12-14 10:21:27 +0600 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2016-12-14 10:21:27 +0600 |
| commit | 42307e6b1a240f6378ab309b45ee308e97b5ff1a (patch) | |
| tree | c9ac6bdbeb68e422ef78429195654676675a3833 /_oasis | |
| parent | a3c11884b97e89e93ac55f47c0d9c412b645ba5d (diff) | |
| download | vyconf-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-- | _oasis | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
