-
Notifications
You must be signed in to change notification settings - Fork 1
/
_oasis
55 lines (50 loc) · 1.03 KB
/
_oasis
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
OASISFormat: 0.4
Name: Coq-NetKAT
Version: 0.1
Synopsis: The Frenetic Compiler and Runtime System
Authors: Carolyn Anderson, Nate Foster, and Arjun Guha
License: LGPL
Plugins: META (0.3)
OCamlVersion: >= 4.01
AlphaFeatures:
no_automatic_syntax,
ocamlbuild_more_args
XOCamlbuildPluginTags: package(ppx_driver.ocamlbuild)
BuildTools:
ocamlbuild,
ocamldoc
Flag quickcheck
Description: build the netkat.quickcheck library
Default: false
Library netkat
Path: lib
BuildDepends:
InternalModules:
Modules:
NetKAT_ONF,
NetKAT_Syntax,
NetKAT_Semantics
Library quickcheck
Findlibparent: netkat
Findlibname: quickcheck
Path: quickcheck
BuildDepends:
netkat,
quickcheck
Modules:
NetKAT_Arbitrary
Executable testtool
Path: test
MainIs: Test.ml
BuildDepends:
ppx_jane,
ppx_inline_test,
quickcheck,
netkat,
netkat.quickcheck,
threads
Install: False
Test all_tests
Command: $testtool inline-test-runner dummy
Run$: flag(tests)
TestTools: testtool