File: control

package info (click to toggle)
cl-graph 20180131-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 240 kB
  • sloc: lisp: 2,884; makefile: 16
file content (20 lines) | stat: -rw-r--r-- 766 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
Source: cl-graph
Section: lisp
Priority: optional
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: dh-lisp
Standards-Version: 4.1.3
Homepage: http://eschulte.github.io/graph/
Vcs-Browser: https://github.com/eschulte/graph

Package: cl-graph
Architecture: all
Depends: ${misc:Depends}, cl-alexandria, cl-metabang-bind, cl-curry-compose-reader-macros
Description: simple graph data structure and algorithms
 The GRAPH library strives for simplicity both in backing data structures
 and in usage. Graphs and Digraphs are represented as CLOS objects with
 methods and algorithms provided for graph manipulation and analysis.
 .
 See the GRAPH-JSON and GRAPH-DOT libraries for serialization and
 visualization of graphs.