File: control

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

Package: libjs-jquery-gitgraph
Architecture: all
Multi-Arch: foreign
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.