File: control

package info (click to toggle)
gitgraph.js 0.0~git20170511.0.5fcc26b%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 104 kB
  • sloc: php: 49; makefile: 8
file content (16 lines) | stat: -rw-r--r-- 641 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: gitgraph.js
Section: javascript
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10), uglifyjs
Standards-Version: 4.1.2
Homepage: https://github.com/bluef/gitgraph.js
Vcs-Git: https://anonscm.debian.org/pkg-javascript/gitgraph.js.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/gitgraph.js.git

Package: libjs-jquery-gitgraph
Architecture: all
Depends: libjs-jquery, ${misc:Depends}
Description: convert git log --graph to image with HTML5 canvas
 This jQuery library provides methods for converting the output of
 "git log --graph" to an image using HTML5 canvas.