-
Notifications
You must be signed in to change notification settings - Fork 7
/
_oasis
53 lines (46 loc) · 1.14 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
OASISFormat: 0.4
Name: lwt-zmq
Version: 2.1.0
Synopsis: Lwt-friendly interface to ZeroMQ
Authors: Hezekiah M. Carty <[email protected]>
Maintainers: Hezekiah M. Carty <[email protected]>
Homepage: https://github.com/hcarty/lwt-zmq
License: MIT
Plugins: META (0.4)
BuildTools: ocamlbuild
OCamlVersion: >= 3.12.1
Library "lwt-zmq"
Path: src
FindlibName: lwt-zmq
Modules: Lwt_zmq
BuildDepends: ZMQ, lwt.unix
CompiledObject: best
Executable req
Path: test
MainIs: req.ml
Install: false
BuildDepends: lwt-zmq
Executable rep
Path: test
MainIs: rep.ml
Install: false
BuildDepends: lwt-zmq
Flag parallel_pipeline
Description: build the parallel pipeline sample from the zmq guide
Default: false
Executable worker
Build$: flag(parallel_pipeline)
Path: test/parallel_pipeline
MainIs: worker.ml
Install: false
BuildDepends: lwt-zmq
Executable foreman
Build$: flag(parallel_pipeline)
Path: test/parallel_pipeline
MainIs: foreman.ml
Install: false
BuildDepends: lwt-zmq
SourceRepository master
Type: git
Location: https://github.com/hcarty/lwt-zmq.git
Browser: https://github.com/hcarty/lwt-zmq