gambas3 3.19.0-2ubuntu1 source package in Ubuntu

Changelog

gambas3 (3.19.0-2ubuntu1) noble; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - Use gcc-11 for now to fix a strange armhf build failure

gambas3 (3.19.0-2) unstable; urgency=medium

  * Fix lintian warning about pkg-config
  * Correct lintian overrides

gambas3 (3.19.0-1) unstable; urgency=medium

  * New upstream version 3.19.0
  * d/copyright: Add new upstream info
  * Add new gambas3-gb-highlight

  [ Amin Bandali ]
  * patch: make 'gb.pdf' compile with poppler 24.02.0 (Closes: #1063926)

 -- Jeremy Bícha <email address hidden>  Thu, 04 Jan 2024 18:31:10 -0500

Upload details

Uploaded by:
Jeremy Bícha
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gambas3_3.19.0.orig.tar.gz 18.5 MiB bbad4cd63f0b9025dea3107de247b1132492b1f8a2448d2e76ed47df01598a98
gambas3_3.19.0-2ubuntu1.debian.tar.xz 29.4 KiB b2b58c2166d19bda6c596b90d1df3e590878ea2a20b94223f12c1ccf4a511455
gambas3_3.19.0-2ubuntu1.dsc 10.3 KiB fbf4d675f9bb2bf87879069ed0a74198576fd9c8643d9e3f92cc07a7dff52283

View changes file

Binary packages built by this source

gambas3: Complete visual development environment for Gambas

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 With Gambas, you can quickly design your program GUI, access MySQL or
 PostgreSQL databases, pilot KDE applications with DCOP, translate your
 program into many languages, and so on...
 .
 This package doesn't include anything: it is a metapackage to install the
 IDE and all the available Gambas components except deprecated ones,
 as well as components that are not available on every platform.

gambas3-devel: Gambas compilation tools

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package includes the Gambas compiler, archiver and informer.

gambas3-devel-dbgsym: debug symbols for gambas3-devel
gambas3-examples: Gambas examples

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package provides the examples.

gambas3-gb-args: Gambas arguments parser

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package provides a command-line options analyzer, and automatically
 handles the --help option.

gambas3-gb-cairo: Gambas bindings for cairo

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package includes Gambas bindings for cairo.

gambas3-gb-cairo-dbgsym: debug symbols for gambas3-gb-cairo
gambas3-gb-chart: Gambas charting component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This is a native Gambas component to draw charts.

gambas3-gb-clipper: Gambas Clipper component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package includes a component based on the Clipper library,
 http://www.angusj.com/delphi/clipper.php

gambas3-gb-clipper-dbgsym: debug symbols for gambas3-gb-clipper
gambas3-gb-complex: Gambas Complex component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package brings complex numbers support to the interpreter.

gambas3-gb-complex-dbgsym: debug symbols for gambas3-gb-complex
gambas3-gb-compress: Gambas compression component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package has the needed base libraries for the other compression
 components.

gambas3-gb-compress-bzlib2: Gambas bzlib2 component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows you to compress/uncompress data or files with
 the bzip2 algorithm.

gambas3-gb-compress-bzlib2-dbgsym: debug symbols for gambas3-gb-compress-bzlib2
gambas3-gb-compress-dbgsym: debug symbols for gambas3-gb-compress
gambas3-gb-compress-zlib: Gambas zlib compression component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows you to compress/uncompress data or files with
 the gzip and PKZIP algorithm.

gambas3-gb-compress-zlib-dbgsym: debug symbols for gambas3-gb-compress-zlib
gambas3-gb-compress-zstd: Gambas zstd compression component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows you to compress/uncompress data or files with
 the ZSTD algorithm.

gambas3-gb-compress-zstd-dbgsym: debug symbols for gambas3-gb-compress-zstd
gambas3-gb-crypt: Gambas crypt encryption component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows one to use the crypt() glib function in gambas.

gambas3-gb-crypt-dbgsym: debug symbols for gambas3-gb-crypt
gambas3-gb-data: Gambas abstract datatypes component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package provides abstract datatypes implementations for Gambas.

gambas3-gb-data-dbgsym: debug symbols for gambas3-gb-data
gambas3-gb-db: Gambas database access common libraries

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package provides the needed common libraries for data access.

gambas3-gb-db-dbgsym: debug symbols for gambas3-gb-db
gambas3-gb-db-form: Gambas database bound controls

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This is a native Gambas component that implements data bound controls.
 It provides the following new controls: DataSource, DataBrowser,
 DataView, DataControl and DataCombo.

gambas3-gb-db-mysql: MySQL driver for the Gambas database

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows you to access MySQL databases.

gambas3-gb-db-mysql-dbgsym: debug symbols for gambas3-gb-db-mysql
gambas3-gb-db-odbc: ODBC driver for the Gambas database

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows you to access to databases via unixODBC drivers
 from Gambas code.

gambas3-gb-db-odbc-dbgsym: debug symbols for gambas3-gb-db-odbc
gambas3-gb-db-postgresql: PostgreSQL driver for the Gambas database

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows you to access PostgreSQL databases.

gambas3-gb-db-postgresql-dbgsym: debug symbols for gambas3-gb-db-postgresql
gambas3-gb-db-sqlite3: Gambas sqlite3 driver database

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows you to access to sqlite3 databases from Gambas code.

gambas3-gb-db-sqlite3-dbgsym: debug symbols for gambas3-gb-db-sqlite3
gambas3-gb-dbus: Gambas bindings for DBUS

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package includes Gambas bindings for the DBUS system.

gambas3-gb-dbus-dbgsym: debug symbols for gambas3-gb-dbus
gambas3-gb-dbus-trayicon: System tray icon management for Gambas

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This component allows one to display a tray icon inside the system tray.

gambas3-gb-desktop: Gambas Portland project compatibility component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package provides access to the xdg utilities.

gambas3-gb-desktop-x11: Gambas Portland project compatibility component for X11

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package provides access to the xdg X11 utilities.

gambas3-gb-desktop-x11-dbgsym: debug symbols for gambas3-gb-desktop-x11
gambas3-gb-eval-highlight: Gambas syntax highlighting component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package includes the component for syntax highlighting.

gambas3-gb-form: Gambas native form component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This is a native gambas component to serve as base for graphic components.

gambas3-gb-form-dialog: Gambas native dialog form component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This is a native gambas component that implements the Workspace dialog
 control.

gambas3-gb-form-editor: Gambas native editor form component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This component provides the TextEditor control, which is a text editor
 with syntax highlighting support.

gambas3-gb-form-htmlview: Gambas lightweight HTML component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This component provides a HTML component that is based on litehtml.

gambas3-gb-form-htmlview-dbgsym: debug symbols for gambas3-gb-form-htmlview
gambas3-gb-form-mdi: Gambas native mdi form component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This is a native gambas component that implements the Workspace mdi control.

gambas3-gb-form-print: Gambas print form component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This is a gambas component that provides a generic print preview and a print
 dialog.

gambas3-gb-form-stock: Gambas form stock icons

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package includes support for stock form icons.

gambas3-gb-form-terminal: Gambas terminal form component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 A GUI component that provides a VT100-type terminal emulator widget.

gambas3-gb-gmp: Gambas GMP component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package provides an interface to the GNU Multiple Precision Arithmetic
 Library.

gambas3-gb-gmp-dbgsym: debug symbols for gambas3-gb-gmp
gambas3-gb-gsl: Gambas GNU Scientific Library component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package uses the GNU Scientific Library.

gambas3-gb-gsl-dbgsym: debug symbols for gambas3-gb-gsl
gambas3-gb-gtk3: Gambas GTK+3 component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 These are the GTK+3 components for Gambas.

gambas3-gb-gtk3-dbgsym: debug symbols for gambas3-gb-gtk3
gambas3-gb-gtk3-opengl: Gambas OpenGL component with GTK+3 toolkit

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows you to integrate OpenGL in GTK+3 applications.

gambas3-gb-gtk3-opengl-dbgsym: debug symbols for gambas3-gb-gtk3-opengl
gambas3-gb-gtk3-wayland: Gambas GTK+3 Wayland component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows the GTK+3 component to access Wayland.

gambas3-gb-gtk3-wayland-dbgsym: debug symbols for gambas3-gb-gtk3-wayland
gambas3-gb-gtk3-webview: Gambas GTK+3 Webview component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows you to use a WebKitGTK based browser component from GTK+3.

gambas3-gb-gtk3-webview-dbgsym: debug symbols for gambas3-gb-gtk3-webview
gambas3-gb-gtk3-x11: Gambas GTK+3 X11 component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows the GTK+3 component to access X11.

gambas3-gb-gtk3-x11-dbgsym: debug symbols for gambas3-gb-gtk3-x11
gambas3-gb-gui: Gambas graphical toolkit selector

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package just loads gb.gtk3 or gb.qt5.
 It will make your application more desktop-friendly!
 If the GB_GUI environment variable is set, then gb.gui will load the
 component specified by its contents.

gambas3-gb-gui-dbgsym: debug symbols for gambas3-gb-gui
gambas3-gb-hash: Gambas hash component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package provides standard hashing functions.

gambas3-gb-hash-dbgsym: debug symbols for gambas3-gb-hash
gambas3-gb-highlight: Gambas syntax highlighting component based on definition files

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package includes the component for syntax highlighting.

gambas3-gb-httpd: Gambas HTTP server

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package provides an embedded HTTP server for the interpreter.

gambas3-gb-httpd-dbgsym: debug symbols for gambas3-gb-httpd
gambas3-gb-image: Gambas image effects

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This is a new component for applying many various effects on images.
 The effects source code was ported from the KDE libkdefx library, which
 includes itself some ImageMagick algorithms, and from the KolourPaint
 program.

gambas3-gb-image-dbgsym: debug symbols for gambas3-gb-image
gambas3-gb-image-effect: Gambas image effects: effects

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 Subcomponent for the image component: image effects.

gambas3-gb-image-effect-dbgsym: debug symbols for gambas3-gb-image-effect
gambas3-gb-image-imlib: Gambas image effects: IMLIB bindings

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 Subcomponent for the image component: bings to IMLIB.

gambas3-gb-image-imlib-dbgsym: debug symbols for gambas3-gb-image-imlib
gambas3-gb-image-io: Gambas image effects: I/O

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 Subcomponent for the image component: image I/O.

gambas3-gb-image-io-dbgsym: debug symbols for gambas3-gb-image-io
gambas3-gb-inotify: Gambas filesystem events monitoring component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows you to monitor filesystem events.

gambas3-gb-inotify-dbgsym: debug symbols for gambas3-gb-inotify
gambas3-gb-jit: Gambas Just-In-Time compiler component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package provides a Just-In-Time compiler for Gambas.

gambas3-gb-jit-dbgsym: debug symbols for gambas3-gb-jit
gambas3-gb-libxml: Gambas libxml component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package brings the power of the libxml libraries to Gambas.

gambas3-gb-libxml-dbgsym: debug symbols for gambas3-gb-libxml
gambas3-gb-logging: Gambas logging system component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package brings a flexible logging system for Gambas applications.

gambas3-gb-map: Gambas online map viewer

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allowing to display maps from many different sources
 (Google Maps, OpenStreetMap).

gambas3-gb-markdown: Gambas markdown convert component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows you to convert gambas markdown syntax to HTML.

gambas3-gb-media: Gambas media component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package is a simplified interface to the GStreamer library.

gambas3-gb-media-dbgsym: debug symbols for gambas3-gb-media
gambas3-gb-media-form: Gambas media player controls

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This component provides media player control elements.

gambas3-gb-memcached: Gambas memcached client

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package provides a memcached client.

gambas3-gb-mime: Gambas MIME message management

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package parses a string and converts it to a MIME message
 and the reverse.

gambas3-gb-mime-dbgsym: debug symbols for gambas3-gb-mime
gambas3-gb-mysql: Gambas MySQL component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package creates MySQL statements and executes them.

gambas3-gb-ncurses: Gambas NCurses component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package uses the NCurses library.

gambas3-gb-ncurses-dbgsym: debug symbols for gambas3-gb-ncurses
gambas3-gb-net: Gambas networking component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows you to use TCP/IP and UDP sockets, and to access
 any serial ports.

gambas3-gb-net-curl: Gambas advanced networking component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows your programs to easily become FTP or HTTP clients.

gambas3-gb-net-curl-dbgsym: debug symbols for gambas3-gb-net-curl
gambas3-gb-net-dbgsym: debug symbols for gambas3-gb-net
gambas3-gb-net-pop3: Gambas POP3 client implementation

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package retrieves mails using the POP3 protocol.

gambas3-gb-net-smtp: Gambas smtp protocol component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows sending emails using smtp protocol.
 It contains one control, SmtpClient, that is used for defining the SMTP
 server, the SMTP port, the recipients, the sender, the subject, the mail
 contents, some attachments, and for finally sending the mail.

gambas3-gb-openal: Gambas OpenAL component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package includes an interface to the OpenAL 3D Audio library.

gambas3-gb-openal-dbgsym: debug symbols for gambas3-gb-openal
gambas3-gb-opengl: Gambas OpenGL component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows you 3D programming with OpenGL in gambas.

gambas3-gb-opengl-dbgsym: debug symbols for gambas3-gb-opengl
gambas3-gb-opengl-glsl: Gambas OpenGL component: GL Shading Language subcomponent

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package accesses the OPenGL Shading Language.

gambas3-gb-opengl-glsl-dbgsym: debug symbols for gambas3-gb-opengl-glsl
gambas3-gb-opengl-glu: Gambas OpenGL utility

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows you to use the Mesa libraries to do 3D operations.

gambas3-gb-opengl-glu-dbgsym: debug symbols for gambas3-gb-opengl-glu
gambas3-gb-opengl-sge: Gambas SDL Game Engine

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package provides a simple OpenGL game engine based on the MD2 format.

gambas3-gb-opengl-sge-dbgsym: debug symbols for gambas3-gb-opengl-sge
gambas3-gb-openssl: Gambas OpenSSL component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package provides the cryptographic functions available in OpenSSL.

gambas3-gb-openssl-dbgsym: debug symbols for gambas3-gb-openssl
gambas3-gb-option: Gambas option component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package includes the component for option parsing.

gambas3-gb-option-dbgsym: debug symbols for gambas3-gb-option
gambas3-gb-pcre: Gambas regexp component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This experimental component allows you to use Perl compatible regular
 expressions within gambas code.

gambas3-gb-pcre-dbgsym: debug symbols for gambas3-gb-pcre
gambas3-gb-pdf: Gambas pdf component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 PDF renderer component based on poppler library.

gambas3-gb-pdf-dbgsym: debug symbols for gambas3-gb-pdf
gambas3-gb-poppler: Gambas poppler component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 PDF renderer component based on poppler-glib library.

gambas3-gb-poppler-dbgsym: debug symbols for gambas3-gb-poppler
gambas3-gb-qt5: Gambas Qt5 GUI component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package includes the Gambas QT5 GUI component.

gambas3-gb-qt5-dbgsym: debug symbols for gambas3-gb-qt5
gambas3-gb-qt5-ext: Gambas extended Qt GUI component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 Extension widgets for Qt5: currently only a rich text editor widget.

gambas3-gb-qt5-ext-dbgsym: debug symbols for gambas3-gb-qt5-ext
gambas3-gb-qt5-opengl: Gambas OpenGL component with QT5 toolkit

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows you to integrate OpenGL in qt5 applications.

gambas3-gb-qt5-opengl-dbgsym: debug symbols for gambas3-gb-qt5-opengl
gambas3-gb-qt5-wayland: Gambas Qt5 Wayland component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows the QT5 component to access Wayland.

gambas3-gb-qt5-wayland-dbgsym: debug symbols for gambas3-gb-qt5-wayland
gambas3-gb-qt5-webkit: Gambas WebKit component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This deprecated package allows you to use a WebKit browser component from Qt5.
 You should use gambas3-gb-qt5-webview instead.

gambas3-gb-qt5-webkit-dbgsym: debug symbols for gambas3-gb-qt5-webkit
gambas3-gb-qt5-webview: Gambas Qt5 Webview component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows you to use a QtWebEngine based browser component from Qt5.

gambas3-gb-qt5-webview-dbgsym: debug symbols for gambas3-gb-qt5-webview
gambas3-gb-qt5-x11: Gambas Qt5 X11 component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows the QT5 component to access X11.

gambas3-gb-qt5-x11-dbgsym: debug symbols for gambas3-gb-qt5-x11
gambas3-gb-report: Gambas report component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package gives the tools and methods to create reports using Gambas.

gambas3-gb-report2: Gambas report2 component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package gives the tools and methods to create reports using Gambas
 report 2 package.

gambas3-gb-scanner: Gambas scanner component

 The Gambas scanner management library is a frontend of the ScanImage
 program provided by the sane toolkit. It allows one to easily manage scanner
 devices in Gambas code.
 .
 This package allows you to use and manage scanner devices in Gambas code.

gambas3-gb-sdl2: Gambas SDL2 component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package use the ttf fonts parts of the SDL2 library.
 If opengl drivers are installed it uses it to accelerate 2D and 3D drawing.

gambas3-gb-sdl2-audio: Gambas SDL2 audio component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package use the audio image parts of the SDL2 library.
 It allows you to simultaneously play many sounds and a music stored in a file.

gambas3-gb-sdl2-audio-dbgsym: debug symbols for gambas3-gb-sdl2-audio
gambas3-gb-sdl2-dbgsym: debug symbols for gambas3-gb-sdl2
gambas3-gb-settings: Gambas utilities class

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This is a component made in Gambas providing several utilities.

gambas3-gb-signal: Gambas OS signal library

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package includes the component for access to OS signals.

gambas3-gb-signal-dbgsym: debug symbols for gambas3-gb-signal
gambas3-gb-term: Terminal manager for Gambas

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This component allows one to manage terminals, with an API very close to
 the one provided by the operating system.

gambas3-gb-term-dbgsym: debug symbols for gambas3-gb-term
gambas3-gb-term-form: Gambas GUI terminal form component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 A component for making the GUI of terminal applications.

gambas3-gb-util: This component provides many useful utility methods or classes

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows you to use many useful utilities methods or classes, such
 as: CSV file read and decode, date and time functions, file utility functions,
 shell methods, string utility functions.

gambas3-gb-util-web: This component provides many utilities useful for web applications

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows you to use many utilities useful for web applications, such
 as: decode and encode the JSON format and dealing with URL strings.

gambas3-gb-v4l: Gambas video for Linux component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This is a component to use v4l with gambas.

gambas3-gb-v4l-dbgsym: debug symbols for gambas3-gb-v4l
gambas3-gb-vb: Gambas Visual Basic(tm) compatibility component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This is a component to give compatibility with some MS Visual Basic
 functions.

gambas3-gb-vb-dbgsym: debug symbols for gambas3-gb-vb
gambas3-gb-web: Gambas CGI for web applications

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This is a component for making CGI web applications using gambas,
 with an ASP-like interface.

gambas3-gb-web-feed: Gambas web feed parser and generator

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This component allows one to parse and generate a web feed.

gambas3-gb-web-form: Gambas web application component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This component allows one to make the GUI of a web application with the
 IDE form editor.

gambas3-gb-web-gui: Gambas web application GUI component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This component allows one to develop a web application by following a
 model similar to classic GUI applications.
 .
 This is preferred over the gambas3-gb-web-form component.

gambas3-gb-xml: Gambas XML component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package brings the power of the xml libraries to Gambas.

gambas3-gb-xml-dbgsym: debug symbols for gambas3-gb-xml
gambas3-gb-xml-html: Gambas HTML component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows using HTML generator.

gambas3-gb-xml-html-dbgsym: debug symbols for gambas3-gb-xml-html
gambas3-gb-xml-rpc: Gambas RPC component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package allows using RPC from a Gambas application.

gambas3-gb-xml-xslt: Gambas XSLT component

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 This package brings the power of the libxslt libraries to Gambas.

gambas3-gb-xml-xslt-dbgsym: debug symbols for gambas3-gb-xml-xslt
gambas3-ide: Visual development environment for the Gambas programming language

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package includes the Gambas Development Environment.

gambas3-runtime: Gambas runtime interpreter

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package includes the Gambas interpreter needed to run Gambas applications.

gambas3-runtime-dbgsym: debug symbols for gambas3-runtime
gambas3-scripter: Gambas scripter

 Gambas is a free development environment based on a Basic interpreter
 with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
 .
 This package includes the needed files to use Gambas as a scripting language.