this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "OCaml MQTT client" 4maintainer: ["Rizo I. <rizo@odis.io>" "Leo Soares <leojrfs@gmail.com>"] 5authors: ["Rizo I. <rizo@odis.io>" "Josh Allmann <joshua.allmann@gmail.com>"] 6license: "BSD-3-clause" 7homepage: "https://github.com/hyper-systems/ocaml-mqtt" 8doc: "https://hyper-systems.github.io/ocaml-mqtt" 9bug-reports: "https://github.com/hyper-systems/ocaml-mqtt/issues" 10depends: [ 11 "ocaml" {>= "4.08.0"} 12 "dune" {>= "3.13"} 13 "ocplib-endian" {>= "0.6"} 14 "logs" {>= "0.7.0"} 15 "fmt" {>= "0.8.7"} 16 "lwt" {>= "5.7.0"} 17 "lwt_ppx" {>= "2.1.0"} 18 "tls" {>= "0.17.3" & < "1.0.0"} 19 "tls-lwt" {>= "0.17.3" & < "1.0.0"} 20 "alcotest" {with-test & >= "1.5.0"} 21 "alcotest-lwt" {with-test & >= "1.5.0"} 22 "cohttp" {with-test & >= "5.0.0"} 23 "cohttp-lwt-unix" {with-test & >= "5.0.0"} 24 "ocaml-lsp-server" {with-dev-setup} 25 "ocamlformat" {with-dev-setup & >= "0.26.1"} 26 "odoc" {with-doc & >= "2.4.1"} 27] 28build: [ 29 ["dune" "subst"] {dev} 30 [ 31 "dune" 32 "build" 33 "-p" 34 name 35 "-j" 36 jobs 37 "@install" 38 "@runtest" {with-test} 39 "@doc" {with-doc} 40 ] 41] 42dev-repo: "git+https://github.com/hyper-systems/ocaml-mqtt.git" 43url { 44 src: 45 "https://github.com/hyper-systems/ocaml-mqtt-client/archive/refs/tags/0.2.2.tar.gz" 46 checksum: [ 47 "md5=1af0b40f0d73e2ed69b515a7c43d2e5f" 48 "sha512=f2640262b929bece15b51abd3bfcd708eb495fb7371c23e30c2a69f12a1633385d8de90153ee11aaeacb71b3f782f59b3a2f1ce9d783b20c959d9ce6f2f9d96a" 49 ] 50}