mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add erlang-ranch.
* gnu/packages/erlang-xyz.scm (erlang-ranch): New variable. Change-Id: I38d6ae08444ae214e13eb27b5aed8e29a9121786 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
6135b613e4
commit
294b49ddc1
1 changed files with 18 additions and 0 deletions
|
@ -278,6 +278,24 @@ Erlang and Elixir.")
|
||||||
(home-page "https://hex.pm/packages/p1_pgsql")
|
(home-page "https://hex.pm/packages/p1_pgsql")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public erlang-ranch
|
||||||
|
(package
|
||||||
|
(name "erlang-ranch")
|
||||||
|
(version "2.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "ranch" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1rzqykpqfiwagmym523yzzxk5bmxsfl9x9cp8652300cg2hrj2zs"))))
|
||||||
|
(build-system rebar-build-system)
|
||||||
|
(synopsis "Socket acceptor pool for TCP protocols.")
|
||||||
|
(description "Ranch aims to provide everything you need to accept TCP
|
||||||
|
connections with a small code base and low latency while being easy to use
|
||||||
|
directly as an application or to embed into your own.")
|
||||||
|
(home-page "https://hex.pm/packages/ranch")
|
||||||
|
(license license:isc)))
|
||||||
|
|
||||||
(define-public erlang-sqlite3
|
(define-public erlang-sqlite3
|
||||||
(package
|
(package
|
||||||
(name "erlang-sqlite3")
|
(name "erlang-sqlite3")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue