8 name = "${pname}-${version}";
9 url = "https://github.com/Stiffstream/restinio/releases/download/v.${version}/${pname}-${version}.tar.bz2";
10 hash = "sha256-8A13r3Qsn5S+kVWLPENoOjqz2tPMxSo6EWBvHG1cTAE=";
15 mv $out/restinio-*/dev/restinio $out/include
20 description = "Cross-platform, efficient, customizable, and robust asynchronous HTTP/WebSocket server C++14 library";
21 homepage = "https://github.com/Stiffstream/restinio";
22 license = licenses.bsd3;
23 platforms = platforms.all;