summaryrefslogtreecommitdiff
path: root/_oasis
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2016-12-15 09:56:07 +0600
committerDaniil Baturin <daniil@baturin.org>2016-12-15 09:56:07 +0600
commit88cca944fa1788d4f3089c9f93c59666bfcce1fb (patch)
tree4fb211c72964405f14b25317268ba67c5d995c61 /_oasis
parent6f95f4191699186a14a3109f08822189d0f8331e (diff)
downloadvyconf-88cca944fa1788d4f3089c9f93c59666bfcce1fb.tar.gz
vyconf-88cca944fa1788d4f3089c9f93c59666bfcce1fb.zip
T212: use a directory (normally $program_dir/validators) for external validators.
What's bad is that right now way too many things are aware of the nature of external validators, and the validators dir (formerly validators hashtable) is passed around a lot. We'll need to think it through.
Diffstat (limited to '_oasis')
-rw-r--r--_oasis8
1 files changed, 7 insertions, 1 deletions
diff --git a/_oasis b/_oasis
index 48bd8ca..3e6d775 100644
--- a/_oasis
+++ b/_oasis
@@ -55,6 +55,12 @@ Library "vyconf_config"
FindlibParent: vyconf
BuildDepends: toml, ppx_deriving.show
+Library "directories"
+ Path: src
+ Modules: Directories
+ FindlibParent: vyconf
+ BuildDepends: fileutils
+
Library "message"
Path: src
Modules: Message
@@ -65,7 +71,7 @@ Executable "vyconfd"
Path: src
MainIs: vyconfd.ml
CompiledObject: best
- BuildDepends: ppx_deriving.runtime, ppx_deriving_yojson.runtime, lwt, lwt.unix, lwt.ppx, toml, vyconf
+ BuildDepends: ppx_deriving.runtime, ppx_deriving_yojson.runtime, lwt, lwt.unix, lwt.ppx, toml, fileutils, vyconf
Executable "vytree_test"
Path: test