mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-justinas-alice.
* gnu/packages/golang-web.scm (go-github-com-justinas-alice): New variable. Change-Id: I7e5ae210eecfe3930c5729f20013386cff930a59
This commit is contained in:
parent
2f09820c6e
commit
78573eac62
1 changed files with 23 additions and 0 deletions
|
@ -4718,6 +4718,29 @@ jsoniter and variable type declarations (if any). jsoniter interfaces gives
|
|||
router.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-github-com-justinas-alice
|
||||
(package
|
||||
(name "go-github-com-justinas-alice")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/justinas/alice")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "19l88vi13rqyhjl100zd5z26ghy4iln74kqfd3hsmd2nydz7manz"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/justinas/alice"))
|
||||
(home-page "https://github.com/justinas/alice")
|
||||
(synopsis "Middleware chaining for Golang")
|
||||
(description
|
||||
"Package alice provides a convenient way to chain HTTP handlers.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-kolo-xmlrpc
|
||||
(package
|
||||
(name "go-github-com-kolo-xmlrpc")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue