-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_oasis
63 lines (56 loc) · 1.76 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
OASISFormat: 0.4
Name: flock
Version: 1.0.0
Synopsis: Ctypes bindings to flock for OCaml
Authors: Si Beaumont
License: LGPL-2.1 with OCaml linking exception
Plugins: DevFiles (0.4), META (0.4)
BuildTools: ocamlbuild
Library flock
Path: lib
FindlibName: flock
Modules: Flock
InternalModules: Ffi_generated, Ffi_generated_types
CSources: ffi_generated_stubs.c
CCOpt: -I $pkg_ctypes_stubs
ByteOpt: -warn-error +1..45
NativeOpt: -warn-error +1..45
BuildDepends: flock_bindings
Library flock_bindings
Install: true
Path: bindings
Modules: Ffi_bindings
ByteOpt: -warn-error +1..45
NativeOpt: -warn-error +1..45
BuildDepends: ctypes.stubs, ctypes.foreign
Document flock
Type: ocamlbuild (0.4)
BuildTools: ocamldoc
Title: API reference for Flock
XOCamlBuildPath: .
XOCamlBuildLibraries: flock
Executable ffi_stubgen
Install: false
Path: stubgen
MainIs: ffi_stubgen.ml
ByteOpt: -warn-error +1..45
NativeOpt: -warn-error +1..45
BuildDepends: flock_bindings
Executable ffi_types_stubgen
Install: false
Path: stubgen
MainIs: ffi_types_stubgen.ml
ByteOpt: -warn-error +1..45
NativeOpt: -warn-error +1..45
BuildDepends: flock_bindings
Executable test_flock
Build$: flag(tests)
Install: false
Path: lib_test
MainIs: test_flock.ml
CompiledObject: best
ByteOpt: -warn-error +1..45
NativeOpt: -warn-error +1..45
BuildDepends: flock, oUnit
Test test_flock
Command: $test_flock -runner sequential