File: control

package info (click to toggle)
golang-github-google-goexpect 0.0~git20210430.ab937bf-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 388 kB
  • sloc: sh: 34; makefile: 3
file content (40 lines) | stat: -rw-r--r-- 1,507 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
Source: golang-github-google-goexpect
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Otto Kekäläinen <otto@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-google-goterm-dev,
 golang-github-ziutek-telnet-dev,
 golang-glog-dev,
 golang-golang-x-crypto-dev,
 golang-google-grpc-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-goexpect
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-goexpect.git
Homepage: https://github.com/google/goexpect
XS-Go-Import-Path: github.com/google/goexpect

Package: golang-github-google-goexpect-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-google-goterm-dev,
 golang-glog-dev,
 golang-golang-x-crypto-dev,
 golang-google-grpc-dev,
 ${misc:Depends},
Description: Go implementation of Expect (library)
 This package provides a Go library for automating and testing interactive
 command-line programs by simulating user input and matching expected output.
 It enables developers to script interactions with CLI applications, suitable
 for testing and automation tasks in Go projects.
 .
 The package includes development files for integrating the library into Go
 projects. It supports regular expression-based matching and timeout handling,
 offering a flexible way to manage command-line interactions programmatically.