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