gnu: Add elixir-table.

* gnu/packages/elixir-databases.scm (elixir-table): New variable.

Change-Id: Iaee94fe7d33cebc88785bc437c58bf672c46f823
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Giacomo Leidi 2025-09-16 11:05:58 +02:00 committed by Ludovic Courtès
parent 37d88861a2
commit 3312174811
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -93,3 +93,20 @@ for Elixir.")
configuration-driven @code{Ecto} schema extensibility.")
(home-page "https://hexdocs.pm/exto/")
(license license:asl2.0)))
(define-public elixir-table
(package
(name "elixir-table")
(version "0.1.2")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "table" version))
(sha256
(base32 "0aah0rkq6ikl1w359n65rmhk0p0npwj0fr35grf321pqzrzbr6by"))))
(build-system mix-build-system)
(synopsis "Unified access to tabular data")
(description "This package provides @code{elixir-table}, a library that
implements unified access to tabular data.")
(home-page "https://hexdocs.pm/table/")
(license license:asl2.0)))