guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

165/172: gnu: go-github-com-tekwizely-go-parsing: Adjust description.


From: guix-commits
Subject: 165/172: gnu: go-github-com-tekwizely-go-parsing: Adjust description.
Date: Sat, 9 Nov 2024 16:45:14 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit f680f932391ed282550e1bcb0fb47c637d4a2a97
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Sep 26 11:13:50 2024 +0100

    gnu: go-github-com-tekwizely-go-parsing: Adjust description.
    
    * gnu/packages/golang.scm (go-github-com-tekwizely-go-parsing)
    [description]: Include a list of shipped modules.
    
    Change-Id: Ieddaf65ec95776666846af8785a26bdd2a02d24a
---
 gnu/packages/golang.scm | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index b16c21b22d..595e5a4121 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6608,7 +6608,15 @@ modifying them.")
       (synopsis "Text parsing, with lexers, parsers, and related tools")
       (description
        "This package provides Go modules focused on text parsing, with lexers,
-parsers, and related tools.")
+parsers, and related tools.
+
+Included modules are:
+@itemize
+@item github.com/tekwizely/go-parsing
+@item github.com/tekwizely/go-parsing/lexer
+@item github.com/tekwizely/go-parsing/lexer/token
+@item github.com/tekwizely/go-parsing/parser
+@end itemize")
       (license license:expat)))
 
 (define-public go-github-com-akosmarton-papipes



reply via email to

[Prev in Thread] Current Thread [Next in Thread]