summaryrefslogtreecommitdiff
path: root/_oasis
blob: bd8ee5b02eedead39785a5789e537ea7da34a89b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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

Executable "vyconf_tree_test"
  Path: test
  MainIs: vyconf_tree_test.ml
  Build$: flag(tests)
  CompiledObject: best
  Install: false
  BuildDepends:  oUnit

Test "vyconf_tree_test"
  Run$: flag(tests)
  TestTools: vyconf_tree_test
  Command: $vyconf_tree_test
  WorkingDirectory: test