-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_oasis
160 lines (140 loc) · 4.5 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
OASISFormat: 0.4
Name: flajolet
Version: 0.1
Synopsis: Probabilistic data structures for OCaml
Authors: Travis Brady
Description: Probabilistic data structures for OCaml (HyperLogLog, Bloom filter and more)
Homepage: https://github.com/travisbrady/flajolet
Maintainers: Travis Brady
License: MIT
Plugins: StdFiles (0.4), DevFiles (0.4), META (0.4)
XStdFilesAUTHORS: false
XStdFilesREADME: false
Library flajolet
Path: lib
FindlibName: flajolet
BuildTools: ocamlbuild
BuildDepends: core, core_extended, farmhash, bitarray, threads, uint
CompiledObject: best
InternalModules: Const
Modules: Recordinality,Sbitmap,Hyperloglog,Histogram,Stream_summary,Bloom,Cmsketch,Minhash, Loglogbeta
CSources: stubs.c
CCOpt: -g -std=c99 -D_GNU_SOURCE -O2
Executable test_recordinality
Path: lib_test
BuildTools: ocamlbuild
BuildDepends: flajolet, oUnit, core, threads
Build$: flag(tests)
CompiledObject: native
MainIs: test_recordinality.ml
Install: false
Executable test_histogram
Path: lib_test
BuildTools: ocamlbuild
BuildDepends: flajolet, core, threads, oUnit
CompiledObject: native
MainIs: test_histogram.ml
Install: false
Executable test_sbitmap
Path: lib_test
BuildTools: ocamlbuild
BuildDepends: flajolet, core, core_extended, threads, oUnit
CompiledObject: native
MainIs: test_sbitmap.ml
Install: false
Executable test_bloom
Path: lib_test
BuildTools: ocamlbuild
BuildDepends: flajolet, core, core_extended, threads, oUnit
CompiledObject: native
MainIs: test_bloom.ml
Install: false
Executable bench_bloom
Path: bench
BuildTools: ocamlbuild
BuildDepends: flajolet, core, core_bench, threads
CompiledObject: native
MainIs: bench_bloom.ml
Install: false
Executable sbitmap_stdin
Path: lib_test
BuildTools: ocamlbuild
BuildDepends: flajolet, core, core_extended, threads
CompiledObject: native
MainIs: sbitmap_stdin.ml
Install: false
Executable test_hyperloglog
Path: lib_test
Build$: flag(tests)
BuildTools: ocamlbuild
BuildDepends: flajolet, oUnit, core, threads
CompiledObject: native
MainIs: test_hyperloglog.ml
Install: false
Executable test_cmsketch
Path: lib_test
Build$: flag(tests)
BuildTools: ocamlbuild
BuildDepends: flajolet, oUnit, core, threads
CompiledObject: native
MainIs: test_cmsketch.ml
Install: false
Executable test_minhash
Path: lib_test
Build$: flag(tests)
BuildTools: ocamlbuild
BuildDepends: flajolet, oUnit, core, threads
CompiledObject: native
MainIs: test_minhash.ml
Install: false
Executable test_loglogbeta
Path: lib_test
Build$: flag(tests)
BuildTools: ocamlbuild
BuildDepends: flajolet, uint, alcotest, core, threads
CompiledObject: native
MainIs: test_loglogbeta.ml
Install: false
Test test_hll
Run$: flag(tests)
Command: $test_hyperloglog
WorkingDirectory: lib_test
Test test_histogram
Run$: flag(tests)
Command: $test_histogram
WorkingDirectory: lib_test
Test test_sbitmap
Run$: flag(tests)
Command: $test_sbitmap
WorkingDirectory: lib_test
Test test_loglogbeta
Run$: flag(tests)
Command: $test_loglogbeta
WorkingDirectory: lib_test
Flag examples
Default: False
Description: Build the examples
Executable topk
Path: examples
Build$: flag(examples)
BuildTools: ocamlbuild
BuildDepends: flajolet, core, threads
CompiledObject: native
MainIs: topk.ml
Install: false
Executable card
Path: examples
Build$: flag(examples)
BuildTools: ocamlbuild
BuildDepends: flajolet, core, threads
CompiledObject: native
MainIs: card.ml
Install: false
Executable destats
Path: examples
Build$: flag(examples)
BuildTools: ocamlbuild
BuildDepends: flajolet, core, threads
CompiledObject: native
MainIs: destats.ml
Install: false