forked from mirage/ocaml-uri
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_oasis
More file actions
62 lines (53 loc) · 1.43 KB
/
_oasis
File metadata and controls
62 lines (53 loc) · 1.43 KB
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
OASISFormat: 0.3
Name: uri
Version: 1.3.5
Synopsis: RFC3968 URI parsing library
Authors: Anil Madhavapeddy, David Sheets
License: ISC
Plugins: META (0.3)
BuildTools: ocamlbuild
PostConfCommand: sh etc/gen.sh
Flag allservices
Description: build the full services library
Default: false
Library uri
Path: lib
Modules: Uri,Uri_re,Uri_IP
BuildDepends: re.posix,re.str
Library services
Path: lib
Findlibname: services
FindlibParent: uri
Modules: Uri_services
BuildDepends: uri
Library services_full
Build$: flag(allservices)
Path: lib
Findlibname: services_full
FindlibParent: uri
Modules: Uri_services_full
BuildDepends: uri
Document uri
Title: URI docs
Type: ocamlbuild (0.2)
BuildTools+: ocamldoc
XOCamlbuildPath: lib
XOCamlbuildLibraries: uri
Document uri_services
Title: URI services docs
Type: ocamlbuild (0.2)
BuildTools+: ocamldoc
XOCamlbuildPath: lib
XOCamlbuildLibraries: uri.services
Executable test_runner
Path: lib_test
MainIs: test_runner.ml
Build$: flag(tests)
Custom: true
CompiledObject: best
Install: false
BuildDepends: uri,oUnit (>= 1.0.2)
Test test_runner
Run$: flag(tests)
Command: $test_runner
WorkingDirectory: lib_test