libclaw 1.7.4-2 source package in Ubuntu

Changelog

libclaw (1.7.4-2) unstable; urgency=medium

  * Team upload.
  * Add gcc7.patch and fix FTBFS with GCC 7.
  * Switch to compat level 10.
  * Declare compliance with Debian Policy 4.0.1.

 -- Markus Koschany <email address hidden>  Thu, 17 Aug 2017 22:11:06 +0200

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
Bionic release universe devel

Downloads

File Size SHA-256 Checksum
libclaw_1.7.4-2.dsc 3.3 KiB b66b585108b3537aab6713debb0c0f97f0f390e465e9bc84b961570e021dc129
libclaw_1.7.4.orig.tar.gz 333.9 KiB 0be289da7f43b1892575f14b27860af5d1e1f6961eae11653d64e625fd7924b7
libclaw_1.7.4-2.debian.tar.xz 8.2 KiB 1a1640a395b651c9845b1ae1a6067549bd8fbc2952e7d5a0b2957e5f25df6580

Available diffs

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-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: No summary available for libclaw-configuration-file-dev in ubuntu cosmic.

No description available for libclaw-configuration-file-dev in ubuntu cosmic.

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: No summary available for libclaw-dynamic-library-dev in ubuntu cosmic.

No description available for libclaw-dynamic-library-dev in ubuntu cosmic.

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 eoan.

No description available for libclaw-graphic-dev in ubuntu eoan.

libclaw-graphic1v5: No summary available for libclaw-graphic1v5 in ubuntu disco.

No description available for libclaw-graphic1v5 in ubuntu disco.

libclaw-i18n: No summary available for libclaw-i18n in ubuntu artful.

No description available for libclaw-i18n in ubuntu artful.

libclaw-logger-dev: No summary available for libclaw-logger-dev in ubuntu artful.

No description available for libclaw-logger-dev in ubuntu artful.

libclaw-logger1v5: No summary available for libclaw-logger1v5 in ubuntu eoan.

No description available for libclaw-logger1v5 in ubuntu eoan.

libclaw-net-dev: No summary available for libclaw-net-dev in ubuntu artful.

No description available for libclaw-net-dev in ubuntu artful.

libclaw-net1v5: No summary available for libclaw-net1v5 in ubuntu disco.

No description available for libclaw-net1v5 in ubuntu disco.

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-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.