libgraph-grammar-perl 0.1.1-1 source package in Ubuntu

Changelog

libgraph-grammar-perl (0.1.1-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.1.1.
  * Update years of upstream copyright.
  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 4.7.0.

 -- gregor herrmann <email address hidden>  Sun, 21 Apr 2024 17:47:40 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgraph-grammar-perl_0.1.1-1.dsc 2.5 KiB 542c1a17fdf76a96f0a7d2cf8d69960b5bed582af09bf1a5a68aed0a48abc87e
libgraph-grammar-perl_0.1.1.orig.tar.gz 4.6 KiB 42f0c558d1ba401fef53141e97d2b570fddd1c4b4f43da62c6ffd13ed55b8917
libgraph-grammar-perl_0.1.1-1.debian.tar.xz 2.3 KiB c6277d8139c41341d48a804fa3d7b399b5ebd8358286100dc8fc0e8b0e26552a

No changes file available.

Binary packages built by this source

libgraph-grammar-perl: Grammar for graphs

 Graph::Grammar is a Perl implementation of a graph rewriting method (a.k.a.
 graph grammar). Much of the API draws inspiration from Parse::Yapp, but
 instead of acting on text streams Graph::Grammar is oriented at graphs, as
 implemented in Perl's Graph module. Graph::Grammar implements a single method
 parse_graph() which accepts an instance of Graph and an array of rules. Every
 rule is evaluated for each vertex in a graph and, if a match is found, an
 action associated with the rule is executed.