cpluff-console
C-Pluff, a plug-in framework for C - development kit
Install
- All systems
-
curl cmd.cat/cpluff-console.sh
- Debian
-
apt-get install libcpluff0-dev - Ubuntu
-
apt-get install libcpluff0-dev - Kali Linux
-
apt-get install libcpluff0-dev - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libcpluff0-dev - Raspbian
-
apt-get install libcpluff0-dev
libcpluff0-dev
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.