gnudatalanguage 1.0.1-3maysync1 source package in Ubuntu
Changelog
gnudatalanguage (1.0.1-3maysync1) kinetic; urgency=medium * debian/patches/Increase-test_tic_toc-tolerance.patch: Import Debian patch to increase tolerance used in test_tic_toc (LP: #1973377). -- Nick Rosbrook <email address hidden> Mon, 16 May 2022 16:18:21 -0400
Upload details
- Uploaded by:
- Nick Rosbrook
- Sponsored by:
- Lukas Märdian
- Uploaded to:
- Kinetic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- interpreters
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | interpreters |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
gnudatalanguage_1.0.1.orig.tar.gz | 31.3 MiB | eb055abfc096b4075ff195c2d347fab3343665de71bae374489e17ebca60474a |
gnudatalanguage_1.0.1-3maysync1.debian.tar.xz | 46.6 KiB | fa7094d04ea69863f9c9f8700e4d04681689d32ce01b4dc9fd8e5763c909bac7 |
gnudatalanguage_1.0.1-3maysync1.dsc | 2.8 KiB | cd6b8f0edb11b0944b5c43c9252e7039fb7b96a111cc89210faf658ba7bbb955 |
Available diffs
- diff from 1.0.1-3build1 to 1.0.1-3maysync1 (1.6 KiB)
- diff from 1.0.1-3build2 to 1.0.1-3maysync1 (1.3 KiB)
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