-
Notifications
You must be signed in to change notification settings - Fork 9
/
_oasis
62 lines (53 loc) · 1.43 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
OASISFormat: 0.3
Name: fd-send-recv
Version: 1.0.4
Synopsis: Bindings to sendmsg/recvmsg which allow fds to be sent/received
Authors: Jonathan Ludlam <[email protected]>, David Scott, David Sheets, Euan Harris, Vincent Bernardoff
License: LGPL-2.1 with OCaml linking exception
Plugins: META (0.3), DevFiles (0.3)
BuildTools: ocamlbuild
Flag tuntap
Description: Enable the tuntap test (require package tuntap)
Default: false
Library fd_send_recv
CompiledObject: best
Path: lib
Findlibname: fd-send-recv
Modules: Fd_send_recv
CSources: fd_send_recv_stubs.c
BuildDepends: unix
Document api
Title: Documentation and API reference
Type: ocamlbuild (0.3)
BuildTools+: ocamldoc
XOCamlbuildLibraries: fd-send-recv
XOcamlbuildPath: doc
Install: false
Executable test
Path: test
MainIs: test.ml
BuildDepends: threads, fd-send-recv
CompiledObject: best
Install: false
Executable test_fork
Path: test
MainIs: test_fork.ml
BuildDepends: fd-send-recv
CompiledObject: best
Install: false
Executable test_tuntap
Build$: flag(tuntap)
Install: false
Path: test
MainIs: test_tuntap.ml
BuildDepends: fd-send-recv, tuntap
CompiledObject: best
Test test
Command: ./test.native
Run: true
Test test_fork
Command: ./test_fork.native
Run: true
Test test_tuntap
Command: ./test_tuntap.native
Run$: flag(tuntap)