M gnu/packages/elixir-xyz.scm => gnu/packages/elixir-xyz.scm +19 -0
@@ 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")