# Copyright 2023 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-rolling-ament-index-cpp"; version = "1.6.0-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/ament_index-release/archive/release/rolling/ament_index_cpp/1.6.0-1.tar.gz"; name = "1.6.0-1.tar.gz"; sha256 = "ac1a149a7a46de64c806c5e4b5b2ee0f723ec69e5994178e3f5e08c3d9a44964"; }; buildType = "ament_cmake"; buildInputs = [ 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 ]; }; }