File: control

package info (click to toggle)
golang-github-thoj-go-ircevent 0.2%2Bgit20210723.73e4444-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,193 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
Source: golang-github-thoj-go-ircevent
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Francisco Vilmar Cardoso Ruviaro <vilmar@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-golang-x-net-dev,
               golang-golang-x-text-dev
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/thoj/go-ircevent
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-thoj-go-ircevent
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-thoj-go-ircevent.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/thoj/go-ircevent

Package: golang-github-thoj-go-ircevent-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-golang-x-net-dev,
         golang-golang-x-text-dev,
         ${misc:Depends}
Description: Event based IRC Client library in Go
 Event based IRC Client library.
 .
 Features:
  * Event based. Register Callbacks for the events you need to handle.
  * Handles basic IRC demands for you:
     - Standard CTCP.
     - Reconnections on errors.
     - Detect stoned servers.