Source: moat-lib-broadcast
Maintainer: "Matthias Urlichs" <matthias@urlichs.de>
Section: python
Priority: optional
Build-Depends: dh-python, python3-all, debhelper (>= 13),
  python3-setuptools,
  python3-wheel,
Standards-Version: 3.9.6
Homepage: https://m-o-a-t.org
X-DH-Compat: 13

Package: python3-moat-lib-broadcast
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
  python3-moat-util (>= 0.6),
  python3-attrs (>= 23.0),
Description: Broadcasting support for MoaT applications
  This module provides broadcasting support with weak references,
  allowing multiple readers to receive messages from a single source
  with backpressure handling and data loss detection.
