mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-mufti1-interconv: Move to golang-xzy.
* gnu/packages/golang.scm (go-github-com-mufti1-interconv): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ib56be0346c4f218228f5ad68ca02ed82bfac5820
This commit is contained in:
parent
9970a5e0fa
commit
d307c92de1
2 changed files with 46 additions and 46 deletions
|
@ -1208,52 +1208,6 @@ form that bypasses network filtering, allowing the application to work on
|
|||
networks where it would otherwise be blocked or heavily throttled.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-mufti1-interconv
|
||||
(let ((commit "d7c72925c6568d60d361757bb9f2d252dcca745c")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "go-github-com-mufti1-interconv")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/mufti1/interconv")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "13f5pvr74afa28pbpmgvjzjx68vv5zmrwlvxp7hr5bl5625zlxmy"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:skip-build? #t
|
||||
#:import-path "github.com/mufti1/interconv"))
|
||||
(home-page "https://github.com/mufti1/interconv")
|
||||
(synopsis "Data type converter")
|
||||
(description
|
||||
"InterConv converts interfaces into any data type.
|
||||
|
||||
Data type that can be converted:
|
||||
@itemize
|
||||
@item Int
|
||||
@item Int8
|
||||
@item Int32
|
||||
@item Int16
|
||||
@item Int64
|
||||
@item Float32
|
||||
@item Float64
|
||||
@item Boolean
|
||||
@item String
|
||||
@item Uint
|
||||
@item Uint8
|
||||
@item Uint16
|
||||
@item Uint32
|
||||
@item Uint64
|
||||
@item Uintptr
|
||||
@end itemize")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public go-github-com-operatorfoundation-monolith-go
|
||||
(package
|
||||
(name "go-github-com-operatorfoundation-monolith-go")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue