debian/control
changeset 1490 fa2b73784343
child 1917 87d3518d73d8
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/debian/control	Tue Jun 14 22:51:22 2005 +0000
     1.3 @@ -0,0 +1,15 @@
     1.4 +Source: lemon
     1.5 +Section: unknown
     1.6 +Priority: optional
     1.7 +Maintainer: LEMON Development Team <etik-ol@cs.elte.hu>
     1.8 +Build-Depends: debhelper (>= 4.0.0)
     1.9 +Standards-Version: 3.6.1
    1.10 +
    1.11 +Package: lemon
    1.12 +Architecture: any
    1.13 +Depends: ${shlibs:Depends}, ${misc:Depends}, glpk
    1.14 +Description: A C++ template library aimed at combinatorial optimization tasks.
    1.15 + LEMON stands for Library of Efficient Models and
    1.16 + Optimization in Networks. It is a C++ template
    1.17 + library aimed at combinatorial optimization tasks,
    1.18 + especially those working with graphs and networks.