libfortran-format-perl 0.90-2.1 source package in Ubuntu

Changelog

libfortran-format-perl (0.90-2.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sat, 09 Jan 2021 17:18:46 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfortran-format-perl_0.90-2.1.dsc 2.1 KiB b33d97aa3d8a36ed5f0555668fbfb01ed98274ef885cb1d841ec42de21c25b03
libfortran-format-perl_0.90.orig.tar.gz 17.9 KiB f5ad4047024c665b73ebc0a53dcbdeb70163d3572d9157a7e578f8b864aa2bbe
libfortran-format-perl_0.90-2.1.debian.tar.xz 2.1 KiB 6d60d797264c537ffc415564ecc05156d047d636c6f19444273efdb86a29a7c2

Available diffs

No changes file available.

Binary packages built by this source

libfortran-format-perl: Package to parse Fortran formats string descriptors in Perl

 This is a Perl implementation of the Fortran 77 formatted input/output
 facility. One possible use is for producing input files for old Fortran
 programs, making sure that their column-oriented records are rigorously
 correct. Fortran formats may also have some advantages over printf in some
 cases: it is very easy to output an array, reusing the format as needed; and
 the syntax for repeated columns is more concise. Unlike printf, for good or
 ill, Fortran-formatted fields never exceed their desired width.
 .
 This implementation was written in pure Perl, with portability and
 correctness in mind. It implements the full ANSI standard for Fortran 77
 Formats (or at least it should). It was not written with speed in mind, so if
 you need to process millions of records it may not be what you need.