# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, libyaml, libyaml-vendor, mimick-vendor, osrf-testing-tools-cpp, performance-test-fixture, rcpputils, rcutils }: buildRosPackage { pname = "ros-foxy-rcl-yaml-param-parser"; version = "1.1.11-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/rcl-release/archive/release/foxy/rcl_yaml_param_parser/1.1.11-1.tar.gz"; name = "1.1.11-1.tar.gz"; sha256 = "edab70c9ee338e5e3353d32505b46ea5bf8ec9a4ff0b203054dda9c1a2358651"; }; buildType = "ament_cmake"; buildInputs = [ rcutils ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common mimick-vendor osrf-testing-tools-cpp performance-test-fixture rcpputils ]; propagatedBuildInputs = [ libyaml libyaml-vendor ]; nativeBuildInputs = [ ament-cmake-ros ]; meta = { description = ''Parse a YAML parameter file and populate the C data structure.''; license = with lib.licenses; [ asl20 ]; }; }