summaryrefslogtreecommitdiff
path: root/_oasis
blob: f775dfa31d4ec64b144684b4b0e4768bfca0ccd3 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
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 "vyconf"
  Path: src
  Modules: Vytree, Vylist, Value_checker
  Install: false

Library "vytree"
  Path: src
  Modules: Vytree
  FindlibParent: vyconf

Library "value_checker"
  Path: src
  Modules: Value_checker
  FindlibParent: vyconf
  BuildDepends: pcre

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, vyconf

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

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

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

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