-
Notifications
You must be signed in to change notification settings - Fork 5
/
dune-project
63 lines (55 loc) · 972 Bytes
/
dune-project
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
(lang dune 3.13)
(name mqtt)
(generate_opam_files true)
(source
(github hyper-systems/ocaml-mqtt))
(authors "Rizo I. <[email protected]>" "Josh Allmann <[email protected]>")
(maintainers "Rizo I. <[email protected]>" "Leo Soares <[email protected]>")
(license BSD-3-clause)
(documentation https://hyper-systems.github.io/ocaml-mqtt)
(package
(name mqtt)
(synopsis "OCaml MQTT client")
(depends
(ocaml
(>= 4.08.0))
dune
(ocplib-endian
(>= 0.6))
(logs
(>= 0.7.0))
(fmt
(>= 0.8.7))
(lwt
(>= 5.7.0))
(lwt_ppx
(>= 2.1.0))
(tls
(>= 0.17.3))
(tls-lwt
(>= 0.17.3))
(alcotest
(and
:with-test
(>= 1.5.0)))
(alcotest-lwt
(and
:with-test
(>= 1.5.0)))
(cohttp
(and
:with-test
(>= 5.0.0)))
(cohttp-lwt-unix
(and
:with-test
(>= 5.0.0)))
(ocaml-lsp-server :with-dev-setup)
(ocamlformat
(and
:with-dev-setup
(>= 0.26.1)))
(odoc
(and
:with-doc
(>= 2.4.1)))))