gnudatalanguage 1.0.1-4 source package in Ubuntu
Changelog
gnudatalanguage (1.0.1-4) unstable; urgency=medium [ Bas Couwenberg ] * Mark test-gdl autopkgtest as flaky (Closes: #1016425, #1002788) [ Ole Streicher ] * Increase test_tic_toc tolerance (Closes: #1002584) * Switch to wxwidgets3.2 (Closes: #1019782) * Remove outdated versionized dependencies * Push Standards-Version to 4.6.2. No changes needed. -- Ole Streicher <email address hidden> Tue, 25 Oct 2022 13:23:51 +0200
Upload details
- Uploaded by:
- Debian Astronomy Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Astronomy Maintainers
- Architectures:
- any
- Section:
- interpreters
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
gnudatalanguage_1.0.1-4.dsc | 2.7 KiB | e62d97cf96ea5870acff9145b9c1f38998625eae6430969eb026a2c3205c6611 |
gnudatalanguage_1.0.1.orig.tar.gz | 31.3 MiB | eb055abfc096b4075ff195c2d347fab3343665de71bae374489e17ebca60474a |
gnudatalanguage_1.0.1-4.debian.tar.xz | 46.3 KiB | b7c9abc3b1f661ffb0c63f55426f6787c8cb722de5c0a48f7b3625adcc5feb49 |
Available diffs
No changes file available.
Binary packages built by this source
- gnudatalanguage: Free IDL compatible incremental compiler
GNU Data Language (GDL) is a free IDL (Interactive Data Language)
compatible incremental compiler. It has full syntax compatibility
with IDL 7.1. IDL is a registered trademark of ITT Visual Information
Solutions. From IDL 8.0, the following language elements are
supported:
.
* FOREACH loop
* negative array indices
* garbage collection pointers and objects
* call methods on an object using "." (e. g. `object.aMemberProcedur e,arg1` )
.
The file input output system is fully implemented. GUI support (widgets) is
officially provided, but it's not complete yet.
.
This package contains the main commandline and interpreter frontend.
- gnudatalanguage-dbgsym: debug symbols for gnudatalanguage
- libgnudatalanguage0: Free IDL compatible incremental compiler shared library
GNU Data Language (GDL) is a free IDL (Interactive Data Language)
compatible incremental compiler. It has full syntax compatibility
with IDL 7.1. IDL is a registered trademark of ITT Visual Information
Solutions.
.
This package contains the shared library which is used by the different
frontends (gdl binary, Python package).
- libgnudatalanguage0-dbgsym: debug symbols for libgnudatalanguage0
- python3-gdl: Python interface for the GNU Data Language
GNU Data Language (GDL) is a free IDL (Interactive Data Language)
compatible incremental compiler. It has full syntax compatibility
with IDL 7.1. IDL is a registered trademark of ITT Visual Information
Solutions. From IDL 8.0, the following language elements are
supported:
.
* FOREACH loop
* negative array indices
* garbage collection pointers and objects
* call methods on an object using "." (e. g. `object.aMemberProcedur e,arg1` )
.
The file input output system is fully implemented. GUI support (widgets) is
officially provided, but it's not complete yet.
.
This package contains the Python library/interface.
- python3-gdl-dbgsym: debug symbols for python3-gdl