Source: golang-github-go-rod-rod
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 dpkg-build-api (= 1),
 golang-any,
 golang-github-gobwas-httphead-dev,
 golang-github-gobwas-pool-dev,
 golang-github-gobwas-ws-dev,
 golang-github-ysmood-fetchup-dev,
 golang-github-ysmood-goob-dev,
 golang-github-ysmood-got-dev,
 golang-github-ysmood-gotrace-dev,
 golang-github-ysmood-gson-dev,
 golang-github-ysmood-leakless-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-rod-rod
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-rod-rod.git
Homepage: https://github.com/go-rod/rod
XS-Go-Import-Path: github.com/go-rod/rod

Package: golang-github-go-rod-rod-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-gobwas-httphead-dev,
 golang-github-gobwas-pool-dev,
 golang-github-gobwas-ws-dev,
 golang-github-ysmood-fetchup-dev,
 golang-github-ysmood-goob-dev,
 golang-github-ysmood-got-dev,
 golang-github-ysmood-gotrace-dev,
 golang-github-ysmood-gson-dev,
 golang-github-ysmood-leakless-dev,
 ${misc:Depends},
Description: Chrome DevTools Protocol for web automation/scraping (library)
 Rod is a high-level driver directly based on DevTools Protocol:
 https://chromedevtools.github.io/devtools-protocol
 .
 It's designed for web automation and scraping for both high-level and
 low-level use, senior developers can use the low-level packages and
 functions to easily customize or build up their own version of Rod,
 the high-level functions are just examples to build a default version
 of Rod.
 .
 Features
 .
  * Chained context design, intuitive to timeout or cancel the long-
    running task
  * Auto-wait elements to be ready
  * Debugging friendly, auto input tracing, remote monitoring headless
    browser
  * Thread-safe for all operations
  * Automatically find or download browser (/lib/launcher)
  * High-level helpers like WaitStable, WaitRequestIdle, HijackRequests,
    WaitDownload, etc
  * Two-step WaitEvent design, never miss an event (how it works
    (https://github.com/ysmood/goob))
  * Correctly handles nested iframes or shadow DOMs
  * No zombie browser process after the crash (how it works
    (https://github.com/ysmood/leakless))
  * CI (https://github.com/go-rod/rod/actions) enforced 100% test
   coverage
 .
 This package contains the Go library.
