gnudatalanguage 1.0.6-1 source package in Ubuntu

Changelog

gnudatalanguage (1.0.6-1) unstable; urgency=medium

  * New upstream version 1.0.6
  * Rediff patches
  * Push Standards-Version to 4.7.0. No changes needed
  * Re-enable HDF5 support
  * Allow some more tests to fail
  * Update d/watch to use github asset as source

 -- Ole Streicher <email address hidden>  Thu, 08 Aug 2024 14:45:03 +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 Pocket Published Component Section
Oracular release universe interpreters

Downloads

File Size SHA-256 Checksum
gnudatalanguage_1.0.6-1.dsc 2.7 KiB 930761e95f73237b52ebb685697e6e5a26142cf020415c6e775d86d8d070a920
gnudatalanguage_1.0.6.orig.tar.gz 31.8 MiB b02a257d59ad608cd300471e9cac6c23b6dc75938f79eaba812e30c56aed4865
gnudatalanguage_1.0.6-1.debian.tar.xz 46.4 KiB 725328a29f4ac4711934727e774579cdef159527c6e3672ff0acdcc2c030a369

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