File: control

package info (click to toggle)
pup 0.4.0%2Bgit20190919.681d7bb-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 384 kB
  • sloc: sh: 50; ruby: 15; python: 10; makefile: 4
file content (36 lines) | stat: -rw-r--r-- 1,090 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
Source: pup
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Arnaud Rebillout <elboulangero@gmail.com>,
Section: utils
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
 golang-github-fatih-color-dev,
 golang-github-mattn-go-colorable-dev,
 golang-golang-x-net-dev,
 golang-golang-x-text-dev,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/pup
Vcs-Git: https://salsa.debian.org/go-team/packages/pup.git
Homepage: https://github.com/ericchiang/pup
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/ericchiang/pup

Package: pup
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Built-Using:
 ${misc:Built-Using},
Description: command-line HTML processor
 Pup is a command-line tool for processing HTML. It
 reads from stdin, prints to stdout, and allows the
 user to filter parts of the page using CSS selectors.
 .
 Inspired by jq (http://stedolan.github.io/jq/), pup aims to be
 a fast and flexible way of exploring HTML from the terminal.