DEADSOFTWARE

remove libgnomeui-0 dependencies, remove duplication for gtk_init call
[bbcp.git] / dev / deb / control_gnome
1 Source: bbcb
2 Section: devel
3 Maintainer: Ivan Denisov <d.ivan.krsk@gmail.com>
4 Homepage: https://github.com/bbcb/bbcp
5 Package: bbcb
6 Version: {#VERSION}
7 Priority: optional
8 Installed-Size: 11500
9 Architecture: i386
10 Depends: libc6, libgtk2.0-0, gtk2-engines, gtk2-engines-murrine, libcanberra-gtk-module, gtk2-engines-pixbuf, libatk-adaptor, libgail-common, gnome-themes-standard
11 Description: IDE for Component Pascal programming language.
12 BlackBox Component Builder is an IDE for Component Pascal programming language.
13 .
14 BlackBox consists of modules, compiler and environment for their work over OS.
15 .
16 It is also providing facilities for interface design and modules extension.
17 .
18 Component Pascal is strongly typed and module based. The compiler is very fast.
19 .
20 Each module is a unit of compilation and execution.
21 .
22 Modules are brought into memory when specified. There is no need for "headers".
23 .
24 Symbol files are automatically generated by the compiler for exported items.
25 .
26 Data structures are automatically garbage collected when no longer referenced.
27 .
28 The framework comes with a complete set of documentation for each module.