gnudatalanguage 1.0.1-4build3 source package in Ubuntu

Changelog

gnudatalanguage (1.0.1-4build3) lunar; urgency=medium

  * No-change rebuild against libtiff6

 -- Steve Langasek <email address hidden>  Sun, 05 Feb 2023 04:02:45 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe interpreters
Lunar release universe interpreters

Downloads

File Size SHA-256 Checksum
gnudatalanguage_1.0.1.orig.tar.gz 31.3 MiB eb055abfc096b4075ff195c2d347fab3343665de71bae374489e17ebca60474a
gnudatalanguage_1.0.1-4build3.debian.tar.xz 46.4 KiB d6e7f6368668d89343898f7cc9abe8307b8d252f0f07789b26776bdd61f99a40
gnudatalanguage_1.0.1-4build3.dsc 2.8 KiB 13303fcd475dd12f5847ae82544583ac1e28d9b1cb848b8afd157bd30f4f86bc

Available diffs

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