mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: Add go-modernc-org-token.
* gnu/packages/golang-web.scm (go-modernc-org-token): New variable. Change-Id: I6288f8f80f703e5dc8eefd788079ae229b34001a
This commit is contained in:
parent
fa6e7f7f1b
commit
15cbecf435
1 changed files with 24 additions and 0 deletions
|
@ -6875,6 +6875,30 @@ but implement that subset with little to no assumption about the structure of
|
||||||
the code or routes.")
|
the code or routes.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public go-modernc-org-token
|
||||||
|
(package
|
||||||
|
(name "go-modernc-org-token")
|
||||||
|
(version "1.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://gitlab.com/cznic/token")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1vvnnfppmgq7hxmw18dx90fg6khwnxpwn9kwwf0hwxsckxfb5icv"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "modernc.org/token"))
|
||||||
|
(home-page "https://modernc.org/token")
|
||||||
|
(synopsis "Variant of the Golang stdlib package @code{token}")
|
||||||
|
(description
|
||||||
|
"Package token is variant of the stdlib package token with types
|
||||||
|
@code{FileSet} and Token removed.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-mvdan-cc-xurls-v2
|
(define-public go-mvdan-cc-xurls-v2
|
||||||
(package
|
(package
|
||||||
(name "go-mvdan-cc-xurls-v2")
|
(name "go-mvdan-cc-xurls-v2")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue