GNU bug report logs - #67902
[PATCH 00/95] PHP package chain.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Tue, 19 Dec 2023 13:48:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 67902 <at> debbugs.gnu.org
Subject: [bug#67902] [PATCH v5 01/54] gnu: Add abnfgen.
Date: Fri, 18 Oct 2024 12:30:23 +0200
On 2024-10-18 01:05, Nicolas Graves via Guix-patches via wrote:

> * gnu/packages/check.scm (abnfgen): New variable.
>
> Change-Id: Ifd7b9a06119ef22cb3654529ac3d41a6e654e121
> ---
>  gnu/packages/check.scm | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
>
> diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
> index 8d41996c71..05c5c229f5 100644
> --- a/gnu/packages/check.scm
> +++ b/gnu/packages/check.scm
> @@ -125,6 +125,30 @@ (define-module (gnu packages check)
>    #:use-module (ice-9 match)
>    #:use-module (srfi srfi-1))
>  
> +(define-public abnfgen
> +  (package
> +    (name "abnfgen")
> +    (version "0.21")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri "https://www.quut.com/abnfgen/abnfgen-0.21.tar.gz")
> +       (sha256
> +        (base32 "0vjkbsgr193r0fz0f29sljkw28djwavk51m1izinfjqb07k89xsv"))))
> +    (build-system gnu-build-system)
> +    (home-page "https://www.quut.com/abnfgen")
> +    (synopsis "Generate random documents matching an ABNF grammar.")
> +    (description
> +     "Given an Augmented Backus-Naur form (ABNF) grammar (RFC 4234),
> +this package provides a binary to quickly generate lots of random documents
> +that match that grammar. That is useful for

Found the lint culprit! I searched in the wrong file. However, since QA
passes, I would rather avoid such a heavy new submission for only a
space. Feel free to add it when committing.

> +@itemize
> +@item verifying an ABNF grammar's syntactical correctness
> +@item illustrating a grammar with non-obvious examples
> +@item testing software that is supposed to consume documents described by a grammar
> +@end itemize")
> +    (license license:expat)))
> +
>  (define-public atf
>    (package
>      (name "atf")

-- 
Best regards,
Nicolas Graves




This bug report was last modified 241 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.