summaryrefslogtreecommitdiff
path: root/_oasis
blob: 17612e716ea5df6a8f5b2fa2e1b20b4574502381 (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
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

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