mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-zstream.
* gnu/packages/elixir-xyz.scm (elixir-zstream): New variable. Change-Id: I27c0e9d41a487748dc400937b3307f11cf1f64fe Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
abb1b7f03b
commit
c949bf94bb
1 changed files with 18 additions and 0 deletions
|
@ -834,6 +834,24 @@ functional way.")
|
|||
(home-page "https://hexdocs.pm/zest/")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public elixir-zstream
|
||||
(package
|
||||
(name "elixir-zstream")
|
||||
(version "0.6.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "zstream" version))
|
||||
(sha256
|
||||
(base32 "0kb3il3z52v4cdbsd8785qxx8qsnfm2d1hb9rcfdmz0cy3h3mi28"))))
|
||||
(build-system mix-build-system)
|
||||
(native-inputs
|
||||
(list elixir-excoveralls))
|
||||
(synopsis "Streaming zip file writer and reader")
|
||||
(description "This package provides a streaming zip file writer and reader.")
|
||||
(home-page "https://hexdocs.pm/zstream/")
|
||||
(license license:expat)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue