mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-con-cache.
* gnu/packages/elixir-web.scm (elixir-con-cache): New variable. Change-Id: I9b26822f527f4553be65187c5c5f4ecab070713d Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
500f5e37d2
commit
b8ab03b9a8
1 changed files with 21 additions and 0 deletions
|
@ -57,6 +57,27 @@ apps.")
|
||||||
(home-page "https://hexdocs.pm/bandit/")
|
(home-page "https://hexdocs.pm/bandit/")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public elixir-con-cache
|
||||||
|
(package
|
||||||
|
(name "elixir-con-cache")
|
||||||
|
(version "1.1.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "con_cache" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "05dfx20f6sncxcpmld7s3gc4jmibkyhn1g2vbg3n8r99xhdlvvqx"))))
|
||||||
|
(build-system mix-build-system)
|
||||||
|
(propagated-inputs (list erlang-telemetry))
|
||||||
|
(synopsis
|
||||||
|
"ETS based key-value storage")
|
||||||
|
(description
|
||||||
|
"This package provides @code{con_cache}, an ETS based key-value storage
|
||||||
|
with support for row-level isolated writes, TTL auto-purge, and modification
|
||||||
|
callbacks.")
|
||||||
|
(home-page "https://hexdocs.pm/con_cache/")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
;; This package lives here to avoid module level circular dependencies as it
|
;; This package lives here to avoid module level circular dependencies as it
|
||||||
;; depends on elixir-plug.
|
;; depends on elixir-plug.
|
||||||
(define-public elixir-ecto-shorts
|
(define-public elixir-ecto-shorts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue