forked from ocaml/ocaml-re
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_oasis
178 lines (155 loc) · 4.08 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
OASISFormat: 0.4
Name: re
Version: 1.4.1
Synopsis: Pure OCaml regular expression library
Authors: Jerome Vouillon, Thomas Gazagnaire, Anil Madhavapeddy
License: LGPL-2.0 with OCaml linking exception
Plugins: META (0.4), DevFiles (0.4)
AlphaFeatures: compiled_setup_ml
BuildTools: ocamlbuild
Library re
Path: lib
InternalModules: Re_cset, Re_automata
Modules: Re
Findlibname: re
BuildDepends: bytes
Library re_emacs
Path: lib
XMETADescription: Emacs-compatible regexps
Modules: Re_emacs
Findlibname: emacs
FindlibParent: re
BuildDepends: re
Library re_str
Path: lib
XMETADescription: Str-compatible regexps
Modules: Re_str
Findlibname: str
FindlibParent: re
BuildDepends: re,re.emacs
Library re_posix
Path: lib
Modules: Re_posix
XMETADescription: POSIX-compatible regexps
Findlibname: posix
FindlibParent: re
BuildDepends: re
Library re_glob
Path: lib
Modules: Re_glob
XMETADescription: Shell glob regexps
Findlibname: glob
FindlibParent: re
BuildDepends: re
Library re_perl
Path: lib
Modules: Re_perl
XMETADescription: Perl-compatible regexps
Findlibname: perl
FindlibParent: re
BuildDepends: re
Library re_pcre
Path: lib
Modules: Re_pcre
XMETADescription: subset of PCRE using the Re engine
Findlibname: pcre
FindlibParent: re
BuildDepends: re, re.perl
Library fort_unit
Path: lib_test
Build$: flag(tests)
Modules: Fort_unit
BuildDepends: oUnit
Install: false
Executable re_match
Path: lib_test
MainIs: re_match.ml
Build$: flag(tests)
Custom: true
CompiledObject: best
Install: false
BuildDepends: re
Executable re_test_re
Path: lib_test
MainIs: test_re.ml
Build$: flag(tests)
Custom: true
CompiledObject: best
Install: false
BuildDepends: re, fort_unit
Executable re_test_perl
Path: lib_test
MainIs: test_perl.ml
Build$: flag(tests)
Custom: true
CompiledObject: best
Install: false
BuildDepends: re, fort_unit
Executable re_test_emacs
Path: lib_test
MainIs: test_emacs.ml
Build$: flag(tests)
Custom: true
CompiledObject: best
Install: false
BuildDepends: re, fort_unit
Executable re_test_str
Path: lib_test
MainIs: test_str.ml
Build$: flag(tests)
Custom: true
CompiledObject: best
Install: false
BuildDepends: re, fort_unit, str
Executable test_pcre
Path: lib_test
MainIs: test_pcre.ml
Build$: flag(tests)
Custom: true
CompiledObject: best
Install: false
BuildDepends: re, oUnit
Test re_test_re
Run$: flag(tests)
Command: $re_test_re
WorkingDirectory: lib_test
Test re_test_perl
Run$: flag(tests)
Command: $re_test_perl
WorkingDirectory: lib_test
Test re_test_emacs
Run$: flag(tests)
Command: $re_test_emacs
WorkingDirectory: lib_test
Test re_test_easy
Run$: flag(tests)
Command: $test_easy
WorkingDirectory: lib_test
# Test re_test_str
# Run$: flag(tests)
# Command: $re_test_str
# WorkingDirectory: lib_test
Executable test_easy
Path: lib_test
MainIs: test_easy.ml
Build$: flag(tests)
Custom: true
CompiledObject: best
Install: false
BuildDepends: re, oUnit
Test re_match
Run$: flag(tests)
Command: $re_match
WorkingDirectory: lib_test
Test test_pcre
Run$: flag(tests)
Command: $test_pcre
WorkingDirectory: lib_test
Document "re-api"
Title: API reference for Re
Type: ocamlbuild (0.3)
Install: true
InstallDir: $htmldir/api
BuildTools: ocamldoc
XOCamlbuildPath: ./lib
XOCamlbuildLibraries: re, re.emacs, re.glob, re.posix, re.perl, re.str, re.pcre