mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-stream-data.
* gnu/packages/elixir-xyz.scm (elixir-stream-data): New variable. Change-Id: I42722785e8db9471b47bce8be6253604a3791589 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c2a0141d76
commit
a12bc577a1
1 changed files with 19 additions and 0 deletions
|
@ -741,6 +741,25 @@ parser for Elixir.")
|
||||||
(home-page "https://hexdocs.pm/spitfire/")
|
(home-page "https://hexdocs.pm/spitfire/")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public elixir-stream-data
|
||||||
|
(package
|
||||||
|
(name "elixir-stream-data")
|
||||||
|
(version "1.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "stream_data" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1vd9i4zvg4nwk0bf17yss4r4pcd58f4zdva38qqj0sa6wdp58p7b"))))
|
||||||
|
(build-system mix-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list elixir-excoveralls))
|
||||||
|
(synopsis "Data generation and property-based testing for Elixir")
|
||||||
|
(description "@code{StreamData} is an Elixir library for data generation and
|
||||||
|
property-based testing.")
|
||||||
|
(home-page "https://hexdocs.pm/stream_data/")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public elixir-text-diff
|
(define-public elixir-text-diff
|
||||||
(package
|
(package
|
||||||
(name "elixir-text-diff")
|
(name "elixir-text-diff")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue