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 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
|
Source: liborcus
Priority: optional
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Uploaders:
Rene Engelhard <rene@debian.org>,
Build-Depends:
chrpath,
debhelper (>= 9),
dh-autoreconf,
dh-python,
dpkg-dev (>= 1.16.1),
libboost-date-time-dev,
libboost-filesystem-dev,
libboost-iostreams-dev,
libboost-program-options-dev,
libboost-system-dev,
libixion-dev (>= 0.14.0~),
libmdds-dev (>= 1.4),
pkg-config,
python3,
python3-dev,
sphinx-common,
zlib1g-dev,
Build-Depends-Indep:
doxygen,
python3-breathe,
python3-sphinx,
python3-sphinx-bootstrap-theme,
Build-Conflicts:
python-sphinx,
Standards-Version: 3.9.3
Section: libs
Homepage: https://gitlab.com/orcus/orcus
Vcs-Git: https://salsa.debian.org/libreoffice-team/liborcus.git
Vcs-Browser: https://salsa.debian.org/libreoffice-team/liborcus
Package: liborcus-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
liborcus-0.14-0 (= ${binary:Version}),
liborcus-spreadsheet-model-0.14-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.14-0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs: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.14-0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs: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:
${misc:Depends},
${python3:Depends},
${shlibs: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.
Package: liborcus-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Built-Using:
${sphinxdoc:Built-Using},
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: library for processing spreadsheet documents - documentation
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 API documentation.
Package: liborcus-bin
Section: libs
Architecture: any
Multi-Arch: foreign
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Description: library for processing spreadsheet documents - binaries
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 command-line applications for converting documents.
|