-
Notifications
You must be signed in to change notification settings - Fork 4
/
_oasis
34 lines (30 loc) · 801 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
OASISFormat: 0.4
Name: mqtt
Version: 0.0.1
Synopsis: MQTT message parser in OCaml
Authors: Josh Allmann <[email protected]>
License: BSD-3-clause
Plugins: META (0.4), DevFiles (0.4)
Library mqtt
Path: lib
BuildTools: ocamlbuild
Modules: Mqtt
BuildDepends: lwt (>= 2.7.0), lwt.unix, oUnit, ocplib-endian
Pack: false
FindlibName: mqtt
ByteOpt: -bin-annot -ppopt -lwt-debug
NativeOpt: -bin-annot -ppopt -lwt-debug
Test "TestMqtt"
Command: test/mqtt_test
Executable mqtt_example
Path: example
BuildTools: ocamlbuild
MainIs: example.ml
BuildDepends: mqtt,lwt
Install: false
Executable mqtt_test
Path: test
BuildTools: ocamlbuild
MainIs: test.ml
BuildDepends: mqtt, oUnit
Install: false