1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Source: lua-system
Section: interpreters
Priority: optional
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Uploaders:
Victor Seva <vseva@debian.org>,
Jason Pleau <jason@jpleau.ca>,
Build-Depends:
debhelper-compat (= 13),
dh-lua,
lua-busted (>= 2.0.0-2) <!nocheck>,
lua-mediator (>= 1.1.2-0-4) <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.6.0.1
Homepage: https://github.com/lunarmodules/luasystem/
Vcs-Git: https://salsa.debian.org/lua-team/lua-system.git
Vcs-Browser: https://salsa.debian.org/lua-team/lua-system
Package: lua-system
Architecture: any
Pre-Depends:
${misc:Pre-Depends},
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Provides:
${lua:Provides},
XB-Lua-Versions: ${lua:Versions}
Description: platform independent system call library for Lua
luasystem is a platform independent system call library for Lua.
.
Currently the following functions are supported:
.
* gettime
* sleep
Package: lua-system-dev
Section: libdevel
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Architecture: any
Depends:
lua-system (= ${binary:Version}),
${misc:Depends},
Provides:
${lua:Provides},
XB-Lua-Versions: ${lua:Versions}
Description: development files for lua-system
This package provide the static library for lua-system
|