mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-mufti1-interconv: Improve package style.
* gnu/packages/golang.scm (go-github-com-mufti1-interconv) [arguments] <skip-build?>: No go files in project's root. <unpack-path>: Remove it. <import-path>: Adjust accordingly to expected go.mod path. [description]: Add a list of supported types. Change-Id: Id0c63a4d36f313bac72e231c68db0e64c07e7297
This commit is contained in:
parent
21e4d4c626
commit
9970a5e0fa
1 changed files with 24 additions and 3 deletions
|
@ -1226,11 +1226,32 @@ networks where it would otherwise be blocked or heavily throttled.")
|
||||||
(base32 "13f5pvr74afa28pbpmgvjzjx68vv5zmrwlvxp7hr5bl5625zlxmy"))))
|
(base32 "13f5pvr74afa28pbpmgvjzjx68vv5zmrwlvxp7hr5bl5625zlxmy"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:unpack-path "github.com/mufti1/interconv"
|
(list
|
||||||
#:import-path "github.com/mufti1/interconv/package"))
|
#:skip-build? #t
|
||||||
|
#:import-path "github.com/mufti1/interconv"))
|
||||||
(home-page "https://github.com/mufti1/interconv")
|
(home-page "https://github.com/mufti1/interconv")
|
||||||
(synopsis "Data type converter")
|
(synopsis "Data type converter")
|
||||||
(description "InterConv converts interfaces into any data type.")
|
(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))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public go-github-com-operatorfoundation-monolith-go
|
(define-public go-github-com-operatorfoundation-monolith-go
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue