lua-struct 0.3-1 source package in Ubuntu

Changelog

lua-struct (0.3-1) unstable; urgency=medium

  * Initial release (Closes: #826638)

 -- Victor Seva <email address hidden>  Tue, 26 Mar 2024 17:16:02 +0100

Upload details

Uploaded by:
Debian Lua Team
Uploaded to:
Sid
Original maintainer:
Debian Lua Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
lua-struct_0.3-1.dsc 1.4 KiB afc25ee48a3fff4d03fdbfd23f036351b6381bbaac8d77e2588ac540772ed233
lua-struct_0.3.orig.tar.gz 8.3 KiB 1669dda189f87cf8b180652411a9974d9327367f762c290962fa0d89530707f6
lua-struct_0.3-1.debian.tar.xz 2.2 KiB 8b8ac5343b5cb261c2defe78702cbcd3c6b087541a42e49323a6a7a66d09c2ba

No changes file available.

Binary packages built by this source

lua-struct: library to convert Lua values to and from C structs

 Lua library for converting data to and from C structs.
 Its main functions are struct.pack, which packs multiple Lua values into
 a struct-like string; and struct.unpack, which unpacks multiple Lua values
 from a given struct-like string.

lua-struct-dbgsym: debug symbols for lua-struct
lua-struct-dev: development files for lua-struct library

 development files of the lua-struct library, useful
 to create a statically linked binary (like a C application or a standalone Lua
 interpreter)..
 .
 Documentation is also shipped within this package.