1 { lib, stdenvNoCC, fetchurl }:
3 stdenvNoCC.mkDerivation rec {
8 url = "https://github.com/Stiffstream/restinio/releases/download/v.${version}/${pname}-${version}.tar.bz2";
9 hash = "sha256-fyHuvrlm4XDWq1TpsZiskn1DkJASFzngN8D6O7NnskA=";
18 mv restinio-*/dev/restinio $out/include
24 description = "Cross-platform, efficient, customizable, and robust asynchronous HTTP/WebSocket server C++14 library";
25 homepage = "https://github.com/Stiffstream/restinio";
26 license = licenses.bsd3;
27 platforms = platforms.all;