libclaw 1.7.4-2build1 source package in Ubuntu
Changelog
libclaw (1.7.4-2build1) focal; urgency=medium * No-change rebuild for libgcc-s1 package name change. -- Matthias Klose <email address hidden> Tue, 24 Mar 2020 15:05:44 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Focal
- Original maintainer:
- Debian Games Group
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libclaw_1.7.4.orig.tar.gz | 333.9 KiB | 0be289da7f43b1892575f14b27860af5d1e1f6961eae11653d64e625fd7924b7 |
libclaw_1.7.4-2build1.debian.tar.xz | 8.2 KiB | 08054e44fe94e2b7f866b4c9417c66b8e711cd4ae9cd95469985248453709d62 |
libclaw_1.7.4-2build1.dsc | 3.2 KiB | a613a78938711e65bc45f2f031d23865d02b8c8f7629f1eb9ac96a86b4ab627d |
Available diffs
- diff from 1.7.4-2 (in Debian) to 1.7.4-2build1 (310 bytes)
Binary packages built by this source
- libclaw-application-dev: No summary available for libclaw-application-dev in ubuntu hirsute.
No description available for libclaw-
application- dev in ubuntu hirsute.
- libclaw-application1v5: 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.
- libclaw-configuration-file-dev: 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.
- libclaw-configuration-file1v5: 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.
- libclaw-dev: 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...
- libclaw-doc: 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.
- libclaw-dynamic-library-dev: 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.
- libclaw-dynamic-library1v5: 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.
- libclaw-graphic-dev: No summary available for libclaw-graphic-dev in ubuntu impish.
No description available for libclaw-graphic-dev in ubuntu impish.
- libclaw-graphic1v5: 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.
- libclaw-i18n: Internationalisation files for libclaw
This package provides internationalis
ation files for libclaw in the following
languages:
.
* French
- libclaw-logger-dev: No summary available for libclaw-logger-dev in ubuntu hirsute.
No description available for libclaw-logger-dev in ubuntu hirsute.
- libclaw-logger1v5: Flexible log system
Part of the libclaw library.
.
This library provides a log system allowing several levels of logging
and redirectable streams.
- libclaw-net-dev: No summary available for libclaw-net-dev in ubuntu groovy.
No description available for libclaw-net-dev in ubuntu groovy.
- libclaw-net1v5: 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.
- libclaw-tween-dev: No summary available for libclaw-tween-dev in ubuntu impish.
No description available for libclaw-tween-dev in ubuntu impish.
- libclaw-tween1v5: 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.