-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_oasis
58 lines (52 loc) · 1.75 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
OASISFormat: 0.4
Name: factory
Version: 0.0.1
Synopsis: OCaml bindings for the Factory library
Authors: Benedikt Schmidt <[email protected]>
License: MIT
Plugins: DevFiles (0.4), META (0.4)
BuildTools: ocamlbuild
Library factory
Path: lib
FindlibName: factory
Modules: Factory, Poly, PolyInterfaces
InternalModules: Factory_generated, Factory_generated_types
CSources: ffi_generated_stubs.c, factory_wrapper.c, factory_wrapper.h
CCOpt: -I $pkg_ctypes_stubs
CCLib: -lfactory -lstdc++
ByteOpt: -warn-error +1..45
NativeOpt: -warn-error +1..45
BuildDepends: factory_bindings, batteries
Library factory_bindings
Install: true
Path: bindings
Modules: Factory_bindings
ByteOpt: -warn-error +1..45
NativeOpt: -warn-error +1..45
BuildDepends: ctypes, ctypes.stubs, ctypes.foreign
Executable ffi_stubgen
Install: false
Path: stubgen
MainIs: ffi_stubgen.ml
CCLib: -lfactory
ByteOpt: -warn-error +1..45
NativeOpt: -warn-error +1..45
BuildDepends: factory_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: factory_bindings
Executable test_factory
Install: false
Path: lib_test
MainIs: test_factory.ml
CompiledObject: best
#CClib: -lfactory
ByteOpt: -warn-error +1..45
NativeOpt: -warn-error +1..45
BuildDepends: factory, oUnit
Test test_factory
Command: $test_factory -runner sequential