mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-ham.
* gnu/packages/elixir-xyz.scm (elixir-ham): New variable. Change-Id: Id7e970e45a8605335e5315b8fbb3269b2e5d5812 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
899e38e73e
commit
529522d7f5
1 changed files with 17 additions and 0 deletions
|
@ -633,6 +633,23 @@ including custom structs.")
|
|||
(home-page "https://hexdocs.pm/json_serde/")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public elixir-ham
|
||||
(package
|
||||
(name "elixir-ham")
|
||||
(version "0.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "ham" version))
|
||||
(sha256
|
||||
(base32 "16m6yvr00dri38fcli5fm69rwl2i0mvqdcclbwmx78z5q22cc75p"))))
|
||||
(build-system mix-build-system)
|
||||
(synopsis "Runtime Type checking")
|
||||
(description "This package provides @code{ham}, a library to validate
|
||||
function arguments and return values against their typespecs.")
|
||||
(home-page "https://hexdocs.pm/ham/")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public elixir-igniter
|
||||
(package
|
||||
(name "elixir-igniter")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue