mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: Add go-github-com-tekwizely-go-parsing.
* gnu/packages/golang.scm (go-github-com-tekwizely-go-parsing): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
70d16d2835
commit
8acedeb3a9
1 changed files with 25 additions and 0 deletions
|
@ -6644,6 +6644,31 @@ (define-public go-github-com-goccy-yaml
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-tekwizely-go-parsing
|
||||||
|
(let ((commit "1548cfb17df54d365ce9febed0677c06a40a8ceb")
|
||||||
|
(revision "0"))
|
||||||
|
(package
|
||||||
|
(name "go-github-com-tekwizely-go-parsing")
|
||||||
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/tekwizely/go-parsing")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0bv5amka8hb9crc7qvlzi2kbycqrnh9d46b9wgcs8wqzl0z7w609"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:import-path "github.com/tekwizely/go-parsing"))
|
||||||
|
(home-page "https://github.com/tekwizely/go-parsing")
|
||||||
|
(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.")
|
||||||
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public go-github.com-ulikunitz-xz
|
(define-public go-github.com-ulikunitz-xz
|
||||||
(package
|
(package
|
||||||
(name "go-github.com-ulikunitz-xz")
|
(name "go-github.com-ulikunitz-xz")
|
||||||
|
|
Loading…
Reference in a new issue