File: control

package info (click to toggle)
golang-github-wenerme-astgo 0.0~git20230926.1b5bc38-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 612 kB
  • sloc: makefile: 16
file content (51 lines) | stat: -rw-r--r-- 2,140 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
47
48
49
50
51
Source: golang-github-wenerme-astgo
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Guilherme Puida Moreira <guilherme@puida.xyz>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-hashicorp-go-multierror-dev,
               golang-github-huandu-xstrings-dev,
               golang-github-iancoleman-strcase-dev,
               golang-github-masterminds-goutils-dev,
               golang-github-masterminds-sprig-dev,
               golang-github-mitchellh-mapstructure-dev,
               golang-github-pkg-errors-dev,
               golang-github-stretchr-testify-dev,
               golang-go.uber-zap-dev,
               golang-golang-x-sync-dev,
               golang-golang-x-tools-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-wenerme-astgo
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-wenerme-astgo.git
Homepage: https://github.com/wenerme/astgo
XS-Go-Import-Path: github.com/wenerme/astgo

Package: golang-github-wenerme-astgo-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-hashicorp-go-multierror-dev,
         golang-github-huandu-xstrings-dev,
         golang-github-iancoleman-strcase-dev,
         golang-github-masterminds-goutils-dev,
         golang-github-masterminds-sprig-dev,
         golang-github-mitchellh-mapstructure-dev,
         golang-github-pkg-errors-dev,
         golang-github-stretchr-testify-dev,
         golang-go.uber-zap-dev,
         golang-golang-x-sync-dev,
         golang-golang-x-tools-dev,
         ${misc:Depends}
Description: Libraries to work with Asterisk (library)
 Includes support for AMI (Asterisk Manager Interface) and AGI (Asterisk
 Gateway Interface).
 .
 AMI: Async action, Sync Action, Event Subscribe, Auto Reconnect, Generated
 Action with document, Generated Event with document, Generated Client Action
 with Response.
 .
 AGI: FastAGI, AGI Bin, Generated Command, Generated Client.