lua-ljsyscall 0.12-1.1 source package in Ubuntu

Changelog

lua-ljsyscall (0.12-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Thu, 07 Jan 2021 14:01:04 +0100

Upload details

Uploaded by:
Debian Lua Team
Uploaded to:
Sid
Original maintainer:
Debian Lua Team
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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lua-ljsyscall_0.12-1.1.dsc 2.0 KiB 9665448f61dd36a4ad9ee0b2f4aa613691b6f3542062de073d6c73fb81ce1656
lua-ljsyscall_0.12.orig.tar.gz 307.2 KiB 6e29503609bd966fed33dec1a1571b36bbdbc37bf1a828af6722ed0ead192ff1
lua-ljsyscall_0.12-1.1.debian.tar.xz 5.6 KiB 102a3ecd09e6fb3551d85686105e7d0faff9ab7d7615324301abf8adff45f433

Available diffs

No changes file available.

Binary packages built by this source

lua-ljsyscall: Unix system calls for LuaJIT

 A foreign function interface (FFI) implementation of the Linux, NetBSD,
 FreeBSD and OSX kernel ABIs for LuaJIT. This means you will be able to
 program all the functionality the Unix kernel provides to userspace
 directly in Lua. You can view it as a high level language equivalent of
 the Busybox project in a way, although the functionality it provides is
 somewhat different, and the interface very different.
 .
 This package also contains documentation.