diff options
| author | Giacomo Leidi <goodoldpaul@autistici.org> | 2025-09-21 20:59:27 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-09-30 08:43:45 +0200 |
| commit | b8ab03b9a853cb41bb6d32e6e16ed4de629322a2 (patch) | |
| tree | 1a90517828fa6e8315d6e10ccbca9270d816b31a /gnu/packages | |
| parent | 500f5e37d27af315cd22b3c51e27f1400e57ce09 (diff) | |
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>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/elixir-web.scm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/packages/elixir-web.scm b/gnu/packages/elixir-web.scm index 4dbfe2f30ee..550e52a88f9 100644 --- a/gnu/packages/elixir-web.scm +++ b/gnu/packages/elixir-web.scm | |||
| @@ -57,6 +57,27 @@ apps.") | |||
| 57 | (home-page "https://hexdocs.pm/bandit/") | 57 | (home-page "https://hexdocs.pm/bandit/") |
| 58 | (license license:expat))) | 58 | (license license:expat))) |
| 59 | 59 | ||
| 60 | (define-public elixir-con-cache | ||
| 61 | (package | ||
| 62 | (name "elixir-con-cache") | ||
| 63 | (version "1.1.1") | ||
| 64 | (source | ||
| 65 | (origin | ||
| 66 | (method url-fetch) | ||
| 67 | (uri (hexpm-uri "con_cache" version)) | ||
| 68 | (sha256 | ||
| 69 | (base32 "05dfx20f6sncxcpmld7s3gc4jmibkyhn1g2vbg3n8r99xhdlvvqx")))) | ||
| 70 | (build-system mix-build-system) | ||
| 71 | (propagated-inputs (list erlang-telemetry)) | ||
| 72 | (synopsis | ||
| 73 | "ETS based key-value storage") | ||
| 74 | (description | ||
| 75 | "This package provides @code{con_cache}, an ETS based key-value storage | ||
| 76 | with support for row-level isolated writes, TTL auto-purge, and modification | ||
| 77 | callbacks.") | ||
| 78 | (home-page "https://hexdocs.pm/con_cache/") | ||
| 79 | (license license:expat))) | ||
| 80 | |||
| 60 | ;; This package lives here to avoid module level circular dependencies as it | 81 | ;; This package lives here to avoid module level circular dependencies as it |
| 61 | ;; depends on elixir-plug. | 82 | ;; depends on elixir-plug. |
| 62 | (define-public elixir-ecto-shorts | 83 | (define-public elixir-ecto-shorts |
