forked from ocaml/ocaml-re
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_oasis
72 lines (63 loc) · 1.48 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
OASISFormat: 0.2
Name: regexp
Version: 0.9-dev
Synopsis: Pure OCaml regular expression library
Authors: Jerome Vouillon
License: LGPL-2.0 with OCaml linking exception
Plugins: META (0.2)
BuildTools: ocamlbuild
Library re
Path: lib
InternalModules: Cset, Automata
Modules: Re
Findlibname: re
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
Flag tests
Description: Build and run tests
Default: true
Executable re_match
Path: lib_test
MainIs: re_match.ml
Build$: flag(tests)
Custom: true
CompiledObject: best
Install: false
BuildDepends: re
Test re_match
Run$: flag(tests)
Command: $re_match
WorkingDirectory: lib_test