guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

50/62: gnu: Add go-github-com-xtaci-smux.


From: Leo Famulari
Subject: 50/62: gnu: Add go-github-com-xtaci-smux.
Date: Thu, 12 Oct 2017 21:43:43 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 3ce463908af55d8711f7f802b3f7414de5d20185
Author: Leo Famulari <address@hidden>
Date:   Wed Oct 11 20:18:25 2017 -0400

    gnu: Add go-github-com-xtaci-smux.
    
    * gnu/packages/syncthing.scm (go-github-com-xtaci-smux): New variable.
---
 gnu/packages/syncthing.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index acfa1e0..899e4e6 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1319,6 +1319,34 @@ rolling hash.")
       (home-page "https://github.com/templexxx/xor";)
       (license expat))))
 
+(define-public go-github-com-xtaci-smux
+  (let ((commit "0f6b9aaecaaf354357adc7def9239011ad276776")
+        (revision "0"))
+    (package
+      (name "go-github-com-xtaci-smux")
+      (version (git-version "0.0.0" revision commit))
+      (source
+        (origin
+          (method git-fetch)
+          (uri (git-reference
+                 (url "https://github.com/xtaci/smux.git";)
+                 (commit commit)))
+          (file-name (git-file-name name version))
+          (sha256
+           (base32
+            "0wx9j0id2f5iqvyalhm4i80fr9k25klr7qqj8sd9acwp5vfl5fas"))))
+      (build-system go-build-system)
+      (propagated-inputs
+       `(("go-github-com-pkg-errors" ,go-github-com-pkg-errors)))
+      (arguments
+       '(#:import-path "github.com/xtaci/smux"))
+      (synopsis "Network multiplexing in Go")
+      (description "Smux ( Simple MUltipleXing) is a multiplexing library for
+Golang.  It relies on an underlying connection to provide reliability and
+ordering, such as TCP or KCP, and provides stream-oriented multiplexing.")
+      (home-page "https://github.com/xtaci/smux";)
+      (license expat))))
+
 (define-public go-github-com-pkg-errors
   (let ((commit "ff09b135c25aae272398c51a07235b90a75aa4f0")
         (revision "0"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]