libclaw 1.7.4-2.1build2 source package in Ubuntu

Changelog

libclaw (1.7.4-2.1build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 01:51:51 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel

Downloads

File Size SHA-256 Checksum
libclaw_1.7.4.orig.tar.gz 333.9 KiB 0be289da7f43b1892575f14b27860af5d1e1f6961eae11653d64e625fd7924b7
libclaw_1.7.4-2.1build2.debian.tar.xz 8.7 KiB 3e10ea3ce13c742e6aa40fd3fa7280ccb6894e53451a2f7d206e30fd7a077346
libclaw_1.7.4-2.1build2.dsc 3.3 KiB 78a5f8742d590fc22e568195f7d852a6e8fd89db6f3fc97d26ed213aaf06ab5f

Available diffs

View changes file

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.