mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add go-github-com-vitrun-qart-gf256.
* gnu/packages/syncthing.scm (go-github-com-vitrun-qart-gf256): New variable.
This commit is contained in:
parent
292a6b0d16
commit
6934827a3e
1 changed files with 26 additions and 0 deletions
|
@ -630,6 +630,32 @@ (define-public go-github-com-vitrun-qart-coding
|
||||||
(home-page "https://github.com/vitrun/qart/")
|
(home-page "https://github.com/vitrun/qart/")
|
||||||
(license bsd-3))))
|
(license bsd-3))))
|
||||||
|
|
||||||
|
(define-public go-github-com-vitrun-qart-gf256
|
||||||
|
(let ((commit "bf64b92db6b05651d6c25a3dabf2d543b360c0aa")
|
||||||
|
(revision "0"))
|
||||||
|
(package
|
||||||
|
(name "go-github-com-vitrun-qart-gf256")
|
||||||
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/vitrun/qart")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (string-append "go-github-com-vitrun-qart-"
|
||||||
|
version "-checkout"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1xk7qki703xmay9ghi3kq2bjf1iw9dz8wik55739d6i7sn77vvkc"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:import-path "github.com/vitrun/qart/gf256"
|
||||||
|
#:unpack-path "github.com/vitrun/qart"))
|
||||||
|
(synopsis "Qart library for Galois Field GF(256) math")
|
||||||
|
(description "This package, a component of @code{qart}, provides @code{gf256},
|
||||||
|
implements arithmetic over the Galois Field GF(256).")
|
||||||
|
(home-page "https://github.com/vitrun/qart")
|
||||||
|
(license bsd-3))))
|
||||||
|
|
||||||
(define-public go-golang-org-x-sys-unix
|
(define-public go-golang-org-x-sys-unix
|
||||||
(let ((commit "f3918c30c5c2cb527c0b071a27c35120a6c0719a")
|
(let ((commit "f3918c30c5c2cb527c0b071a27c35120a6c0719a")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
Loading…
Reference in a new issue