1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libmpack-lua
Section: interpreters
Priority: optional
Maintainer: James McCoy <jamessan@debian.org>
Build-Depends: debhelper (>= 11),
dh-lua,
libmpack-dev,
Standards-Version: 4.1.3
Homepage: https://github.com/libmpack/libmpack-lua/
Vcs-Git: https://salsa.debian.org/jamessan/libmpack-lua.git
Vcs-Browser: https://salsa.debian.org/jamessan/libmpack-lua
Package: lua-mpack
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: libmpack binding for the Lua language
libmpack is a small binary serialization/RPC library that implements both the
msgpack and msgpack-rpc specifications.
.
This package provides the Lua bindings based on libmpack.
|