[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
55/62: gnu: Add go-github-com-templexxx-reedsolomon.
From: |
Leo Famulari |
Subject: |
55/62: gnu: Add go-github-com-templexxx-reedsolomon. |
Date: |
Thu, 12 Oct 2017 21:43:44 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 478ebb31a96955fc03fcea55a4432976ddb49319
Author: Leo Famulari <address@hidden>
Date: Wed Oct 11 20:22:32 2017 -0400
gnu: Add go-github-com-templexxx-reedsolomon.
* gnu/packages/syncthing.scm (go-github-com-templexxx-reedsolomon): New
variable.
---
gnu/packages/syncthing.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index b728c8f..403ffb6 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1471,6 +1471,30 @@ using sh's word-splitting rules.")
(home-page "https://github.com/kballard/go-shellquote")
(license expat))))
+(define-public go-github-com-templexxx-reedsolomon
+ (package
+ (name "go-github-com-templexxx-reedsolomon")
+ (version "0.1.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/templexxx/reedsolomon.git")
+ (commit version)))
+ (sha256
+ (base32
+ "05yfi6dq2mwaw6jf9vq2qhpw8vb9y94b3zi6mpfcpma262rxdkg4"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/templexxx/reedsolomon"))
+ (propagated-inputs
+ `(("go-github-com-templexxx-cpufeat"
+ ,go-github-com-templexxx-cpufeat)))
+ (synopsis "Reed-Solomon Erasure Coding in Go")
+ (description "This package provides and implemenation of Reed-Solomon
+Erasure Coding in Go.")
+ (home-page "https://github.com/templexxx/reedsolomon")
+ (license expat)))
+
(define-public go-github-com-templexxx-cpufeat
(let ((commit "3794dfbfb04749f896b521032f69383f24c3687e")
(revision "0"))
- 29/62: gnu: Add go-golang-org-x-crypto-bcrypt., (continued)
- 29/62: gnu: Add go-golang-org-x-crypto-bcrypt., Leo Famulari, 2017/10/12
- 51/62: gnu: Add go-golang-org-x-time-rate., Leo Famulari, 2017/10/12
- 30/62: gnu: Add go-golang-org-x-crypto-blowfish., Leo Famulari, 2017/10/12
- 34/62: gnu: Add go-golang-org-x-crypto-cast5., Leo Famulari, 2017/10/12
- 32/62: gnu: Add go-golang-org-x-crypto-tea., Leo Famulari, 2017/10/12
- 40/62: gnu: Add go-golang-org-x-net-internal-iana., Leo Famulari, 2017/10/12
- 41/62: gnu: Add go-golang-org-x-net-ipv6., Leo Famulari, 2017/10/12
- 44/62: gnu: Add go-golang-org-x-text-unicode-norm., Leo Famulari, 2017/10/12
- 47/62: gnu: Add go-github-com-chmduquesne-rollinghash-adler32., Leo Famulari, 2017/10/12
- 53/62: gnu: Add go-github-com-kballard-go-shellquote., Leo Famulari, 2017/10/12
- 55/62: gnu: Add go-github-com-templexxx-reedsolomon.,
Leo Famulari <=
- 46/62: gnu: Add go-github-com-ccding-go-stun., Leo Famulari, 2017/10/12
- 43/62: gnu: Add go-golang-org-x-text-transform., Leo Famulari, 2017/10/12
- 59/62: gnu: Add go-github-com-vitrun-qart-union., Leo Famulari, 2017/10/12
- 22/62: gnu: Add go-github-com-petermattis-goid., Leo Famulari, 2017/10/12
- 35/62: gnu: Add go-golang-org-x-crypto-twofish., Leo Famulari, 2017/10/12
- 36/62: gnu: Add go-golang-org-x-crypto-xtea., Leo Famulari, 2017/10/12
- 48/62: gnu: Add go-github-com-templexxx-xor., Leo Famulari, 2017/10/12
- 56/62: gnu: Add go-github-com-audriusbutkevicius-kcp-go., Leo Famulari, 2017/10/12
- 27/62: gnu: Add go-github-com-vitrun-qart-gf256., Leo Famulari, 2017/10/12
- 28/62: gnu: Add go-github-com-vitrun-qart-qr., Leo Famulari, 2017/10/12