File: control

package info (click to toggle)
golang-gopkg-asn1-ber.v1 1.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, experimental, forky, sid, trixie
  • size: 380 kB
  • sloc: makefile: 5
file content (25 lines) | stat: -rw-r--r-- 998 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
Source: golang-gopkg-asn1-ber.v1
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: David Lazăr <dlazar@gmail.com>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-go
Standards-Version: 4.6.1
Homepage: https://github.com/go-asn1-ber/asn1-ber
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-asn1-ber.v1
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-asn1-ber.v1.git
XS-Go-Import-Path: gopkg.in/asn1-ber.v1,
                   github.com/go-asn1-ber/asn1-ber
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no

Package: golang-gopkg-asn1-ber.v1-dev
Architecture: all
Depends: ${misc:Depends},
         golang-go
Description: ASN1 BER Encoding / Decoding Library for the GO programming language
 Package ber provides ASN1 BER Encoding / Decoding Library for the
 GO programming language. It provides basic encoding / decoding
 needed for the LDAP protocol.