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
|
Source: libloki
Section: libs
Priority: extra
Maintainer: Lukas Fittl <lfittl@fsfe.org>
Build-Depends: debhelper (>= 5.0.0)
Standards-Version: 3.7.2
Package: libloki0.1.5
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: a C++ library of generic design patterns
Loki is a ("the"?) C++ library of generic programming techniques, containing
flexible implementations of common design patterns and idioms. It is an
essential library for modern C++ programming and exposes many cool features
of the language.
.
The code accompanies the (non-free) book, _Modern C++ Design_ (Alexandrescu,
2001), which goes into depth on the design of the library.
.
Homepage: http://loki-lib.sourceforge.net/
Package: libloki0.1.5-dbg
Section: libs
Architecture: any
Depends: libloki0.1.5 (= ${Source-Version})
Description: a C++ library of generic design patterns (debug information)
Loki is a ("the"?) C++ library of generic programming techniques, containing
flexible implementations of common design patterns and idioms. It is an
essential library for modern C++ programming and exposes many cool features
of the language.
.
This package contains debugging symbols useful for tracing bugs in the
libloki package.
.
Homepage: http://loki-lib.sourceforge.net/
Package: libloki-dev
Section: libdevel
Architecture: any
Depends: libloki0.1.5 (= ${Source-Version}), libc6-dev | libc-dev, libstdc++6.4.0-dev | c++abi2-dev
Suggests: libloki-doc
Description: a C++ library of generic design patterns (development files)
Loki is a ("the"?) C++ library of generic programming techniques, containing
flexible implementations of common design patterns and idioms. It is an
essential library for modern C++ programming and exposes many cool features
of the language.
.
The code accompanies the (non-free) book, _Modern C++ Design_ (Alexandrescu,
2001), which goes into depth on the design of the library.
.
This package contains the header files and static libraries needed
to build programs that use loki.
.
Homepage: http://loki-lib.sourceforge.net/
Package: libloki-doc
Section: doc
Architecture: all
Description: a C++ library of generic design patterns (documentation)
Loki is a ("the"?) C++ library of generic programming techniques, containing
flexible implementations of common design patterns and idioms. It is an
essential library for modern C++ programming and exposes many cool features
of the language.
.
This package contains the generated doxygen documentation for loki.
.
Homepage: http://loki-lib.sourceforge.net/
|