mwrap 1.0-2 source package in Ubuntu

Changelog

mwrap (1.0-2) unstable; urgency=medium

  * d/p/avoid-seg-fault-fortran1.patch: New patch

 -- Rafael Laboissière <email address hidden>  Sun, 09 Aug 2020 13:02:13 -0300

Upload details

Uploaded by:
Debian Octave Group
Uploaded to:
Sid
Original maintainer:
Debian Octave Group
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mwrap_1.0-2.dsc 2.0 KiB 7f55e1b30bd19ee0e1d25701c8c19ee2a4aede458efae8df590e48d2013079f8
mwrap_1.0.orig.tar.gz 233.1 KiB 4a40c26b59eba663f30056cc163c0ce7c78425bf49db13508419da6ed628145f
mwrap_1.0-2.debian.tar.xz 6.5 KiB 86f2fea9af325d838697519be2370980217905dfea0b8d2e89803a6df3ce4880

Available diffs

No changes file available.

Binary packages built by this source

mwrap: Octave/MATLAB mex generator

 MWrap is an interface generation system in the spirit of SWIG or matwrap.
 From a set of augmented Octave/MATLAB script files, MWrap will generate a
 MEX gateway to desired C/C++ function calls and Octave/MATLAB function
 files to access that gateway. The details of converting to and from
 Octave/MATLAB's data structures, and of allocating and freeing temporary
 storage, are hidden from the user.

mwrap-dbgsym: debug symbols for mwrap