(lang dune 3.0) (name rtl433) (generate_opam_files true) (source (github avsm/ocaml-rtl433)) (authors "Anil Madhavapeddy") (maintainers "Anil Madhavapeddy") (license ISC) (documentation https://avsm.github.io/ocaml-rtl433) (package (name rtl433) (synopsis "RTL-433 decoder for wireless sensors in OCaml") (description "Pure OCaml implementation of rtl_433, a software decoder for wireless sensors transmitting in the 433MHz/868MHz/915MHz ISM bands. Supports FSK and OOK modulation with pluggable protocol decoders and MQTT output.") (depends (ocaml (>= 5.1)) (eio (>= 1.0)) eio_main (mqtte (>= 0.1)) (cmdliner (>= 1.2)) (fmt (>= 0.9)) (logs (>= 0.7)) ptime) (tags (sdr rtl-sdr 433mhz ism mqtt sensors)))