libodsstream 0.9.1-1 source package in Ubuntu

Changelog

libodsstream (0.9.1-1) unstable; urgency=low

  * Rework the CMake-based Config.cmake generation process to stick to more
    modern approaches.

  * Add libquazip1-qt6-dev and other development packages as
    libodsstream-dev's dependency.

  * dh_auto_test added in d/rules.

 -- Filippo Rusconi <email address hidden>  Tue, 13 Dec 2022 22:48:47 +0100

Upload details

Uploaded by:
The Debichem Group
Uploaded to:
Sid
Original maintainer:
The Debichem Group
Architectures:
any all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libodsstream_0.9.1-1.dsc 2.2 KiB 4d2cd80b60a66a87eb8c8b6af3fdf55b316d79fae629d14644f4a174e2679ef4
libodsstream_0.9.1.orig.tar.gz 88.6 KiB d1104e0358c113ea10980bd3965ab288300d71f768e43ba380337a0c3ca9be8d
libodsstream_0.9.1-1.debian.tar.xz 5.2 KiB 7fac131494e166c0cd468b3dd21fb46474831600157164f83a260f7da7f503e0

Available diffs

No changes file available.

Binary packages built by this source

libodsstream-dev: C++ library to read or write ODS files (development files)

 libodsstream provides a simple way to read and write Open
 Document Spreadsheet files. The hight memory efficiency comes
 from the fact that only streams are used for the read/write
 operations.
 .
 This package contains the header files of the library.

libodsstream-doc: doxygen documentation of the ODSstream library

 libodsstream provides a simple way to read and write Open
 Document Spreadsheet files. The hight memory efficiency comes
 from the fact that only streams are used for the read/write
 operations.
 .
 This package contains the developer documentation.

libodsstream0: C++ library to read or write ODS files

 libodsstream provides a simple way to read and write Open
 Document Spreadsheet files. The hight memory efficiency comes
 from the fact that only streams are used for the read/write
 operations.
 .
 This package contains the shared library.

libodsstream0-dbgsym: debug symbols for libodsstream0
ods2tsv: ODS to TSV file converter

 Simple command line interface utility that takes one or more ods
 files as input and convert them into tabulated separated value
 (tsv simple text files). Each ods file will create an output
 directory of the same name, containing all the spreadsheets
 (one tsv file per spreadsheet).

ods2tsv-dbgsym: debug symbols for ods2tsv