Source: libclaw Section: devel Priority: extra Maintainer: Debian Games Team Uploaders: Julien Jorge , Barry deFreese , Gonéri Le Bouder Build-Depends: dpkg-dev (>= 1.22.5), cmake (>= 2.8), debhelper (>= 10), docbook-to-man, doxygen (>= 1.5), gettext (>= 0.17), libboost-dev (>= 1.42), libjpeg-dev, libpng-dev Standards-Version: 4.0.1 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/libclaw/ Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/libclaw/ Homepage: http://libclaw.sourceforge.net Package: libclaw-dev Section: libdevel Architecture: any Depends: ${misc:Depends} Description: Claw is a generalist C++ library (development files) Claw is a C++ Library Absolutely Wonderful bringing various nice classes and tools to C++ developers. . This library tries to be standard compliant and as portable as possible. . Claw provides: - tweener classes for easy interpolation, - advanced data structures: automaton, AVL binary search tree, graph, tree, ordered set, trie, maps with multiple types as keys, - geometric tools (2D): box/rectangle, point, line, vector, - image manipulation, reading and writing bitmap, jpeg, targa, png, pcx, xpm files - network tools: use sockets like any standard stream, - text algorithms, - min-max/alpha-beta algorithms, - developer tools: generic singleton, smart pointers, meta-programming concepts, buffered streams, - easy read of conf/ini files, easy access to environment variables, - manipulation of dynamic libraries, - and a lot more... Package: libclaw-doc Section: doc Architecture: all Depends: libjs-jquery (>= 1.5), ${misc:Depends} Description: Claw is a generalist C++ library (documentation files) Claw is a C++ Library Absolutely Wonderful bringing various nice classes and tools to C++ developers. . This package contains the HTML documentation of the API and a set of example programs. Package: libclaw-application1t64 Provides: ${t64:Provides} X-Time64-Compat: libclaw-application1v5 Breaks: libclaw-application1v5 (<< ${source:Version}) Section: libs Architecture: any Depends: libclaw-logger1t64 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Conflicts: libclaw-application1 Replaces:libclaw-application1v5, libclaw-application1 Description: Set of classes to ease the initialisation of the program Part of the libclaw library. . This library is intended to help to manage the arguments of your program, with automatic management of short/long arguments and help message. Package: libclaw-application-dev Section: libdevel Architecture: any Depends: libclaw-application1t64 (= ${binary:Version}), libclaw-dev (= ${binary:Version}), libclaw-logger-dev (= ${binary:Version}), ${misc:Depends} Description: Set of classes to ease the initialisation of the program (development files) Part of the libclaw library. . This library is intended to help to manage the arguments of your program, with automatic management of short/long arguments and help message. . This package contains the development files of the library. Package: libclaw-configuration-file1t64 Provides: ${t64:Provides} X-Time64-Compat: libclaw-configuration-file1v5 Breaks: libclaw-configuration-file1v5 (<< ${source:Version}) Section: libs Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Conflicts: libclaw-configuration-file1 Replaces:libclaw-configuration-file1v5, libclaw-configuration-file1 Description: Class to process configuration files Part of the libclaw library. . This library is intended to help to read configutation files divided in sections made of attribute/value pairs. Package: libclaw-configuration-file-dev Section: libdevel Architecture: any Depends: libclaw-configuration-file1t64 (= ${binary:Version}), libclaw-dev (= ${binary:Version}), ${misc:Depends} Description: Class to process configuration files (development files) Part of the libclaw library. . This library is intended to help to read configutation files divided in sections made of attribute/value pairs. . This package contains the development files of the library. Package: libclaw-dynamic-library1t64 Provides: ${t64:Provides} X-Time64-Compat: libclaw-dynamic-library1v5 Breaks: libclaw-dynamic-library1v5 (<< ${source:Version}) Section: libs Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Conflicts: libclaw-dynamic-library1 Replaces:libclaw-dynamic-library1v5, libclaw-dynamic-library1 Description: Class to ease the manipulation of dynamic libraries Part of the libclaw library. . This library is intended to ease the use or dynamic libraries: loading, checking the availability of a symbol and getting a function pointer on it. Package: libclaw-dynamic-library-dev Section: libdevel Architecture: any Depends: libclaw-dev (= ${binary:Version}), libclaw-dynamic-library1t64 (= ${binary:Version}), ${misc:Depends} Description: Class to ease the manipulation of dynamic libraries (development files) Part of the libclaw library. . This library is intended to ease the use or dynamic libraries: loading, checking the availability of a symbol and getting a function pointer on it. . This package contains the development files of the library. Package: libclaw-graphic1t64 Provides: ${t64:Provides} X-Time64-Compat: libclaw-graphic1v5 Breaks: libclaw-graphic1v5 (<< ${source:Version}) Section: libs Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Conflicts: libclaw-graphic1 Replaces:libclaw-graphic1v5, libclaw-graphic1 Description: Set of classes for image manipulation Part of the libclaw library. . This library is intended to offer an easy way to deal with images, with read and write support of bmp, jpeg, pcx, png, targa and xbm files, and read only support for gif files. Package: libclaw-graphic-dev Section: libdevel Architecture: any Depends: libclaw-dev (= ${binary:Version}), libclaw-graphic1t64 (= ${binary:Version}), libjpeg-dev, libpng-dev, ${misc:Depends} Description: Set of classes for image manipulation (development files) Part of the libclaw library. . This library is intended to offer an easy way to deal with images, with read and write support of bmp, jpeg, pcx, png, targa and xbm files, and read only support for gif files. . This package contains the development files of the library. Package: libclaw-logger1t64 Provides: ${t64:Provides} X-Time64-Compat: libclaw-logger1v5 Breaks: libclaw-logger1v5 (<< ${source:Version}) Section: libs Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Conflicts: libclaw-logger1 Replaces:libclaw-logger1v5, libclaw-logger1 Description: Flexible log system Part of the libclaw library. . This library provides a log system allowing several levels of logging and redirectable streams. Package: libclaw-logger-dev Section: libdevel Architecture: any Depends: libclaw-dev (= ${binary:Version}), libclaw-logger1t64 (= ${binary:Version}), ${misc:Depends} Description: Flexible log system (development files) Part of the libclaw library. . This library provides a log system allowing several level of log and redirectable streams. . This package contains the development files of the library. Package: libclaw-net1t64 Provides: ${t64:Provides} X-Time64-Compat: libclaw-net1v5 Breaks: libclaw-net1v5 (<< ${source:Version}) Section: libs Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Conflicts: libclaw-net1 Replaces:libclaw-net1v5, libclaw-net1 Description: C++ standard stream interface for Unix sockets Part of the libclaw library. . This library provides C++ classes to utilzed any Unix sockets as a standard stream. Package: libclaw-net-dev Section: libdevel Architecture: any Depends: libclaw-dev (= ${binary:Version}), libclaw-net1t64 (= ${binary:Version}), ${misc:Depends} Description: C++ standard stream interface for Unix sockets (development files) Part of the libclaw library. . This library provides a C++ standard stream interface to Unix sockets. . This package contains the development files of the library. Package: libclaw-tween1t64 Provides: ${t64:Provides} X-Time64-Compat: libclaw-tween1v5 Breaks: libclaw-tween1v5 (<< ${source:Version}) Section: libs Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Conflicts: libclaw-tween1 Replaces:libclaw-tween1v5, libclaw-tween1 Description: C++ tweeners Part of the libclaw library. . Tween is a C++ library providing an implementation for tweening. . This library allows one to interpolate the intermediate values between two given values during a time interval. This practice is well used in animation and is widely popular in the context of ActionScript/Flash games and websites. The goal of this library is to provide similar functionalities to C++ programs. Package: libclaw-tween-dev Section: libdevel Architecture: any Depends: libclaw-dev (= ${binary:Version}), libclaw-tween1t64 (= ${binary:Version}), ${misc:Depends} Description: C++ tweeners (development files) Part of the libclaw library. . This library provides a set of classes for tweeningin C++. . This package contains the development files of the library. Package: libclaw-i18n Section: libs Architecture: all Depends: ${misc:Depends} Description: Internationalisation files for libclaw This package provides internationalisation files for libclaw in the following languages: . * French