File: control

package info (click to toggle)
golang-github-andybalholm-cascadia 1.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, sid, trixie
  • size: 536 kB
  • sloc: makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,126 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
Source: golang-github-andybalholm-cascadia
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,
               golang-golang-x-net-dev
Standards-Version: 4.7.0
Homepage: https://github.com/andybalholm/cascadia
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-andybalholm-cascadia
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-andybalholm-cascadia.git
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/andybalholm/cascadia

Package: golang-github-andybalholm-cascadia-dev
Architecture: all
Depends: ${misc:Depends},
         golang-golang-x-net-dev
Multi-Arch: foreign
Description: CSS selector library in Go
 This package implements CSS selectors for use with the parse trees
 produced by the golang.org/x/net/html package. The package contains
 the Go library, not the command line tool of the same name.