File: control

package info (click to toggle)
lua-cmsgpack 0.4.0~git20230328.57b1f90-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: ansic: 726; makefile: 3
file content (47 lines) | stat: -rw-r--r-- 1,322 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: lua-cmsgpack
Section: interpreters
Priority: optional
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Uploaders:
 Victor Seva <vseva@debian.org>,
Build-Depends:
 debhelper-compat (=13),
 dh-lua,
Standards-Version: 4.7.0
Homepage: https://github.com/antirez/lua-cmsgpack/
Vcs-Git: https://salsa.debian.org/lua-team/lua-cmsgpack.git
Vcs-Browser: https://salsa.debian.org/lua-team/lua-cmsgpack

Package: lua-cmsgpack-dev
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 lua-cmsgpack (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Provides:
 ${lua:Provides},
XB-Lua-Versions: ${lua:Versions}
Description: development files for lua-cmsgpack library
 development files of the lua-cmsgpack library, useful
 to create a statically linked binary (like a C application or a standalone Lua
 interpreter)..
 .
 Documentation is also shipped within this package.

Package: lua-cmsgpack
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Provides:
 ${lua:Provides},
XB-Lua-Versions: ${lua:Versions}
Description: MessagePack implementation and bindings for Lua
 lua-cmsgpack is a self contained C file without external dependencies.
 MessagePack is an object serialization specification like JSON.