gnudatalanguage 0.9.7-2build2 source package in Ubuntu

Changelog

gnudatalanguage (0.9.7-2build2) bionic; urgency=medium

  * Rebuild against new libnetcdf13.

 -- Gianfranco Costamagna <email address hidden>  Fri, 27 Oct 2017 13:22:55 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Bionic
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_0.9.7.orig.tar.gz 1.7 MiB 2b5945d06e4d95f01cb70a3c432ac2fa4c81e1b3ac7c02687a6704ab042a7e21
gnudatalanguage_0.9.7-2build2.debian.tar.xz 21.7 KiB 7380395cc0623ab9f49c71fe81c5cec7868f2e5c1631dc265cf65c5fbdc3b457
gnudatalanguage_0.9.7-2build2.dsc 2.7 KiB 78bc7732474009ee5f6b2b2f8f37d625aa71642b2024b91a013f82508ce652d3

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