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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298
|
Source: libclaw
Section: devel
Priority: extra
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
Julien Jorge <julien.jorge@gamned.org>,
Barry deFreese <bdefreese@debian.org>,
Gonéri Le Bouder <goneri@rulezlan.org>
Build-Depends:
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-application1v5
Section: libs
Architecture: any
Depends:
libclaw-logger1v5 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Conflicts:
libclaw-application1
Replaces:
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-application1v5 (= ${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-file1v5
Section: libs
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Conflicts:
libclaw-configuration-file1
Replaces:
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-file1v5 (= ${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-library1v5
Section: libs
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Conflicts:
libclaw-dynamic-library1
Replaces:
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-library1v5 (= ${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-graphic1v5
Section: libs
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Conflicts:
libclaw-graphic1
Replaces:
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-graphic1v5 (= ${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-logger1v5
Section: libs
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Conflicts:
libclaw-logger1
Replaces:
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-logger1v5 (= ${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-net1v5
Section: libs
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Conflicts:
libclaw-net1
Replaces:
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-net1v5 (= ${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-tween1v5
Section: libs
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Conflicts:
libclaw-tween1
Replaces:
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-tween1v5 (= ${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
|