File: control

package info (click to toggle)
golang-github-xdg-go-stringprep 1.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 308 kB
  • sloc: makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,032 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
Source: golang-github-xdg-go-stringprep
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Guillem Jover <gjover@sipwise.com>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-golang-x-text-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-xdg-go-stringprep
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-xdg-go-stringprep.git
Homepage: https://github.com/xdg-go/stringprep
XS-Go-Import-Path: github.com/xdg-go/stringprep

Package: golang-github-xdg-go-stringprep-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-golang-x-text-dev,
 ${misc:Depends},
Description: RFC-3454 stringprep and RFC-4013 SASLprep in Go (library)
 This library provides an implementation of the stringprep algorithm
 (RFC-3454) in Go, including all data tables.
 .
 A pre-built SASLprep (RFC-4013) profile is provided as well.