|
@@ -0,0 +1,28 @@
|
|
|
+Source: bbcb
|
|
|
+Section: devel
|
|
|
+Maintainer: Ivan Denisov <denisov@molpit.org>
|
|
|
+Homepage: https://github.com/bbcb/freenix
|
|
|
+Package: bbcb
|
|
|
+Version: {#VERSION}
|
|
|
+Priority: optional
|
|
|
+Installed-Size: 11500
|
|
|
+Architecture: amd64
|
|
|
+Depends: libc6:i386, libgtk2.0-0:i386, libgnomeui-0:i386, gtk2-engines:i386, gtk2-engines-murrine:i386, libcanberra-gtk-module:i386, gtk2-engines-pixbuf:i386, gnome-themes-standard:i386
|
|
|
+Description: IDE for Component Pascal programming language.
|
|
|
+ BlackBox Component Builder is an IDE for Component Pascal programming language.
|
|
|
+ .
|
|
|
+ BlackBox consists of modules, compiler and environment for their work over OS.
|
|
|
+ .
|
|
|
+ It is also providing facilities for interface design and modules extension.
|
|
|
+ .
|
|
|
+ Component Pascal is strongly typed and module based. The compiler is very fast.
|
|
|
+ .
|
|
|
+ Each module is a unit of compilation and execution.
|
|
|
+ .
|
|
|
+ Modules are brought into memory when specified. There is no need for "headers".
|
|
|
+ .
|
|
|
+ Symbol files are automatically generated by the compiler for exported items.
|
|
|
+ .
|
|
|
+ Data structures are automatically garbage collected when no longer referenced.
|
|
|
+ .
|
|
|
+ The framework comes with a complete set of documentation for each module.
|