MQTT 3.1 and 5 in OCaml using Eio
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

metadata

+4 -4
+2 -2
dune-project
··· 5 5 6 6 (license ISC) 7 7 (authors "Anil Madhavapeddy") 8 - (homepage "https://tangled.org/@anil.recoil.org/ocaml-mqtte") 8 + (homepage "https://tangled.org/anil.recoil.org/ocaml-mqtte") 9 9 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 10 - (bug_reports "https://tangled.org/@anil.recoil.org/ocaml-mqtte/issues") 10 + (bug_reports "https://tangled.org/anil.recoil.org/ocaml-mqtte/issues") 11 11 (maintenance_intent "(latest)") 12 12 13 13 (package
+2 -2
mqtte.opam
··· 5 5 maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 6 6 authors: ["Anil Madhavapeddy"] 7 7 license: "ISC" 8 - homepage: "https://tangled.org/@anil.recoil.org/ocaml-mqtte" 9 - bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-mqtte/issues" 8 + homepage: "https://tangled.org/anil.recoil.org/ocaml-mqtte" 9 + bug-reports: "https://tangled.org/anil.recoil.org/ocaml-mqtte/issues" 10 10 depends: [ 11 11 "dune" {>= "3.20"} 12 12 "ocaml" {>= "5.1"}