File: control

package info (click to toggle)
lua-psl 0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 168 kB
  • sloc: ansic: 347; makefile: 28
file content (43 lines) | stat: -rw-r--r-- 1,240 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
Source: lua-psl
Section: interpreters
Priority: optional
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Uploaders:
 Jakub Ružička <jru@debian.org>,
Build-Depends:
 debhelper (>= 11),
 dh-lua,
 libpsl-dev,
 pandoc,
Standards-Version: 4.7.0
Homepage: https://github.com/daurnimator/lua-psl
Vcs-Git: https://salsa.debian.org/lua-team/lua-psl.git
Vcs-Browser: https://salsa.debian.org/lua-team/lua-psl

Package: lua-psl
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Provides:
 ${lua:Provides},
XB-Lua-Versions: ${lua:Versions}
Description: Lua bindings to libpsl, a C library that handles the Public Suffix List (PSL)
 The PSL is a list of domains where there may be sub-domains outside of the
 administrator's control. e.g. the administrator of '.com' does not manage
 'github.com'.

Package: lua-psl-dev
Architecture: any
Multi-Arch: same
Depends:
 lua-psl (= ${binary:Version}),
 ${misc:Depends},
Provides:
 ${lua:Provides},
XB-Lua-Versions: ${lua:Versions}
Description: Lua bindings to libpsl (development package)
 The PSL is a list of domains where there may be sub-domains outside of the
 administrator's control. e.g. the administrator of '.com' does not manage
 'github.com'.