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
|
Source: aroarfw
Priority: optional
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: doxygen-latex,
graphviz
Standards-Version: 3.9.3
Section: devel
Homepage: http://roaraudio.keep-cool.org/
Package: aroarfw-dev
Architecture: all
Depends: ${misc:Depends}
Description: framework to build hardware with RoarAudio protocol support
This is a framework used to build hardware with support for the RoarAudio
protocol.
.
This package contains C header files with most important
magic numbers, data types and macros to work on RoarAudio messages.
.
This is not a complete library to access a server. If you search
for a library which handles all the stuff for you on
UNIX and UNIX like Operating Systems like Debian you better
have a look at libroar and libmuroar.
Package: aroarfw-doc
Architecture: all
Section: doc
Recommends: aroarfw-dev (= ${source:Version})
Depends: ${misc:Depends}
Description: framework to build hardware with RoarAudio protocol support (documentation)
This is a framework used to build hardware with support for the RoarAudio
protocol.
.
This package contains documentation with most important
magic numbers, data types and macros to work on RoarAudio messages.
.
This is not a complete library to access a server. If you search
for a library which handles all the stuff for you on
UNIX and UNIX like Operating Systems like Debian you better
have a look at libroar and libmuroar.
|