diff options
| author | Giacomo Leidi <goodoldpaul@autistici.org> | 2025-09-21 21:02:54 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-09-30 08:43:45 +0200 |
| commit | 22eeef9921772a515a43d363903fe527839eb87a (patch) | |
| tree | a9f6e8d6a47ad98491934bce4ae349fdd1a6093f /gnu/packages | |
| parent | 9840062267f97ff26cb122c58d9cc6a886abbc25 (diff) | |
gnu: Add elixir-httparrot.
* gnu/packages/elixir-web.scm (elixir-httparrot): New variable.
Change-Id: If4ba8c4196761c2ee62e38f58ed366b590435cfa
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/elixir-web.scm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu/packages/elixir-web.scm b/gnu/packages/elixir-web.scm index fff74b472c7..c6ac96869a2 100644 --- a/gnu/packages/elixir-web.scm +++ b/gnu/packages/elixir-web.scm | |||
| @@ -214,6 +214,32 @@ the HPACK protocol (RFC 7541) for Elixir.") | |||
| 214 | (home-page "https://hexdocs.pm/hpax/") | 214 | (home-page "https://hexdocs.pm/hpax/") |
| 215 | (license license:asl2.0))) | 215 | (license license:asl2.0))) |
| 216 | 216 | ||
| 217 | (define-public elixir-httparrot | ||
| 218 | (package | ||
| 219 | (name "elixir-httparrot") | ||
| 220 | (version "1.4.0") | ||
| 221 | (source | ||
| 222 | (origin | ||
| 223 | (method git-fetch) | ||
| 224 | (uri (git-reference | ||
| 225 | (url "https://github.com/edgurgel/httparrot.git") | ||
| 226 | (commit (string-append "v" version)))) | ||
| 227 | (file-name (git-file-name name version)) | ||
| 228 | (sha256 | ||
| 229 | (base32 "0grbqr41c6lf34k8q69v5ki6mlxwwkvgpjv5l7gmwfb8jmwbn6p7")))) | ||
| 230 | (build-system mix-build-system) | ||
| 231 | (native-inputs | ||
| 232 | (list elixir-earmark erlang-meck)) | ||
| 233 | (propagated-inputs | ||
| 234 | (list elixir-con-cache erlang-cowboy elixir-exjsx)) | ||
| 235 | (synopsis "HTTP Request & Response Server") | ||
| 236 | (description "HTTP server built on top of Cowboy using (mostly) | ||
| 237 | @code{cowboy_rest} handlers to serve useful endpoints for testing | ||
| 238 | purposes. Its goal is to be as close as possible to | ||
| 239 | @uref{http://httpbin.org, HTTPBin}.") | ||
| 240 | (home-page "https://hexdocs.pm/httparrot/") | ||
| 241 | (license license:expat))) | ||
| 242 | |||
| 217 | (define-public elixir-mint | 243 | (define-public elixir-mint |
| 218 | (package | 244 | (package |
| 219 | (name "elixir-mint") | 245 | (name "elixir-mint") |
