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.