etlcpp 20.37.2+dfsg-1 source package in Ubuntu

Changelog

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

  * Initial release (Closes: #1032606)

 -- Dima Kogan <email address hidden>  Thu, 16 Mar 2023 11:03:55 -0700

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
etlcpp_20.37.2+dfsg-1.dsc 1.9 KiB 297c70096c34df9244e05dadbc206b580ddd618d7d30a99a3d59396959cbb27a
etlcpp_20.37.2+dfsg.orig.tar.xz 953.0 KiB 037b7d11af42e74769b796487ce78dafd512f3eaae00c16dd586c77d3a12e20c
etlcpp_20.37.2+dfsg-1.debian.tar.xz 6.6 KiB 09569f3764d98b8129de3d57a252858a3863fb3ca77d1167facf5f672bcbb6bc

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