diff options
author | Daniil Baturin <daniil@baturin.org> | 2015-02-02 09:03:43 +0600 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2015-02-02 09:03:43 +0600 |
commit | 0a3e8391bed31a7e0049643a2956953201c2f3fa (patch) | |
tree | e8a5d4ff8e420688645d03290bbee179ec6e1296 /_oasis | |
parent | b7e7dea14bdc96cfa16f84555c609ae317a56493 (diff) | |
download | vyconf-0a3e8391bed31a7e0049643a2956953201c2f3fa.tar.gz vyconf-0a3e8391bed31a7e0049643a2956953201c2f3fa.zip |
Add basic oasis build setup.
Diffstat (limited to '_oasis')
-rw-r--r-- | _oasis | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +Name: VyConf +Version: 0.1 +Synopsis: Appliance configuration framework +Authors: VyOS maintainers <maintainers@vyos.net> +License: LGPL with OCaml linking exception + +Description: VyConf +Homepage: http://vyos.net + +OASISFormat: 0.4 +BuildTools: ocamlbuild +Plugins: META (0.4), DevFiles (0.4) + +Executable "vyconfd" + Path: src + MainIs: vyconfd.ml |