gnudatalanguage 0.9.9-12build1 source package in Ubuntu

Changelog

gnudatalanguage (0.9.9-12build1) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Sat, 25 Jan 2020 05:41:34 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Astronomy Maintainers
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe interpreters

Downloads

File Size SHA-256 Checksum
gnudatalanguage_0.9.9.orig.tar.gz 4.3 MiB ad5de3fec095a5c58b46338dcc7367d2565c093794ab1bbcf180bba1a712cf14
gnudatalanguage_0.9.9-12build1.debian.tar.xz 51.3 KiB 9a6a6508a33f64a81f8d4b0c723f48431c2f01c503420123f7d03684b4a853b9
gnudatalanguage_0.9.9-12build1.dsc 2.8 KiB 997a68ade41cfd701ca057c12ed9f1ea50d00752ed2e55a868ebb655dc96b264

View changes file

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.aMemberProcedure,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: No summary available for libgnudatalanguage0-dbgsym in ubuntu groovy.

No description available for libgnudatalanguage0-dbgsym in ubuntu groovy.

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.aMemberProcedure,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