Source: cpluff Maintainer: Johannes Lehtinen Uploaders: Balint Reczey Section: devel Priority: optional Build-Depends: debhelper (>= 9), libexpat1-dev, libreadline6-dev, dh-autoreconf, libtool-bin Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/cpluff.git Vcs-Git: git://anonscm.debian.org/collab-maint/cpluff.git Homepage: http://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.