-
Notifications
You must be signed in to change notification settings - Fork 9
/
_oasis
78 lines (69 loc) · 2.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
OASISFormat: 0.4
Name: pci
Version: 1.0.1
Synopsis: Ctypes bindings to libpci for OCaml
Authors: Si Beaumont
License: LGPL-2.1 with OCaml linking exception
Plugins: DevFiles (0.4), META (0.4)
BuildTools: ocamlbuild
Library pci
Path: lib
FindlibName: pci
Modules: Pci
InternalModules: Ffi_generated, Ffi_generated_types
CSources: ffi_generated_stubs.c
CCLib: -lpci
CCOpt: -I $pkg_ctypes_stubs
ByteOpt: -warn-error +1..45
NativeOpt: -warn-error +1..45
BuildDepends: pci_bindings, ctypes.stubs
Library pci_bindings
Install: true
Path: bindings
Modules: Ffi_bindings
ByteOpt: -warn-error +1..45
NativeOpt: -warn-error +1..45
BuildDepends: ctypes.stubs
Document pci
Type: ocamlbuild (0.4)
BuildTools: ocamldoc
Title: API reference for Pci
XOCamlBuildPath: .
XOCamlBuildLibraries: pci
Executable ffi_stubgen
Install: false
Path: stubgen
MainIs: ffi_stubgen.ml
ByteOpt: -warn-error +1..45
NativeOpt: -warn-error +1..45
BuildDepends: pci_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: pci_bindings
Executable test_pci
Build$: flag(tests)
Install: false
Path: lib_test
MainIs: test_pci.ml
CompiledObject: best
ByteOpt: -warn-error +1..45
NativeOpt: -warn-error +1..45
BuildDepends: pci, ounit2
Test test_pci
Command: $test_pci -runner sequential
Flag examples
Description: Compile example executables
Default: false
Executable lspci
Build$: flag(examples)
Install: false
Path: examples
MainIs: lspci.ml
CompiledObject: best
ByteOpt: -warn-error +1..45
NativeOpt: -warn-error +1..45
BuildDepends: pci