File: control

package info (click to toggle)
golang-github-puerkitobio-goquery 1.1.0%2Bgit20170324.3.ed7d758-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, bullseye-backports
  • size: 1,036 kB
  • sloc: sh: 39; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,264 bytes parent folder | download | duplicates (2)
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
Source: golang-github-puerkitobio-goquery
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Diego M. Rodriguez <diego.plan9@gmail.com>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-andybalholm-cascadia-dev,
               golang-golang-x-net-dev
Standards-Version: 3.9.8
Homepage: https://github.com/PuerkitoBio/goquery
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-puerkitobio-goquery.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-puerkitobio-goquery.git
XS-Go-Import-Path: github.com/PuerkitoBio/goquery

Package: golang-github-puerkitobio-goquery-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-andybalholm-cascadia-dev,
         golang-golang-x-net-dev
Description: jQuery-style HTML manipulation in Go
 goquery brings a syntax and a set of features similar to jQuery
 (http://jquery.com/) to the Go language, based on Go's net/html
 package and the CSS Selector library cascadia.
 .
 Syntax-wise, it is as close as possible to jQuery, with the same
 function names when possible, and a chainable interface.