blob: f13a14627b4d7bdb63f84d257e591d96184fceac (
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
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)
Library "vytree"
Path: src
Modules: Vytree
Executable "vyconfd"
Path: src
MainIs: vyconfd.ml
CompiledObject: best
Executable "vyconf_tree_test"
Path: test
MainIs: vyconf_tree_test.ml
Build$: flag(tests)
CompiledObject: best
Install: false
BuildDepends: oUnit, vytree
Executable "vylist_test"
Path: test
MainIs: vylist_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
Test "vylist_test"
Run$: flag(tests)
TestTools: vylist_test
Command: $vylist_test
WorkingDirectory: test
|