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
|
Source: ino-headers
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper (>= 9~),
dh-autoreconf,
pkg-config
Build-Depends-Indep:
naturaldocs
Standards-Version: 3.9.4
Homepage: http://naspro.sourceforge.net/
Package: ino-headers
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
pkg-config,
${misc:Depends},
${shlibs:Depends}
Suggests:
ino-headers-doc
Description: C API to execute JavaScript code - header files
ino is a minimalist C API to execute JavaScript code and to expose
native methods to JavaScript execution contexts.
.
This package only provides the common headers for all ino
implementations.
.
ino is part of the NASPRO Sound PROcessing Architecture.
Package: ino-headers-doc
Section: doc
Architecture: all
Depends:
${misc:Depends}
Description: C API to execute JavaScript code - documentation
ino is a minimalist C API to execute JavaScript code and to expose
native methods to JavaScript execution contexts.
.
This package provides the documentation files.
.
ino is part of the NASPRO Sound PROcessing Architecture.
|