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:
Giacomo Leidi 2025-09-21 20:56:41 +02:00 committed by Ludovic Courtès
parent 899e38e73e
commit 529522d7f5
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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")