File: control

package info (click to toggle)
node-graphlibrary 2.2.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 336 kB
  • sloc: makefile: 2; sh: 2
file content (28 lines) | stat: -rw-r--r-- 1,007 bytes parent folder | download
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
Source: node-graphlibrary
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 10)
 , nodejs (>= 6)
Standards-Version: 4.2.1
Homepage: https://github.com/tylingsoft/graphlibrary#readme
Vcs-Git: https://salsa.debian.org/js-team/node-graphlibrary.git
Vcs-Browser: https://salsa.debian.org/js-team/node-graphlibrary

Package: node-graphlibrary
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 6)
 , node-lodash (>= 4.17.5)
Description: directed and undirected multi-graph library
 Graphlibrary is a JavaScript library that provides data structures for
 undirected and directed multi-graphs along with algorithms that can be used
 with them.
 .
 Graphlibrary is not built from scratch, it's based on dagrejs/graphlib. And it
 is designed as an out-of-box replacement for dagrejs/graphlib.
 .
 Node.js is an event-based server-side JavaScript engine.