forked from janestreet/async
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_oasis
84 lines (75 loc) · 2.81 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
OASISFormat: 0.3
OCamlVersion: >= 4.00.0
FindlibVersion: >= 1.3.2
Name: async
Version: 112.24.00
Synopsis: Jane Street Capital's asynchronous execution library
Authors: Jane Street Group, LLC <[email protected]>
Copyrights: (C) 2008-2013 Jane Street Group, LLC <[email protected]>
Maintainers: Jane Street Group, LLC <[email protected]>
License: Apache-2.0
LicenseFile: LICENSE.txt
Homepage: https://github.com/janestreet/async
Plugins: StdFiles (0.3), DevFiles (0.3), META (0.3)
XStdFilesAUTHORS: false
XStdFilesREADME: false
BuildTools: ocamlbuild, camlp4o
Description:
Part of Jane Street’s Core library.
.
The Core suite of libraries is an industrial strength alternative to
OCaml's standard library that was developed by Jane Street, the
largest industrial user of OCaml.
# +-------------------------------------------------------------------+
# | Library |
# +-------------------------------------------------------------------+
Library async
Path: lib
FindlibName: async
Pack: true
Modules: Scheduler_unit_tests,
Std
BuildDepends: async_kernel,
async_unix,
async_extra,
pa_ounit,
pa_ounit.syntax,
threads
# +-------------------------------------------------------------------+
# | Tests |
# +-------------------------------------------------------------------+
Executable test_runner
Path: lib_test
MainIs: test_runner.ml
Build$: flag(tests)
CompiledObject: best
Install: false
BuildDepends: async
Test test_runner
Run$: flag(tests)
Command: $test_runner
WorkingDirectory: lib_test
# +-------------------------------------------------------------------+
# | Benchmarks |
# +-------------------------------------------------------------------+
Executable nanos_per_job
Path: bench
MainIs: nanos_per_job.ml
Build$: flag(tests)
CompiledObject: best
Install: false
BuildDepends: async
Executable handlers
Path: benchmarks
MainIs: handlers.ml
Build$: flag(tests)
CompiledObject: best
Install: false
BuildDepends: async
Executable squash
Path: benchmarks
MainIs: squash.ml
Build$: flag(tests)
CompiledObject: best
Install: false
BuildDepends: async