mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-23 15:30:18 +03:00
regenerate all distros, Fri Dec 9 19:20:14 2022
This commit is contained in:
parent
7e1d0c704e
commit
3641ae391d
1163 changed files with 26719 additions and 915 deletions
26
distros/rolling/async-web-server-cpp/default.nix
Normal file
26
distros/rolling/async-web-server-cpp/default.nix
Normal file
|
@ -0,0 +1,26 @@
|
|||
|
||||
# Copyright 2022 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, boost, launch-testing, openssl, python3Packages }:
|
||||
buildRosPackage {
|
||||
pname = "ros-rolling-async-web-server-cpp";
|
||||
version = "2.0.0-r2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/async_web_server_cpp-release/archive/release/rolling/async_web_server_cpp/2.0.0-2.tar.gz";
|
||||
name = "2.0.0-2.tar.gz";
|
||||
sha256 = "a63d093c7c74efb399181c0d1065258afc0d0bca59f9ec8438796838a11ab664";
|
||||
};
|
||||
|
||||
buildType = "catkin";
|
||||
buildInputs = [ ament-cmake-ros openssl ];
|
||||
checkInputs = [ launch-testing python3Packages.websocket-client ];
|
||||
propagatedBuildInputs = [ boost ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
description = ''Asynchronous Web/WebSocket Server in C++'';
|
||||
license = with lib.licenses; [ bsdOriginal ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue