gnudatalanguage 0.9.9-11build1 source package in Ubuntu
Changelog
gnudatalanguage (0.9.9-11build1) focal; urgency=medium * Rebuild against new libplplot17. -- Gianfranco Costamagna <email address hidden> Tue, 05 Nov 2019 15:24:18 +0100
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Focal
- 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_0.9.9.orig.tar.gz | 4.3 MiB | ad5de3fec095a5c58b46338dcc7367d2565c093794ab1bbcf180bba1a712cf14 |
gnudatalanguage_0.9.9-11build1.debian.tar.xz | 24.1 KiB | 9cc7a0ddf4b2263e4d5d98c64ceabfaf4ba19297de9db97407dee1bf7aaaeee2 |
gnudatalanguage_0.9.9-11build1.dsc | 2.7 KiB | e21328e9f06e31c1b4dc5851f03d8e75997dc18b041bf2cb28ae1e044688a764 |
Available diffs
- diff from 0.9.9-11 (in Debian) to 0.9.9-11build1 (331 bytes)
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