-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_oasis
51 lines (46 loc) · 937 Bytes
/
_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
OASISFormat: 0.3
Name: dprle
Version: 0.6.0
Synopsis: DPRLE decision procedure for systems of equations that consist of
regular languages, concatenation, and grounded subset constraints.
Authors: University of Virginia
License: BSD3
Plugins: META (0.3), StdFiles (0.3), DevFiles (0.3)
BuildTools:
ocamlbuild,
ocamldoc
XStdFilesREADME: False
XStdFilesAUTHORS: False
Flag installexec
Description: install the Frenetic executable
Default: False
Library dprle
Path: src
Modules:
Options,
Hashset,
Charset,
Nfa,
Depgraph,
Languageops,
Solve,
Interface,
Dprle
Executable dprle
Path: src
Install$: flag(installexec)
MainIs: dprle.ml
Document doc
Title: DPrle
Type: ocamlbuild (0.3)
XOCamlBuildPath: src
XOCamlBuildModules:
Options,
Hashset,
Charset,
Nfa,
Depgraph,
Languageops,
Solve,
Interface,
Dprle