mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
37d88861a2
commit
3312174811
1 changed files with 17 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue