File: control

package info (click to toggle)
libmpack-lua 1.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 160 kB
  • sloc: ansic: 919; makefile: 118
file content (46 lines) | stat: -rw-r--r-- 1,223 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
Source: libmpack-lua
Section: interpreters
Priority: optional
Maintainer: James McCoy <jamessan@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-lua,
 libmpack-dev,
 lua-busted <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.6.2
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.

Package: lua-mpack-dev
Architecture: any
Section: libdevel
Multi-Arch: same
Depends:
 libmpack-dev,
 lua-mpack (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Provides:
 ${lua:Provides},
XB-Lua-Versions: ${lua:Versions}
Description: libmpack binding for the Lua language (development files)
 This package contains the static library and headers for lua-mpack.