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
|
Source: swiglpk
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all-dev,
python3-setuptools,
swig,
libglpk-dev,
glpk-utils,
Standards-Version: 4.6.2
Homepage: https://github.com/biosustain/swiglpk
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/science-team/swiglpk.git
Vcs-Browser: https://salsa.debian.org/science-team/swiglpk
Package: python3-swiglpk
Architecture: any
Depends:
${shlibs:Depends},
${python3:Depends},
${misc:Depends},
Description: Plain Python bindings for the GNU Linear Programming Kit (Python 3)
swiglpk just provides plain SWIG bindings to the underlying C library
of the GNU Linear Programming Kit. It is not a high-level wrapper for GLPK.
.
This package installs the library for Python 3.
|