File: control

package info (click to toggle)
swiglpk 5.0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: python: 1,604; sh: 45; makefile: 12
file content (31 lines) | stat: -rw-r--r-- 965 bytes parent folder | download
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.