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
|
Source: freexl
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
Bas Couwenberg <sebastic@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/debian-gis-team/freexl
Vcs-Git: https://salsa.debian.org/debian-gis-team/freexl.git
Homepage: https://www.gaia-gis.it/fossil/freexl/
Rules-Requires-Root: no
Package: libfreexl-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libfreexl1 (= ${binary:Version}),
${misc:Depends}
Description: library for direct reading of Microsoft Excel spreadsheets - devel
FreeXL is a C library implementing direct reading of Microsoft Excel
spreadsheets, up to the BIFF8 file format specification (i.e. .xls, Microsoft
Excel XP/2003 and older).
The XML SS file format specification (.xlsx, Microsoft Excel 2007 and newer) is
not supported.
.
This package contains the development headers.
Package: libfreexl1
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: library for direct reading of Microsoft Excel spreadsheets
FreeXL is a C library implementing direct reading of Microsoft Excel
spreadsheets, up to the BIFF8 file format specification (i.e. .xls, Microsoft
Excel XP/2003 and older).
The XML SS file format specification (.xlsx, Microsoft Excel 2007 and newer) is
not supported.
.
This package contains the shared library.
|