sharlatan pushed a commit to branch go-team
in repository guix.
commit cd0b2f3897f1695666be4e2a3a5d032c5430e9f7
Author: Sharlatan Hellseher <[email protected]>
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 4b8c2f85b3..059a158e62 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6581,7 +6581,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