File: control

package info (click to toggle)
golang-github-puerkitobio-goquery 1.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, sid, trixie
  • size: 880 kB
  • sloc: sh: 27; makefile: 3
file content (32 lines) | stat: -rw-r--r-- 1,376 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
Source: golang-github-puerkitobio-goquery
Section: golang
Priority: optional
Testsuite: autopkgtest-pkg-go
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Diego M. Rodriguez <diego.plan9@gmail.com>,
           Mathias Gibbens <gibmat@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any (>= 2:1.23~),
               golang-github-andybalholm-cascadia-dev (>= 1.3.2),
               golang-golang-x-net-dev
Standards-Version: 4.7.2
Homepage: https://github.com/PuerkitoBio/goquery
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-puerkitobio-goquery
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-puerkitobio-goquery.git
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/PuerkitoBio/goquery

Package: golang-github-puerkitobio-goquery-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         golang-github-andybalholm-cascadia-dev (>= 1.3.2),
         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.