gnu: Add erlang-tdiff.

* gnu/packages/erlang-xyz.scm (erlang-tdiff): New variable.

Change-Id: Id4a8d03fe69a024b38653c7f71ca0fdcad401f7a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Giacomo Leidi 2025-09-12 18:46:11 +02:00 committed by Ludovic Courtès
parent c9fac38f83
commit fb6a2b76b0
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -426,6 +426,22 @@ implementation.")
(home-page "https://hex.pm/packages/stringprep")
(license license:asl2.0)))
(define-public erlang-tdiff
(package
(name "erlang-tdiff")
(version "0.1.2")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "tdiff" version))
(sha256
(base32 "0xbq7p9ii2kp49ms1kylj92ih2jiwvqwimb8jy4aalljz5lf3hp0"))))
(build-system rebar-build-system)
(synopsis "Difference library")
(description "This package provides a difference library.")
(home-page "https://hex.pm/packages/tdiff")
(license license:lgpl2.0)))
(define-public erlang-cache-tab
(package
(name "erlang-cache-tab")