debian/control
author hegyi
Mon, 21 Nov 2005 18:03:20 +0000
changeset 1823 cb082cdf3667
child 1917 87d3518d73d8
permissions -rw-r--r--
NewMapWin has become Dialog instead of Window. Therefore it is created dynamically, when there is need for it, instead of keeping one instance in memory. This solution is slower, but more correct than before.
     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)
     6 Standards-Version: 3.6.1
     7 
     8 Package: lemon
     9 Architecture: any
    10 Depends: ${shlibs:Depends}, ${misc:Depends}, glpk
    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.