File: control

package info (click to toggle)
lua-messagepack 0.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 364 kB
  • sloc: makefile: 108
file content (23 lines) | stat: -rw-r--r-- 787 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: lua-messagepack
Section: interpreters
Priority: optional
Maintainer: Jason Pleau <jason@jpleau.ca>
Build-Depends: debhelper-compat (= 12), dh-lua
Standards-Version: 4.4.0
Homepage: https://fperrad.frama.io/lua-MessagePack/
Vcs-Git: https://salsa.debian.org/lua-team/lua-messagepack
Vcs-Browser: https://salsa.debian.org/lua-team/lua-messagepack

Package: lua-messagepack
Architecture: all
Depends: ${misc:Depends}
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: pure Lua implementation of MessagePack
 Lua module that provides an API to convert Lua data structures to MessagePack,
 and vice versa.
 .
 MessagePack is an efficient binary serialization format.
 .
 It lets you exchange data among multiple languages like JSON but it's faster,
 and smaller.