File: control

package info (click to toggle)
glpk-java 1.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,568 kB
  • sloc: sh: 3,609; java: 1,794; xml: 259; makefile: 160; ansic: 35
file content (29 lines) | stat: -rw-r--r-- 1,125 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
Source: glpk-java
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper (>= 11),
               libglpk-dev (>= 4.52.1),
               swig,
               default-jdk (>= 2:1.8)
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/science-team/glpk-java
Vcs-Git: https://salsa.debian.org/science-team/glpk-java.git
Homepage: http://glpk-java.sourceforge.net

Package: libglpk-java
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Java binding to the GNU Linear Programming Kit
 GLPK (GNU Linear Programming Kit) is intended for solving large-scale
 linear programming (LP), mixed integer programming (MIP), and other
 related problems. It is a set of routines written in ANSI C and
 organized in the form of a callable library.
 .
 GLPK supports the GNU MathProg language, which is a subset of the
 AMPL language. GLPK also supports the standard MPS and LP formats.
 .
 This package contains the Java binding to GLPK.