diff options
| author | Daniil Baturin <daniil@baturin.org> | 2017-01-06 01:31:40 +0700 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2017-01-06 01:31:40 +0700 |
| commit | f74d68d408e3e1d8dc1313c322851b8ca07ef730 (patch) | |
| tree | f731bc17a0beb012412b65d95deebfd12cc81bf5 /_oasis | |
| parent | e18a945633b74dc0547d61941b15cccb027fecd1 (diff) | |
| download | vyconf-f74d68d408e3e1d8dc1313c322851b8ca07ef730.tar.gz vyconf-f74d68d408e3e1d8dc1313c322851b8ca07ef730.zip | |
Add initial implementation of the protobuf schema.
Diffstat (limited to '_oasis')
| -rw-r--r-- | _oasis | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -54,6 +54,12 @@ Library "util" FindlibParent: vyconf BuildDepends: xml-light +Library "vyconf_pb" + Path: src + Modules: Vyconf_pb + FindlibParent: vyconf + BuildDepends: ocaml-protoc + Library "session" Path: src Modules: Session |
