lutok 0.4+dfsg-4.1 source package in Ubuntu

Changelog

lutok (0.4+dfsg-4.1) unstable; urgency=medium

  * Non-maintainer upload
  * Build with lua5.1 (Closes: #1050748)

 -- Bastian Germann <email address hidden>  Mon, 28 Aug 2023 23:40:45 +0200

Upload details

Uploaded by:
Nicolas Braud-Santoni
Uploaded to:
Sid
Original maintainer:
Nicolas Braud-Santoni
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
lutok_0.4+dfsg-4.1.dsc 1.8 KiB d470a6083c8d6f8fb767e87acc1a096fd91c278b405a29ea860b5314d028b548
lutok_0.4+dfsg.orig.tar.xz 287.6 KiB cd83159df159a1af574ff2696f38d0092795a890530ed9a25e9b0fc06f13d1a1
lutok_0.4+dfsg-4.1.debian.tar.xz 5.6 KiB 81b639a7e24ffb8edb17a612d0185540946445fb2febd9dbaa6c32d4e49b8d39

No changes file available.

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