all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69216] [PATCH] gnu: Add go-github-com-coocood-freecache.
@ 2024-02-18 12:45 Troy Figiel
  2024-02-19 23:50 ` bug#69216: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Troy Figiel @ 2024-02-18 12:45 UTC (permalink / raw)
  To: 69216

* gnu/packages/golang-xyz.scm (go-github-com-coocood-freecache): New variable.
---
 gnu/packages/golang-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index b0a5955405..ab9127f588 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -264,6 +264,33 @@ (define-public go-github-com-burntsushi-toml
 similar to Go's standard library @code{json} and @code{xml} package.")
     (license license:expat)))
 
+(define-public go-github-com-coocood-freecache
+  (package
+    (name "go-github-com-coocood-freecache")
+    (version "1.2.4")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/coocood/freecache")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0iw0s07qy8g1lncwl524c524wh56djl0vn6i3bm91cnwzav7ihjl"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/coocood/freecache"))
+    (propagated-inputs (list go-github-com-cespare-xxhash))
+    (home-page "https://github.com/coocood/freecache")
+    (synopsis "Caching library for Go")
+    (description
+     "This library provides caching capabilities for Go with no garbage
+collection overhead and high concurrent performance.  An unlimited number of
+objects can be cached in memory without increased latency or degraded
+throughput.")
+    (license license:expat)))
+
 (define-public go-github-com-coreos-go-systemd-activation
   (package
     (name "go-github-com-coreos-go-systemd-activation")

base-commit: 2f1ed825afa535693f7fe32b9e3e9128cc8f99c9
-- 
2.42.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#69216: [PATCH] gnu: Add go-github-com-coocood-freecache.
  2024-02-18 12:45 [bug#69216] [PATCH] gnu: Add go-github-com-coocood-freecache Troy Figiel
@ 2024-02-19 23:50 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-02-19 23:50 UTC (permalink / raw)
  To: 69216-done

[-- Attachment #1: Type: text/plain, Size: 78 bytes --]



Hi,

Pushed as f5de1f96ed46c427b67d78304977884ff7165538 to master.

--
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-19 23:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-18 12:45 [bug#69216] [PATCH] gnu: Add go-github-com-coocood-freecache Troy Figiel
2024-02-19 23:50 ` bug#69216: " Sharlatan Hellseher

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.