diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-09-26 11:13:50 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-09 21:33:55 +0000 |
commit | f680f932391ed282550e1bcb0fb47c637d4a2a97 (patch) | |
tree | cd47e075c3e8496478da9659e54d3fc9d4ce5a39 | |
parent | c27415d78a3a83cc035318def9b2ff5f2d80f7ef (diff) | |
download | guix-f680f932391ed282550e1bcb0fb47c637d4a2a97.tar.gz guix-f680f932391ed282550e1bcb0fb47c637d4a2a97.zip |
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
-rw-r--r-- | gnu/packages/golang.scm | 10 |
1 files changed, 9 insertions, 1 deletions
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 |