File: control

package info (click to toggle)
clp 1.17.5%2Brepack1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 12,504 kB
  • sloc: cpp: 187,859; sh: 11,284; makefile: 500; ansic: 116
file content (74 lines) | stat: -rw-r--r-- 2,921 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
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
Source: clp
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 10),
               coinor-libcoinutils-dev (>= 2.11.4),
               coinor-libosi-dev (>= 0.108.6),
               doxygen,
               graphviz,
               libbz2-dev,
               liblapack-dev,
               pkg-config,
               zlib1g-dev,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/science-team/clp
Vcs-Git: https://salsa.debian.org/science-team/clp.git
Homepage: https://projects.coin-or.org/Clp

Package: coinor-clp
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Breaks: coinor-libclp0
Replaces: coinor-libclp0
Description: Coin-or linear programming solver
 Clp (Coin-or linear programming) is an open-source linear programming solver
 written in C++. It is primarily meant to be used as a callable library, but a
 basic, stand-alone executable version is also available. It is designed to
 find solutions of constrained linear mathematical optimization problems.
 .
 This package contains the clp executable.

Package: coinor-libclp1
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Coin-or linear programming solver (shared libraries)
 Clp (Coin-or linear programming) is an open-source linear programming solver
 written in C++. It is primarily meant to be used as a callable library, but a
 basic, stand-alone executable version is also available. It is designed to
 find solutions of constrained linear mathematical optimization problems.
 .
 This package contains the Clp callable libraries, including the
 OSI Clp interface.

Package: coinor-libclp-dev
Architecture: any
Section: libdevel
Depends: coinor-libclp1 (= ${binary:Version}),
         coinor-libcoinutils-dev (>=2.11.4),
         coinor-libosi-dev (>= 0.108.6),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Coin-or linear programming solver (developer files)
 Clp (Coin-or linear programming) is an open-source linear programming solver
 written in C++. It is primarily meant to be used as a callable library, but a
 basic, stand-alone executable version is also available. It is designed to
 find solutions of constrained linear mathematical optimization problems.
 .
 This package contains the header files for developers.

Package: coinor-libclp-doc
Architecture: all
Section: doc
Depends: libjs-jquery,
         ${misc:Depends}
Recommends: coinor-libclp-dev
Description: Coin-or linear programming solver (documentation)
 Clp (Coin-or linear programming) is an open-source linear programming solver
 written in C++. It is primarily meant to be used as a callable library, but a
 basic, stand-alone executable version is also available. It is designed to
 find solutions of constrained linear mathematical optimization problems.
 .
 This package contains the documentation and examples.