gnu: Add elixir-beam-file.

* gnu/packages/elixir-xyz.scm (elixir-beam-file): New variable.

Change-Id: I0d573a27ff7c24764ce7ddd8a556e059c5b8cbfe
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Giacomo Leidi 2025-09-15 14:28:18 +02:00 committed by Ludovic Courtès
parent b9afc8acb4
commit cfaa90f8e2
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -207,6 +207,25 @@ that writes and updates tests for you.")
(home-page "https://hexdocs.pm/assert_value/")
(license license:expat)))
(define-public elixir-beam-file
(package
(name "elixir-beam-file")
(version "0.6.2")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "beam_file" version))
(sha256
(base32 "0mlwrh5sxvz36qqqwbyhqz9xyx93c3bv04vjmpf4wrxdba79xa89"))))
(build-system mix-build-system)
(native-inputs
(list elixir-excoveralls elixir-recode))
(synopsis "Interface to the BEAM file format and a decompiler")
(description "This package implements an interface to the BEAM file format
and a decompiler.")
(home-page "https://hexdocs.pm/beam_file/")
(license license:expat)))
(define-public elixir-brex-result
(package
(name "elixir-brex-result")