etlcpp 20.37.2+dfsg-1.1 source package in Ubuntu

Changelog

etlcpp (20.37.2+dfsg-1.1) unstable; urgency=medium

  * Non-maintainer upload
  * Source-only upload to allow migration to Testing

 -- Jeremy BĂ­cha <email address hidden>  Wed, 04 Oct 2023 16:11:17 -0400

Upload details

Uploaded by:
Dima Kogan
Uploaded to:
Sid
Original maintainer:
Dima Kogan
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
etlcpp_20.37.2+dfsg-1.1.dsc 1.9 KiB 9d77f36cc5fe153c2f4f4ecd9f9cfa58395b765eafeec4cd5bdee1c469b6eb7f
etlcpp_20.37.2+dfsg.orig.tar.xz 953.0 KiB 037b7d11af42e74769b796487ce78dafd512f3eaae00c16dd586c77d3a12e20c
etlcpp_20.37.2+dfsg-1.1.debian.tar.xz 6.9 KiB 9768c0dceae83716e55cb73fb596061e7a8b15677d6a0253e025654a53ec96a5

Available diffs

No changes file available.

Binary packages built by this source

libetlcpp-dev: Embedded Template Library: a C++ library for embedded applications

 ETL design objective covers the following areas:
 .
 - Create a set of containers where the size or maximum size is determined at
   compile-time.
 - These containers should be largely equivalent to those supplied in the STL,
   with a compatible API.
 - Be compatible with C++98 but implement as many of the later C++11/14/17
   additions as possible.
 - Have deterministic behaviour.
 - Add other useful components that are not present in the standard library.
 - The embedded template library has been designed for lower resource embedded
   applications. It defines a set of containers, algorithms, and utilities, some
   of which emulate parts of the STL. There is no dynamic memory allocation.
 - The library makes no use of the heap. All the containers (apart from
   intrusive types) have a fixed capacity allowing all memory allocation to be
   determined at compile-time. The library is intended for any compiler that
   supports C++03 or greater.
 .
 Development files

libetlcpp-doc: Embedded Template Library: a C++ library for embedded applications

 ETL design objective covers the following areas:
 .
 - Create a set of containers where the size or maximum size is determined at
   compile-time.
 - These containers should be largely equivalent to those supplied in the STL,
   with a compatible API.
 - Be compatible with C++98 but implement as many of the later C++11/14/17
   additions as possible.
 - Have deterministic behaviour.
 - Add other useful components that are not present in the standard library.
 - The embedded template library has been designed for lower resource embedded
   applications. It defines a set of containers, algorithms, and utilities, some
   of which emulate parts of the STL. There is no dynamic memory allocation.
 - The library makes no use of the heap. All the containers (apart from
   intrusive types) have a fixed capacity allowing all memory allocation to be
   determined at compile-time. The library is intended for any compiler that
   supports C++03 or greater.
 .
 Documentation