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 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Source: cpluff
Maintainer: Johannes Lehtinen <johannes.lehtinen@iki.fi>
Uploaders: Balint Reczey <rbalint@ubuntu.com>
Section: devel
Priority: optional
Build-Depends: debhelper-compat (= 12),
doxygen,
libexpat1-dev,
libreadline6-dev,
libtool-bin,
pkg-config
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian/cpluff
Vcs-Git: https://salsa.debian.org/debian/cpluff.git -b master
Homepage: https://www.c-pluff.org/
Package: libcpluff0
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends},
dh-autoreconf
Pre-Depends: ${misc:Pre-Depends}
Description: C-Pluff, a plug-in framework for C - runtime library
C-Pluff is a plug-in framework for C programs. It has been strongly
inspired by the Java plug-in framework in Eclipse. C-Pluff focuses on
providing core services for plug-in interaction and plug-in management.
It aims to be platform neutral and supports dynamic changes to plug-in
configuration without stopping the whole application or framework.
.
This package contains the C-Pluff runtime library.
Package: cpluff-loader
Architecture: any
Section: utils
Depends: ${shlibs:Depends},
${misc:Depends}
Description: C-Pluff, a plug-in framework for C - plugin loader
C-Pluff is a plug-in framework for C programs. It has been strongly
inspired by the Java plug-in framework in Eclipse. C-Pluff focuses on
providing core services for plug-in interaction and plug-in management.
It aims to be platform neutral and supports dynamic changes to plug-in
configuration without stopping the whole application or framework.
.
This package contains the C-Pluff Loader, a generic plug-in loader
to be used with extensible applications based on C-Pluff.
Package: libcpluff0-dev
Architecture: any
Section: libdevel
Depends: libcpluff0 (= ${binary:Version}),
cpluff-loader,
${shlibs:Depends},
${misc:Depends}
Conflicts: libcpluff-dev
Provides: libcpluff-dev
Description: C-Pluff, a plug-in framework for C - development kit
C-Pluff is a plug-in framework for C programs. It has been strongly
inspired by the Java plug-in framework in Eclipse. C-Pluff focuses on
providing core services for plug-in interaction and plug-in management.
It aims to be platform neutral and supports dynamic changes to plug-in
configuration without stopping the whole application or framework.
.
This package provides all the resources needed for developing extensible
applications based on C-Pluff. It includes the header files, development
libraries, development documentation, example source code and the C-Pluff
Console utility. The package also pulls in the C-Pluff Loader from a
separate package.
|