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: liborcus
Priority: optional
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Uploaders: Rene Engelhard <rene@debian.org>
Build-Depends: debhelper (>= 9), zlib1g-dev, python3, dh-autoreconf, pkg-config, libboost-system-dev, dpkg-dev (>= 1.16.1), libboost-iostreams-dev, libboost-program-options-dev, libboost-filesystem-dev, libmdds-dev (>= 1.2), chrpath, libixion-dev (>= 0.11.0~), python3-dev
Standards-Version: 3.9.3
Section: libs
Homepage: https://gitlab.com/orcus/orcus
Package: liborcus-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: liborcus-0.11-0 (= ${binary:Version}), liborcus-spreadsheet-model-0.11-0 (= ${binary:Version}), ${misc:Depends}
Description: library for processing spreadsheet documents -- development
Orcus is a library that provides a collection of standalone file processing
filters. It is currently focused on providing filters for spreadsheet
documents, but filters for other productivity application types (such as
wordprocessor and presentation) are in consideration.
.
The library currently includes filters for xlsx, ods, csv, and generic XML
formats.
.
This package contains headers, pkg-config file and static library for
developing applications using Orcus.
Package: liborcus-0.11-0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library for processing spreadsheet documents
Orcus is a library that provides a collection of standalone file processing
filters. It is currently focused on providing filters for spreadsheet
documents, but filters for other productivity application types (such as
wordprocessor and presentation) are in consideration.
.
The library currently includes filters for xlsx, ods, csv, and generic XML
formats.
Package: liborcus-spreadsheet-model-0.11-0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library for processing spreadsheet documents - spreadsheet model library
Orcus is a library that provides a collection of standalone file processing
filters. It is currently focused on providing filters for spreadsheet
documents, but filters for other productivity application types (such as
wordprocessor and presentation) are in consideration.
.
The library currently includes filters for xlsx, ods, csv, and generic XML
formats.
.
This package contains a library abstracting the spreadsheet model.
Package: python3-orcus
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: library for processing spreadsheet documents - python bindings
Orcus is a library that provides a collection of standalone file processing
filters. It is currently focused on providing filters for spreadsheet
documents, but filters for other productivity application types (such as
wordprocessor and presentation) are in consideration.
.
The library currently includes filters for xlsx, ods, csv, and generic XML
formats.
.
This package contains the python bindings for liborcus.
|