lutok 0.4+dfsg-4.1build1 source package in Ubuntu

Changelog

lutok (0.4+dfsg-4.1build1) noble; urgency=high

  * No change rebuild against frame pointers and time_t.

 -- Julian Andres Klode <email address hidden>  Mon, 22 Apr 2024 11:48:33 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
lutok_0.4+dfsg.orig.tar.xz 287.6 KiB cd83159df159a1af574ff2696f38d0092795a890530ed9a25e9b0fc06f13d1a1
lutok_0.4+dfsg-4.1build1.debian.tar.xz 5.7 KiB 2e5d3cd335d92b45159b89072d40aa7aa11b3aa409bebef1217d39c20bb15309
lutok_0.4+dfsg-4.1build1.dsc 2.1 KiB a45492e11affc44cdeef8301ab5494a93b4bd5bd4ddd012f6fd33204a2777148

View changes file

Binary packages built by this source

liblutok-dev: lightweight C++ API library for Lua -- development files

 Lutok provides thin C++ wrappers around the Lua C API to ease the
 interaction between C++ and Lua. These wrappers make intensive use of
 RAII to prevent resource leakage, expose C++-friendly data types, report
 errors by means of exceptions and ensure that the Lua stack is always
 left untouched in the face of errors. The library also provides a small
 subset of miscellaneous utility functions built on top of the wrappers.
 .
 Lutok focuses on providing a clean and safe C++ interface; the drawback
 is that it is not suitable for performance-critical environments. In
 order to implement error-safe C++ wrappers on top of a Lua C binary
 library, Lutok adds several layers or abstraction and error checking
 that go against the original spirit of the Lua C API and thus degrade
 performance.
 .
 This package contains development files (headers, pkg-config files, ...)

liblutok-doc: lightweight C++ API library for Lua -- documentation

 Lutok provides thin C++ wrappers around the Lua C API to ease the
 interaction between C++ and Lua. These wrappers make intensive use of
 RAII to prevent resource leakage, expose C++-friendly data types, report
 errors by means of exceptions and ensure that the Lua stack is always
 left untouched in the face of errors. The library also provides a small
 subset of miscellaneous utility functions built on top of the wrappers.
 .
 Lutok focuses on providing a clean and safe C++ interface; the drawback
 is that it is not suitable for performance-critical environments. In
 order to implement error-safe C++ wrappers on top of a Lua C binary
 library, Lutok adds several layers or abstraction and error checking
 that go against the original spirit of the Lua C API and thus degrade
 performance.
 .
 This package contains the developer documentation & API reference.

liblutok3: lightweight C++ API library for Lua -- shared object

 Lutok provides thin C++ wrappers around the Lua C API to ease the
 interaction between C++ and Lua. These wrappers make intensive use of
 RAII to prevent resource leakage, expose C++-friendly data types, report
 errors by means of exceptions and ensure that the Lua stack is always
 left untouched in the face of errors. The library also provides a small
 subset of miscellaneous utility functions built on top of the wrappers.
 .
 Lutok focuses on providing a clean and safe C++ interface; the drawback
 is that it is not suitable for performance-critical environments. In
 order to implement error-safe C++ wrappers on top of a Lua C binary
 library, Lutok adds several layers or abstraction and error checking
 that go against the original spirit of the Lua C API and thus degrade
 performance.
 .
 This package contains the linkable shared object.

liblutok3-dbgsym: debug symbols for liblutok3