(lang dune 3.21) (name mdns) (generate_opam_files true) (license MIT) (authors "Thomas Gazagnaire ") (maintainers "Thomas Gazagnaire ") (source (tangled gazagnaire.org/ocaml-mdns)) (package (name mdns) (synopsis "mDNS/DNS-SD service discovery (RFC 6763)") (description "A pure OCaml implementation of mDNS (Multicast DNS) for DNS-SD service \ discovery as specified in RFC 6763. Uses Eio for async networking and \ the dns library for query encoding.") (depends (ocaml (>= 4.08)) (eio (>= 1.0)) eio_main (dns (>= 9.0)) (ipaddr (>= 5.0)) (domain-name (>= 0.4)) cstruct fmt (cmdliner (>= 1.2)) (alcotest :with-test) (crowbar :with-test)))