f2c 20240504-1 source package in Ubuntu

Changelog

f2c (20240504-1) unstable; urgency=medium

  * Permanent URL redirect.
  * New upstream version
  * Update standards version to 4.7.0, no changes needed.
  * Forward port patches

 -- Barak A. Pearlmutter <email address hidden>  Fri, 07 Jun 2024 00:25:08 +0100

Upload details

Uploaded by:
Barak A. Pearlmutter
Uploaded to:
Sid
Original maintainer:
Barak A. Pearlmutter
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel

Downloads

File Size SHA-256 Checksum
f2c_20240504-1.dsc 1.8 KiB 31ebfdef1d7e91f5f95bd3708d560814adb842da0370153edfb245c4fa8f35c8
f2c_20240504.orig.tar.xz 325.1 KiB 12a129a1a8d9a1446f29c0a126b29e8d6a3537266921ad1851bda9933b08221b
f2c_20240504-1.debian.tar.xz 15.8 KiB 9a92c53f2ee64277d1c56643081b016f609a6d5807fcde20c05840ef912f0dc6

Available diffs

No changes file available.

Binary packages built by this source

f2c: FORTRAN 77 to C/C++ translator

 Translates FORTRAN 77 (with some extensions) into C, so that it can
 then be compiled and run on a system with no Fortran compiler. The C
 files must then be linked against the appropriate libraries.
 .
 This is an actively maintained FORTRAN to C translator and with the
 fort77 frontend provides an ideal way to compile FORTRAN routines
 as black boxes (for example for invocation from C). Source level
 debugging facilities are not available, and error messages are not as
 well developed as in g77.

f2c-dbgsym: debug symbols for f2c