1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
Source: rokuecp
Section: libs
Maintainer: Ben Westover <bjw@debian.org>
Build-Depends:
debhelper-compat (= 13),
cmake,
doxygen <!nodoc>,
libgssdp-1.6-dev,
libsoup-3.0-dev,
libxml2-dev (>= 2.13.0)
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/BenTheTechGuy/rokuecp.git
Vcs-Browser: https://salsa.debian.org/BenTheTechGuy/rokuecp
Homepage: https://github.com/benthetechguy/rokuecp
Package: librokuecp0
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: C library to control Roku devices remotely using ECP - Version 0
RokuECP uses the External Control Protocol created by Roku to control
and otherwise interact with Roku TVs and streaming boxes over a local
network in an lightweight and easy to use C library.
Package: librokuecp-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
${misc:Depends},
libgssdp-1.6-dev,
libsoup-3.0-dev,
libxml2-dev (>= 2.13.0),
librokuecp0 (= ${binary:Version})
Description: C library to control Roku devices remotely using ECP - development files
RokuECP uses the External Control Protocol created by Roku to control
and otherwise interact with Roku TVs and streaming boxes over a local
network in an lightweight and easy to use C library.
.
This package contains development files for version 0 of the library.
Package: librokuecp-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Build-Profiles: <!nodoc>
Description: C library to control Roku devices remotely using ECP - documentation
RokuECP uses the External Control Protocol created by Roku to control
and otherwise interact with Roku TVs and streaming boxes over a local
network in an lightweight and easy to use C library.
.
This package contains documentation for version 0 of the library.
|