zmat 0.9.8+ds-5 source package in Ubuntu

Changelog

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

  * Team upload
  * Upload to unstable (really, closes: #986104)

 -- Rafael Laboissière <email address hidden>  Mon, 16 Aug 2021 13:02:10 -0300

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

Downloads

File Size SHA-256 Checksum
zmat_0.9.8+ds-5.dsc 2.1 KiB d50b0f50f7133c3dfe2a2728d0a7ea6fac962eb38d1aec5475a0879747eae357
zmat_0.9.8+ds.orig.tar.gz 132.5 KiB 6b2a7e828f799a15c680c8e477db0d7caa999ec1fd0ce88878d3de2caf6dc3f0
zmat_0.9.8+ds-5.debian.tar.xz 6.0 KiB 83b37db449cdaacd3e81d9fb3cebacdc423d0d66e75cfb36ca66de413930c442

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