# Copyright 2020 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-lint-auto, ament-lint-common }: buildRosPackage { pname = "ros-foxy-ament-index-cpp"; version = "1.0.0-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/ament_index-release/archive/release/foxy/ament_index_cpp/1.0.0-1.tar.gz"; name = "1.0.0-1.tar.gz"; sha256 = "9e04ed68d8889c5024f15886430818b405d7b5bc08498c1898371643556624f0"; }; buildType = "ament_cmake"; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''C++ API to access the ament resource index.''; license = with lib.licenses; [ asl20 ]; }; }