mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-ex-ulid.
* gnu/packages/elixir-xyz.scm (elixir-ex-ulid): New variable. Change-Id: Iec422522579b82630f9b7e9a4f91b09c01a99c37 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
501c9c196b
commit
5b3c45f7c7
1 changed files with 19 additions and 0 deletions
|
@ -401,6 +401,25 @@ things like Dialyzer errors and Observer.")
|
|||
(home-page "https://hexdocs.pm/erlex/")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public elixir-ex-ulid
|
||||
(package
|
||||
(name "elixir-ex-ulid")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "ex_ulid" version))
|
||||
(sha256
|
||||
(base32 "0q08y8xw2q4dr1w6g3rcyjlgib2w2wz26znycfan7i7bg93zvgm2"))))
|
||||
(build-system mix-build-system)
|
||||
(synopsis
|
||||
"Provides an ULID implementation in Elixir")
|
||||
(description
|
||||
"This package provides @code{elixir-ex-ulid} an implementation of
|
||||
Universally Unique Lexicographically Sortable Identifier (ULID).")
|
||||
(home-page "https://hexdocs.pm/ex_ulid/")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public elixir-dialyxir
|
||||
(package
|
||||
(name "elixir-dialyxir")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue