control 1.2 KB

1234567891011121314151617181920212223242526272829
  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: 12000
  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-icon-theme:i386 | gnome-icon-theme:amd64
  11. Recommends: gnome-themes-extra:i386 | gnome-themes-standard:i386
  12. Description: IDE for Component Pascal programming language.
  13. BlackBox Component Builder is an IDE for Component Pascal programming language.
  14. .
  15. BlackBox consists of modules, compiler and environment for their work over OS.
  16. .
  17. It is also providing facilities for interface design and modules extension.
  18. .
  19. Component Pascal is strongly typed and module based. The compiler is very fast.
  20. .
  21. Each module is a unit of compilation and execution.
  22. .
  23. Modules are brought into memory when specified. There is no need for "headers".
  24. .
  25. Symbol files are automatically generated by the compiler for exported items.
  26. .
  27. Data structures are automatically garbage collected when no longer referenced.
  28. .
  29. The framework comes with a complete set of documentation for each module.