Source: lua-ljsyscall Section: interpreters Priority: optional Maintainer: The Debian Lua Team Uploaders: Santiago R.R. Build-Depends: debhelper (>= 9), dh-lua, luajit Standards-Version: 4.1.2.0 Homepage: http://myriabit.com/ljsyscall/ Vcs-Git: git://git.debian.org/git/pkg-lua/lua-.git Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-.git Package: lua-ljsyscall Architecture: all Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, luajit Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: 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.