Source: libixion
Section: libs
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 ccache,
 clang,
 cmake,
Build-Depends-Arch: dh-sequence-python3,
 libboost-filesystem-dev,
 libboost-program-options-dev,
 libboost-system-dev,
 libboost-thread-dev,
# libmdds-dev (>= 2.1),
# libmdds-dev (<< 2.2~),
 libmdds-dev,
 pkgconf,
 pkg-config,
 python3,
 python3-dev,
 zlib1g-dev,
Build-Depends-Indep: dh-sequence-sphinxdoc,
 doxygen,
 python3-breathe,
 python3-sphinx,
 python3-sphinx-rtd-theme,
Build-Conflicts: python-sphinx,
Standards-Version: 4.6.2
Homepage: https://gitlab.com/ixion/ixion
Vcs-Browser: https://salsa.debian.org/libreoffice-team/libixion
Vcs-Git: https://salsa.debian.org/libreoffice-team/libixion.git

Package: libixion-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
 ${misc:Depends},
 libixion-0.18-0 (= ${binary:Version}),
Description: Ixion library documentation
 Ixion is a general purpose formula parser, interpreter, formula cell dependency tracker and spreadsheet document model backend all in one package. You can use Ixion to build a formula engine backend with spreadsheet-like multi-sheet cell storage management, or simply use to handle parsing and tokenization of formula expressions.

Package: libixion-0.18-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${shlibs:Depends},
 ${misc:Depends},
Description: Ixion library documentation
 Ixion is a general purpose formula parser, interpreter, formula cell dependency tracker and spreadsheet document model backend all in one package. You can use Ixion to build a formula engine backend with spreadsheet-like multi-sheet cell storage management, or simply use to handle parsing and tokenization of formula expressions.

Package: python3-ixion
Section: python
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
 ${misc:Depends},
 ${python3:Depends},
Description: Ixion library documentation
 Ixion is a general purpose formula parser, interpreter, formula cell dependency tracker and spreadsheet document model backend all in one package. You can use Ixion to build a formula engine backend with spreadsheet-like multi-sheet cell storage management, or simply use to handle parsing and tokenization of formula expressions.

Package: libixion-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends},
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: Ixion library documentation
 Ixion is a general purpose formula parser, interpreter, formula cell dependency tracker and spreadsheet document model backend all in one package. You can use Ixion to build a formula engine backend with spreadsheet-like multi-sheet cell storage management, or simply use to handle parsing and tokenization of formula expressions.