libclaw 1.7.4-2.1 source package in Ubuntu

Changelog

libclaw (1.7.4-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename libraries for 64-bit time_t transition.  Closes: #1062251

 -- Benjamin Drung <email address hidden>  Wed, 28 Feb 2024 10:26:39 +0000

Upload details

Uploaded by:
Debian Games Group
Uploaded to:
Sid
Original maintainer:
Debian Games Group
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libclaw_1.7.4-2.1.dsc 3.2 KiB 6e945d1ad034fe3d96372b81174e136e04c1cbca24ddbe06e13326e8234b1b1b
libclaw_1.7.4.orig.tar.gz 333.9 KiB 0be289da7f43b1892575f14b27860af5d1e1f6961eae11653d64e625fd7924b7
libclaw_1.7.4-2.1.debian.tar.xz 8.6 KiB ed578b134de4360a1b397b1a06b459a664592c4c953256c414cb3ea35c71074e

No changes file available.

Binary packages built by this source

libclaw-application-dev: 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.

libclaw-application1t64: 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-file1t64: 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-library1t64: 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: 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.

libclaw-graphic1t64: 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 internationalisation files for libclaw in the following
 languages:
 .
 * French

libclaw-logger-dev: 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.

libclaw-logger1t64: 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: 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.

libclaw-net1t64: 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: 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.

libclaw-tween1t64: 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.