mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
c9fac38f83
commit
fb6a2b76b0
1 changed files with 16 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue