11 stdenv.mkDerivation rec {
12 pname = "libnghttp2_asio";
13 version = "unstable-2022-08-11";
21 src = fetchFromGitHub {
23 repo = "nghttp2-asio";
24 rev = "e877868abe06a83ed0a6ac6e245c07f6f20866b5";
25 hash = "sha256-XQXRHLz0kvaIQq1nbqkJnETHR51FXMB1P9F/hQeZh6A=";
39 description = "High level HTTP/2 C++ library";
41 libnghttp2_asio is C++ library built on top of libnghttp2
42 and provides high level abstraction API to build HTTP/2
43 applications. It depends on the Boost::ASIO library and
44 OpenSSL. libnghttp2_asio provides both client and server APIs.
46 homepage = "https://github.com/nghttp2/nghttp2-asio";
47 license = with licenses; [ mit ];
48 maintainers = with maintainers; [ izorkin ];