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 33 34 35 36 37 38 39 40 41 42 43
|
Source: phantomjs
Section: web
Priority: extra
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 9),
libjs-coffeescript,
libfreetype6-dev,
libjpeg-dev,
libpng-dev,
libsqlite3-dev,
libssl-dev,
libz-dev,
libfontconfig1-dev,
libx11-dev,
libxext-dev,
libqt5webkit5-dev,
python,
qt5-qmake,
qtchooser
# Generic tests:
,dbus-x11
,gtk-vector-screenshot
,libatk-adaptor
,xvfb, xauth, libgl1-mesa-dri
# Ghostdriver tests:
# ,libgradle-core-java
Standards-Version: 3.9.8
Homepage: http://www.phantomjs.org/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/phantomjs.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/phantomjs.git
Package: phantomjs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: minimalistic headless WebKit-based browser with JavaScript API
PhantomJS is a headless WebKit with JavaScript API. It has fast and native
support for various web standards: DOM handling, CSS selector, JSON, Canvas,
and SVG.
.
PhantomJS is an optimal solution for headless testing of web-based
applications, site scraping, pages capture, SVG renderer, PDF converter
and many other use cases.
|