debian/control
author alpar
Sat, 03 Mar 2007 16:04:50 +0000
changeset 2390 8450951a8e2d
parent 1490 fa2b73784343
permissions -rw-r--r--
- '-Wshadow' seemed to strict therefore removed
- a tools directory added for useful executables codes
- tools/lgf-gen.cc (a random graph generator) added
     1 Source: lemon
     2 Section: unknown
     3 Priority: optional
     4 Maintainer: LEMON Development Team <etik-ol@cs.elte.hu>
     5 Build-Depends: debhelper (>= 4.0.0), glpk, libgnomecanvasmm-2.6-dev
     6 Standards-Version: 3.6.1
     7 
     8 Package: lemon
     9 Architecture: any
    10 Depends: ${shlibs:Depends}, ${misc:Depends}, libgnomecanvasmm-2.6
    11 Description: A C++ template library aimed at combinatorial optimization tasks.
    12  LEMON stands for Library of Efficient Models and
    13  Optimization in Networks. It is a C++ template
    14  library aimed at combinatorial optimization tasks,
    15  especially those working with graphs and networks.