summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-11-09 21:56:29 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-22 15:17:58 +0000
commit744e710f3384a7b4866ddc9d6f7ed1dad5bfb848 (patch)
treeee16e81cc5f67a7720b04c450a660a039ca6552e
parentf37b063ff33e3203a8c973329b18906be3c26af6 (diff)
gnu: Add go-github-com-songgao-packets.
* gnu/packages/golang-xyz.scm (go-github-com-songgao-packets): New variable. Change-Id: I39d727e3861056aed076391e225c1d7e4b85d996
-rw-r--r--gnu/packages/golang-xyz.scm25
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 052e8d821ba..8eb2b154c7f 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -20091,6 +20091,31 @@ GNU/Linux, this is a proxy for the @command{xdg-open} command.")
@url{https://github.com/tree-sitter/tree-sitter, tree-sitter} in Golang.")
(license license:expat)))
+(define-public go-github-com-songgao-packets
+ (package
+ (name "go-github-com-songgao-packets")
+ (version "0.0.0-20160404182456-549a10cd4091")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/songgao/packets")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0wf8vslmdh6aj70d3w7h8bibjslgrlyalsccqx0ax5xq7fzqmsjr"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:skip-build? #t
+ #:import-path "github.com/songgao/packets"))
+ (home-page "https://github.com/songgao/packets")
+ (synopsis "Parsing and constructing common network packets for Golang")
+ (description
+ "This package implements a functionality to parse and construct common
+ network packets.")
+ (license license:bsd-3)))
+
(define-public go-github-com-songgao-water
(package
(name "go-github-com-songgao-water")