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
|
Source: libixion
Priority: optional
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Uploaders:
Rene Engelhard <rene@debian.org>,
Build-Depends:
debhelper-compat (= 12),
dh-autoreconf,
dh-python,
dpkg-dev (>= 1.16.1),
libboost-filesystem-dev,
libboost-program-options-dev,
libboost-system-dev,
libboost-thread-dev,
libmdds-dev (>= 1.5),
pkg-config,
python3,
python3-dev,
sphinx-common,
zlib1g-dev,
Build-Depends-Indep:
doxygen,
python3-breathe,
python3-sphinx,
python3-sphinx-rtd-theme
Build-Conflicts:
python-sphinx,
Standards-Version: 3.9.3
Section: libs
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:
libixion-0.16-0 (= ${binary:Version}),
libmdds-dev (>= 1.5),
${misc:Depends},
Description: general purpose formula parser & interpreter library -- development
Ixion is a general purpose formula parser & interpreter that can calculate
multiple named targets, or “cells”.
.
This package contains headers, pkg-config file and static library for
developing applications using Ixion.
Package: libixion-0.16-0
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Description: general purpose formula parser & interpreter library
Ixion is a general purpose formula parser & interpreter that can calculate
multiple named targets, or “cells”.
Package: python3-ixion
Section: python
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: general purpose formula parser & interpreter library -- python module
Ixion is a general purpose formula parser & interpreter that can calculate
multiple named targets, or “cells”.
.
This package contains the Python module.
Package: libixion-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${sphinxdoc:Depends}
Description: general purpose formula parser & interpreter library -- documentation
Ixion is a general purpose formula parser & interpreter that can calculate
multiple named targets, or “cells”.
.
This package contains the API documentation.
|