Source: miniupnpc Section: net Priority: optional Maintainer: Thomas Goirand Uploaders: Yangfl , Build-Depends: debhelper (>= 11~), dh-python, python3-dev, python3-setuptools, Standards-Version: 4.1.4 Vcs-Browser: https://salsa.debian.org/miniupnp-team/miniupnpc Vcs-Git: https://salsa.debian.org/miniupnp-team/miniupnpc.git Homepage: http://miniupnp.free.fr/ Package: miniupnpc Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Multi-Arch: foreign Description: UPnP IGD client lightweight library client The UPnP protocol is supported by most home adsl/cable routers and Microsoft Windows 2K/XP. The aim of the MiniUPnP project is to bring a free software solution to support the "Internet Gateway Device" part of the protocol. The MediaServer/MediaRenderer UPnP protocol is also becoming very popular. . Miniupnpc aims at the simplest library possible, with the smallest footprint and no dependencies to other libraries such as XML parsers or HTTP implementations. All the code is pure ANSI C. Compiled on a x86 PC, the miniupnp client library have less than 15KB code size. For instance, the upnpc sample program is around 20KB. The miniupnp daemon is much smaller than any other IGD daemon and is ideal for using on low memory device for this reason. . This package is an example client for the library. Package: libminiupnpc17 Architecture: any Section: libs Depends: ${misc:Depends}, ${shlibs:Depends} Suggests: minissdpd Multi-Arch: same Description: UPnP IGD client lightweight library The UPnP protocol is supported by most home adsl/cable routers and Microsoft Windows 2K/XP. The aim of the MiniUPnP project is to bring a free software solution to support the "Internet Gateway Device" part of the protocol. The MediaServer/MediaRenderer UPnP protocol is also becoming very popular. . Miniupnpc aims at the simplest library possible, with the smallest footprint and no dependencies to other libraries such as XML parsers or HTTP implementations. All the code is pure ANSI C. Compiled on a x86 PC, the miniupnp client library have less than 15KB code size. For instance, the upnpc sample program is around 20KB. The miniupnp daemon is much smaller than any other IGD daemon and is ideal for using on low memory device for this reason. . This package contains the shared library. Package: libminiupnpc-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, libminiupnpc17 (= ${binary:Version}) Breaks: miniupnpc (<< 2.0) Replaces: libminiupnpc5, libminiupnpc8, libminiupnpc10, libminiupnpc16, miniupnpc (<< 2.0) Multi-Arch: same Description: UPnP IGD client lightweight library development files The UPnP protocol is supported by most home adsl/cable routers and Microsoft Windows 2K/XP. The aim of the MiniUPnP project is to bring a free software solution to support the "Internet Gateway Device" part of the protocol. The MediaServer/MediaRenderer UPnP protocol is also becoming very popular. . Miniupnpc aims at the simplest library possible, with the smallest footprint and no dependencies to other libraries such as XML parsers or HTTP implementations. All the code is pure ANSI C. Compiled on a x86 PC, the miniupnp client library have less than 15KB code size. For instance, the upnpc sample program is around 20KB. The miniupnp daemon is much smaller than any other IGD daemon and is ideal for using on low memory device for this reason. . This package contains development files needed to build using libminiupnpc Package: python3-miniupnpc Architecture: any Section: python Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends} Provides: ${python3:Provides} Multi-Arch: same Description: UPnP IGD client lightweight library Python 3 bindings The UPnP protocol is supported by most home adsl/cable routers and Microsoft Windows 2K/XP. The aim of the MiniUPnP project is to bring a free software solution to support the "Internet Gateway Device" part of the protocol. The MediaServer/MediaRenderer UPnP protocol is also becoming very popular. . Miniupnpc aims at the simplest library possible, with the smallest footprint and no dependencies to other libraries such as XML parsers or HTTP implementations. All the code is pure ANSI C. Compiled on a x86 PC, the miniupnp client library have less than 15KB code size. For instance, the upnpc sample program is around 20KB. The miniupnp daemon is much smaller than any other IGD daemon and is ideal for using on low memory device for this reason. . This package contains the Python 3 bindings.