cl-graph 20180131-1.1 source package in Ubuntu

Changelog

cl-graph (20180131-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Thu, 07 Jan 2021 15:01:11 +0100

Upload details

Uploaded by:
dim
Uploaded to:
Sid
Original maintainer:
dim
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-graph_20180131-1.1.dsc 1.8 KiB 43a36debbf4de6d9ebce46249be04856fd000c42d97807b92a104053198d9808
cl-graph_20180131.orig.tar.gz 38.5 KiB e84a6e594785669822d22f1e03e1abc42e7c2cca055d7ac481c82d5eb11a33df
cl-graph_20180131-1.1.debian.tar.xz 1.7 KiB ae3423abd0b7a80bd78fbe8e0f67b6006b84240ce0ff6bb2ea1708beaf0f1315

Available diffs

No changes file available.

Binary packages built by this source

cl-graph: 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.