File: control

package info (click to toggle)
libgraph-d3-perl 0.03-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 108 kB
  • sloc: perl: 59; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 962 bytes parent folder | download | duplicates (2)
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
Source: libgraph-d3-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Joenio Costa <joenio@colivre.coop.br>
Build-Depends: debhelper (>= 9.20130630),
 libmodule-build-tiny-perl,
 perl
Build-Depends-Indep: libgraph-perl (>= 1:0.94),
 libjson-perl,
 libmoo-perl (>= 1.001000)
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgraph-d3-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgraph-d3-perl.git
Homepage: https://metacpan.org/release/Graph-D3

Package: libgraph-d3-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libgraph-perl (>= 1:0.94),
 libjson-perl,
 libmoo-perl (>= 1.001000)
Description: module to create ref/json to show node-edge graph with D3.js
 Graph::D3 is a moudle to covert Graph object to the format which is used in
 d3.js(http://d3js.org/). Graph::D3 simply supports node-edge graph.