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:
Sharlatan Hellseher 2025-09-06 22:24:26 +01:00
parent 026ed19943
commit da5ba8a9b9
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1635,6 +1635,34 @@ commands.")
"This package implements optimal parameters for data-types.") "This package implements optimal parameters for data-types.")
(license license:expat))) (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 (define-public go-github-com-apex-logs
(package (package
(name "go-github-com-apex-logs") (name "go-github-com-apex-logs")