mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-02 15:25:54 +02: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:
committed by
Ludovic Courtès
parent
501c9c196b
commit
5b3c45f7c7
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user