zmat 0.9.8+ds-8 source package in Ubuntu

Changelog

zmat (0.9.8+ds-8) unstable; urgency=medium

  * Team upload
  * Add missing Breaks+Replaces against old libzmat1-dev package
    (Closes: #1035012)

 -- Sébastien Villemot <email address hidden>  Fri, 28 Apr 2023 19:24:04 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
zmat_0.9.8+ds-8.dsc 2.1 KiB ea51e0e896f65481ef9e9b8194692aeff1591434471dfdc6d1699259e4a3554d
zmat_0.9.8+ds.orig.tar.gz 132.5 KiB 6b2a7e828f799a15c680c8e477db0d7caa999ec1fd0ce88878d3de2caf6dc3f0
zmat_0.9.8+ds-8.debian.tar.xz 6.6 KiB eacb5bf360dd57a6e866ee979a6e179277165df8be76c727d4b23c6d8541285e

Available diffs

No changes file available.

Binary packages built by this source

libzmat-dev: compression library - development

 The libzmat1-dev package provides the headers files and tools you may need to
 develop applications using libzmat1.

libzmat1: compression library - runtime

 ZMat is a portable C library to enable easy-to-use data compression
 and decompression (such as zlib/gzip/lzma/lzip/lz4/lz4hc algorithms)
 and base64 encoding/decoding in an application.
 It is fast and compact, can process a large array within a fraction
 of a second. Among the supported compression methods, lz4 is the
 fastest for compression/decompression; lzma is the slowest but has
 the highest compression ratio; zlib/gzip have the best balance
 between speed and compression time.

libzmat1-dbgsym: debug symbols for libzmat1
matlab-zmat: in-memory data compression for MATLAB

 ZMat is a portable mex function to enable zlib/gzip/lzma/lzip/lz4/lz4hc
 based data compression/decompression and base64 encoding/decoding support
 in MATLAB and GNU Octave.
 .
 This package builds MATLAB bindings for zmat at installation
 time. Note that this package depends on MATLAB -- a commercial
 software that needs to be obtain and installed separately.

octave-zmat: in-memory data compression for Octave

 ZMat is a portable mex function to enable zlib/gzip/lzma/lzip/lz4/lz4hc
 based data compression/decompression and base64 encoding/decoding support
 in MATLAB and GNU Octave. It is fast and compact, can process a large
 array within a fraction of a second. Among the 6 supported compression
 methods, lz4 is the fastest for compression/decompression; lzma is the
 slowest but has the highest compression ratio; zlib/gzip have the best
 balance between speed and compression time.

octave-zmat-dbgsym: debug symbols for octave-zmat