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: liblemon
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
cmake,
d-shlibs,
libglpk-dev,
python3,
doxygen,
graphviz,
libjs-mathjax,
ghostscript
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/liblemon
Vcs-Git: https://salsa.debian.org/med-team/liblemon.git
Homepage: https://lemon.cs.elte.hu/trac/lemon
Rules-Requires-Root: no
Package: liblemon1.3.1
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Library for Efficient Modeling and Optimization in Networks
LEMON stands for Library for Efficient Modeling and Optimization in
Networks. It is a C++ template library providing efficient
implementations of common data structures and algorithms with focus
on combinatorial optimization tasks connected mainly with graphs
and networks.
.
LEMON is a member of the COIN-OR initiative, a collection of OR related
open source projects.
.
This package contains the dynamic library.
Package: liblemon-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
liblemon1.3.1 (= ${binary:Version})
Description: Library for Efficient Modeling and Optimization in Networks (development)
LEMON stands for Library for Efficient Modeling and Optimization in
Networks. It is a C++ template library providing efficient
implementations of common data structures and algorithms with focus
on combinatorial optimization tasks connected mainly with graphs
and networks.
.
LEMON is a member of the COIN-OR initiative, a collection of OR related
open source projects.
.
This package contains the static library and header files.
Package: liblemon-utils
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Library for Efficient Modeling and Optimization in Networks (utilities)
LEMON stands for Library for Efficient Modeling and Optimization in
Networks. It is a C++ template library providing efficient
implementations of common data structures and algorithms with focus
on combinatorial optimization tasks connected mainly with graphs
and networks.
.
LEMON is a member of the COIN-OR initiative, a collection of OR related
open source projects.
.
This package contains the utilities accompanying the library.
Package: liblemon-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Library for Efficient Modeling and Optimization in Networks (doc)
LEMON stands for Library for Efficient Modeling and Optimization in
Networks. It is a C++ template library providing efficient
implementations of common data structures and algorithms with focus
on combinatorial optimization tasks connected mainly with graphs
and networks.
.
LEMON is a member of the COIN-OR initiative, a collection of OR related
open source projects.
.
This package contains the library documentation.
|