mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-antlr4-go-antlr-v4.
* gnu/packages/golang-xyz.scm (go-github-com-antlr4-go-antlr-v4): New variable. Change-Id: Ia637c362ae7a97aa88baca7f11122d19e2bf35a4
This commit is contained in:
parent
026ed19943
commit
da5ba8a9b9
1 changed files with 28 additions and 0 deletions
|
@ -1635,6 +1635,34 @@ commands.")
|
|||
"This package implements optimal parameters for data-types.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-antlr4-go-antlr-v4
|
||||
(package
|
||||
(name "go-github-com-antlr4-go-antlr-v4")
|
||||
(version "4.13.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/antlr4-go/antlr")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1m5q00fvz28dgvv3ws924p6gamxm6gzqfm12f5ryhljifg22xq3d"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/antlr4-go/antlr/v4"))
|
||||
(propagated-inputs
|
||||
(list go-golang-org-x-exp))
|
||||
(home-page "https://github.com/antlr4-go/antlr")
|
||||
(synopsis "ANTLR4 Go Runtime Module")
|
||||
(description
|
||||
"This package implements the Go version of the
|
||||
@url{https://github.com/antlr/antlr4, ANTLR 4} runtime - ANother Tool for
|
||||
Language Recognition, a parser generator that uses a LL algorithm for
|
||||
parsing.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-github-com-apex-logs
|
||||
(package
|
||||
(name "go-github-com-apex-logs")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue