me
/
guix
Archived
1
0
Fork 0

gnu: Add erlang-eredis.

* gnu/packages/erlang-xyz.scm (erlang-eredis): New variable.

Change-Id: I58fcb6d9b2aa75375dcc2c93b24b5dff0415ca56
Signed-off-by: Andrew Tropin <andrew@trop.in>
master
Igor Goryachev via Guix-patches via 2024-08-05 13:45:02 +03:00 committed by Andrew Tropin
parent dee3d2f787
commit 6158472d8e
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 19 additions and 0 deletions

View File

@ -577,6 +577,25 @@ support.")
(home-page "https://hex.pm/packages/epam")
(license license:asl2.0)))
(define-public erlang-eredis
(package
(name "erlang-eredis")
(version "1.7.1")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "eredis" version))
(sha256
(base32 "1h9wihjqs4fmgr5ihqpisf7k99h006dsf71lygp5zmgycv2m8avw"))))
(build-system rebar-build-system)
(synopsis
"Non-blocking Redis client with focus on performance and robustness")
(description
"This package provides non-blocking Redis client for Erlang with focus
on performance and robustness.")
(home-page "https://hex.pm/packages/eredis")
(license license:expat)))
(define-public erlang-unicode-util-compat
(package
(name "erlang-unicode-util-compat")