gnudatalanguage 0.9.7-6 source package in Ubuntu

Changelog

gnudatalanguage (0.9.7-6) unstable; urgency=low

  * Allow stderr in CI test

 -- Ole Streicher <email address hidden>  Fri, 27 Oct 2017 11:47:39 -0300

Upload details

Uploaded by:
Debian Astronomy Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Astronomy Maintainers
Architectures:
any
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe interpreters

Downloads

File Size SHA-256 Checksum
gnudatalanguage_0.9.7-6.dsc 2.6 KiB d9d4233f7ef9a42ad6c88d9349f39da027bab2671ae78b060c9e7dc5891f8234
gnudatalanguage_0.9.7.orig.tar.gz 1.7 MiB 2b5945d06e4d95f01cb70a3c432ac2fa4c81e1b3ac7c02687a6704ab042a7e21
gnudatalanguage_0.9.7-6.debian.tar.xz 22.0 KiB 9743546629c360f20c26a15c524728c6f05b0f24b175f70112de1c9659bcaa7d

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: No summary available for libgnudatalanguage0 in ubuntu cosmic.

No description available for libgnudatalanguage0 in ubuntu cosmic.

libgnudatalanguage0-dbgsym: No summary available for libgnudatalanguage0-dbgsym in ubuntu cosmic.

No description available for libgnudatalanguage0-dbgsym in ubuntu cosmic.

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

python-gdl-dbgsym: debug symbols for python-gdl