forked from superbobry/pareto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_oasis
114 lines (101 loc) · 2.89 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
OASISFormat: 0.3
Name: pareto
Version: 0.3
Synopsis: GSL powered OCaml statistics library
Authors: Sergei Lebedev <[email protected]>
Maintainers: Sergei Lebedev <[email protected]>
License: MIT
OCamlVersion: >= 4.0.0
FindlibVersion: >= 1.3.1
Homepage: https://github.com/superbobry/pareto
BuildTools: ocamlbuild, ocamldoc
Plugins: META (0.3), DevFiles (0.3)
Library pareto
Path: lib
Pack: true
Modules: Base
, Algebra
, Distributions
, Resampling
, Sample
, Tests
InternalModules: Internal
CSources: mlgsl_extra.c
CCOpt: -O2 -Wall -pedantic -Wextra
NativeOpt: -w @a -warn-error -a
ByteOpt: -w @a -warn-error -a
BuildDepends: gsl (>= 1.13.0)
# Tests
Executable test_runner
Path: lib_test
MainIs: test_runner.ml
Build$: flag(tests)
Custom: true
CompiledObject: best
Install: false
BuildDepends: pareto
, oUnit (>= 1.0.2)
Test lib_test
Run$: flag(tests)
Command: $test_runner
WorkingDirectory: lib_test
# Examples
Flag examples
Description: Build examples
Default: false
Executable base_ex
Path: examples
Build$: flag(examples)
Install: false
CompiledObject: best
MainIs: base_ex.ml
BuildDepends: gsl, pareto
NativeOpt: -w @a
ByteOpt: -w @a
Executable distributions_ex
Path: examples
Build$: flag(examples)
Install: false
CompiledObject: best
MainIs: distributions_ex.ml
BuildDepends: gsl, pareto
NativeOpt: -w @a
ByteOpt: -w @a
Executable tests_ex
Path: examples
Build$: flag(examples)
Install: false
CompiledObject: best
MainIs: tests_ex.ml
BuildDepends: gsl, pareto
NativeOpt: -w @a
ByteOpt: -w @a
Executable sample_ex
Path: examples
Build$: flag(examples)
Install: false
CompiledObject: best
MainIs: sample_ex.ml
BuildDepends: gsl, pareto
NativeOpt: -w @a
ByteOpt: -w @a
Executable resampling_ex
Path: examples
Build$: flag(examples)
Install: false
CompiledObject: best
MainIs: resampling_ex.ml
BuildDepends: gsl, pareto
NativeOpt: -w @a
ByteOpt: -w @a
Document API
Title: API reference for Pareto
Type: OCamlbuild (0.3)
InstallDir: $docdir/api
XOCamlbuildPath: lib
XOCamlbuildLibraries: pareto
SourceRepository github
Type: git
Location: https://github.com/superbobry/pareto
Browser: https://github.com/superbobry/pareto
Tag: $(pkg_version)