1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
Source: libodsstream
Maintainer: The Debichem Group <debichem-devel@lists.alioth.debian.org>
Uploaders: Filippo Rusconi <lopippo@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 10),
cmake,
d-shlibs,
qtbase5-dev,
libquazip5-dev,
qtbase5-dev,
doxygen
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debichem-team/libodsstream
Vcs-Git: https://salsa.debian.org/debichem-team/libodsstream.git
Homepage: http://pappso.inra.fr/bioinfo
Package: libodsstream-qt5-0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Conflicts: libodsstream-qt5 ( << 0.4.13 )
Replaces: libodsstream-qt5 ( << 0.4.13 )
Breaks: libodsstream-qt5 ( << 0.4.13 )
Pre-Depends: ${misc:Pre-Depends}
Description: C++ library to read or write ODS files
libodsstream provides a simple way to read and write Open
Document Spreadsheet files using streams only to be memory efficient.
.
This package contains the shared library.
Package: libodsstream-qt5-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libodsstream-qt5-0 (= ${binary:Version}),
${misc:Depends},
libquazip-dev
Conflicts: libodsstream-dev ( << 0.4.13 )
Replaces: libodsstream-dev ( << 0.4.13 )
Breaks: libodsstream-dev ( << 0.4.13 )
Description: C++ library to read or write ODS files (development files)
libodsstream provides a simple way to read and write Open
Document Spreadsheet files using streams only to be memory efficient.
.
This package contains the header files of the library.
Package: libodsstream-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: doxygen documentation of the ODSstream library
libodsstream provides a simple way to read and write Open
Document Spreadsheet files using streams only to be memory efficient.
.
This package provides the documentation of the library.
Package: ods2tsv
Architecture: any
Section: text
Multi-Arch: no
Depends: ${shlibs:Depends},
libodsstream-qt5-0 (= ${binary:Version}),
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: 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 (simple text files).
Each ods file will create an output directory of the same name, containing all
the spreadsheets (one tsv file per spreadsheet).
|