mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-hpax.
* gnu/packages/elixir-web.scm (elixir-hpax): New variable. Change-Id: Ifbf10895de9f6174b8ded897d3f672f6220347a6 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
5f9aee1a16
commit
e7dbbb9a7e
1 changed files with 24 additions and 0 deletions
|
@ -95,6 +95,30 @@ in HTTP/2.")
|
|||
(home-page "https://hexdocs.pm/hpack/")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public elixir-hpax
|
||||
(package
|
||||
(name "elixir-hpax")
|
||||
(version "1.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "hpax" version))
|
||||
(sha256
|
||||
(base32 "0jpkgn2abg0pr1anw7p9v3dkbbwlx243b92brv11hncdz8f6xawf"))))
|
||||
(build-system mix-build-system)
|
||||
(native-inputs
|
||||
(list erlang-coveralls
|
||||
elixir-excoveralls))
|
||||
(propagated-inputs
|
||||
(list elixir-castore
|
||||
elixir-hpack
|
||||
elixir-stream-data))
|
||||
(synopsis "Implementation of the HPACK protocol (RFC 7541) for Elixir")
|
||||
(description "This package provides @code{elixir-hpax}, an implementation of
|
||||
the HPACK protocol (RFC 7541) for Elixir.")
|
||||
(home-page "https://hexdocs.pm/hpax/")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public elixir-plug-crypto
|
||||
(package
|
||||
(name "elixir-plug-crypto")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue