mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-kpango-fastime.
* gnu/packages/golang-xyz.scm (go-github-com-kpango-fastime): New variable. Change-Id: I79bf2cd7d0a3a29d2718788184560c0cfe406e4f
This commit is contained in:
parent
377359315f
commit
f5ae687319
1 changed files with 24 additions and 0 deletions
|
@ -4061,6 +4061,30 @@ very eas to use.")
|
||||||
(list
|
(list
|
||||||
#:import-path "github.com/klauspost/cpuid/v2"))))
|
#:import-path "github.com/klauspost/cpuid/v2"))))
|
||||||
|
|
||||||
|
(define-public go-github-com-kpango-fastime
|
||||||
|
(package
|
||||||
|
(name "go-github-com-kpango-fastime")
|
||||||
|
(version "1.1.9")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/kpango/fastime")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "18f1p5wf0zf73ky0h2hqfa6b6zryf7pq7k2r02if673x7bjlbp9h"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/kpango/fastime"))
|
||||||
|
(home-page "https://github.com/kpango/fastime")
|
||||||
|
(synopsis "Fast time function library for Go")
|
||||||
|
(description
|
||||||
|
"@code{fastime} is a time function library for Go with zero memory
|
||||||
|
allocation. @code{fastime} is returning the approximate time.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-kr-pretty
|
(define-public go-github-com-kr-pretty
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-kr-pretty")
|
(name "go-github-com-kr-pretty")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue