This repository has been archived by the owner on Jun 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_oasis
75 lines (66 loc) · 2.17 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
OASISFormat: 0.4
Name: webidl
Version: 0.1
Synopsis: WebIDL parser and analyzer
Authors: Johannes Kloos
License: Apache
Plugins: META (0.4)
OCamlVersion: >= 4.02.1
AlphaFeatures: no_automatic_syntax
Library "webidl"
Path: .
BuildTools: ocamlbuild
Install: true
XMETAEnable: true
XMETADescription: WebIDL parser and analyzer
BuildDepends: ppx_import, batteries, ppx_deriving.ord, ppx_deriving.eq,
ocamlgraph, menhirLib, batteries
Modules: Ast, AstParse, AstSimplify, Flatten, IdlData, Webidl, Idllexer,
Idlparser, Misc, IdlparserOutput, ContextError, TokenPrinter, Parse
Executable "testWebidl"
Path: .
BuildTools: ocamlbuild
MainIs: testWebidl.ml
Install: false
BuildDepends: ppx_import, ppx_deriving.show, fmt, batteries, ocamlgraph, menhirLib
Executable "testLexer"
Path: .
BuildTools: ocamlbuild
MainIs: testLexer.ml
Install: false
BuildDepends: ppx_import, ppx_deriving.show, fmt, menhirLib
Executable "testSimpleAst"
Path: .
BuildTools: ocamlbuild
MainIs: testSimpleAst.ml
Install: false
BuildDepends: ppx_import, batteries, ppx_deriving.ord, ppx_deriving.eq,
ocamlgraph, menhirLib, batteries, fmt
Executable "testParse"
Path: .
BuildTools: ocamlbuild
MainIs: testParse.ml
Install: false
BuildDepends: ppx_import, batteries, ppx_deriving.ord, ppx_deriving.eq,
ocamlgraph, menhirLib, batteries, fmt
Executable "testGraph"
Path: .
BuildTools: ocamlbuild
MainIs: testGraph.ml
Install: false
BuildDepends: ppx_import, batteries, ppx_deriving.ord, ppx_deriving.eq,
ocamlgraph, menhirLib, batteries, fmt
Executable "testCalculateBlocking"
Path: .
BuildTools: ocamlbuild
MainIs: testCalculateBlocking.ml
Install: false
BuildDepends: ppx_import, batteries, ppx_deriving.ord, ppx_deriving.eq,
ocamlgraph, menhirLib, batteries, fmt
Executable "blocklist"
Path: .
BuildTools: ocamlbuild
MainIs: blocklist.ml
Install: false
BuildDepends: ppx_import, batteries, ppx_deriving.ord, ppx_deriving.eq,
ocamlgraph, menhirLib, batteries, fmt, ocaml-protoc