-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_oasis
46 lines (40 loc) · 999 Bytes
/
_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
OASISFormat: 0.2
Name: bench
Version: 1.3
Synopsis: A benchmarking tool for statistically valid benchmarks
Authors: Edgar Friendly
License: LGPL-2.1 with OCaml linking exception
Plugins: META (0.2), StdFiles (0.2)
BuildTools: ocamlbuild
Library bench
Path: src/
Modules: Bench
BuildDepends: unix
FindlibName: bench
#Document API
# Title: API reference for Bench
# Type: OCamlbuild (0.2)
# InstallDir: $docdir/api
# BuildTools: ocamldoc, ocamlbuild
# XOCamlbuildPath: src/
# XOCamlbuildLibraries: bench
Executable benchplot
Path: src/
MainIs: benchplot.ml
BuildDepends: archimedes, str
CompiledObject: best
Executable listmap
Path: examples/
MainIs: listmap.ml
Install: false
CompiledObject: best
Executable erf
Path: examples/
MainIs: erf.ml
Install: false
CompiledObject: best
Executable match
Path: examples/
MainIs: match.ml
Install: false
CompiledObject: best