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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
Source: luajit
Section: interpreters
Homepage: https://github.com/openresty/luajit2
Priority: optional
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/lua-team/luajit.git
Vcs-Browser: https://salsa.debian.org/lua-team/luajit
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>,
Mo Zhou <lumin@debian.org>
Build-Depends: debhelper-compat (= 13)
Package: luajit
Architecture: amd64 arm64 armel armhf i386 mips64el mipsel s390x powerpc riscv64 loong64
Multi-Arch: foreign
Pre-Depends: ${misc:Pre-Depends}
Depends: libluajit-5.1-2 (= ${binary:Version}),
libluajit-5.1-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Conflicts: luajit2
Replaces: luajit2
Description: OpenResty-maintained branch of LuaJIT (interpreter)
LuaJIT implements the full set of language features defined by Lua 5.1. The
virtual machine (VM) is API- and ABI-compatible to the standard Lua interpreter
and can be deployed as a drop-in replacement.
.
This package contains the standalone interpreter/jitter that can be used
as a replacement for the standard lua5.1 interpreter.
Package: libluajit-5.1-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Conflicts: libluajit2-5.1-common
Replaces: libluajit2-5.1-common
Description: OpenResty-maintained branch of LuaJIT (common files)
This package contains files needed by the LuaJIT interpreter/jitter as well
by its embeddable (i.e. library) version.
Package: libluajit-5.1-2
Architecture: amd64 arm64 armel armhf i386 mips64el mipsel s390x powerpc riscv64 loong64
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libluajit-5.1-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Conflicts: libluajit2-5.1-2
Replaces: libluajit2-5.1-2
Provides: libluajit-5.1.so.2
Description: OpenResty-maintained branch of LuaJIT (shared objects)
LuaJIT implements the full set of language features defined by Lua 5.1. The
virtual machine (VM) is API- and ABI-compatible to the standard Lua interpreter
and can be deployed as a drop-in replacement.
.
This package contains an embeddable version of LuaJIT that can be used as a
replacement of the standard liblua-5.1 shared library.
Package: libluajit-5.1-dev
Section: libdevel
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: amd64 arm64 armel armhf i386 mips64el mipsel s390x powerpc riscv64 loong64
Depends: libluajit-5.1-2 (= ${binary:Version}),
${misc:Depends},
Conflicts: libluajit2-5.1-dev
Replaces: libluajit2-5.1-dev
Provides: libluajit-5.1.so
Description: OpenResty-maintained branch of LuaJIT (development files)
This package contains header files and a statically linkable library for
LuaJIT.
|