gnudatalanguage 1.0.4-1build2 source package in Ubuntu

Changelog

gnudatalanguage (1.0.4-1build2) noble; urgency=medium

  * No-change rebuild with Python 3.12 and eccodes 2.32.2 (2.33, the previous
    rebuild, was removed from noble-proposed)

 -- Andreas Hasenack <email address hidden>  Fri, 23 Feb 2024 09:15:42 -0300

Upload details

Uploaded by:
Andreas Hasenack
Uploaded to:
Noble
Original maintainer:
Debian Astronomy Maintainers
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gnudatalanguage_1.0.4.orig.tar.gz 31.6 MiB 2b04c4319202ccd4ee73e8e771006b812d0db9f9e68428b85884c99bc66aa276
gnudatalanguage_1.0.4-1build2.debian.tar.xz 46.3 KiB 7b3c79a806a4af62cdb322a2aa4d6f6ccb13548b3990a7f04d2e96dbf7a45853
gnudatalanguage_1.0.4-1build2.dsc 2.7 KiB 4253932bac33567b5e8323d59a4e75f3427371375eb9e8439cd7432aa906a869

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: 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.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