# Copyright 2024 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-jazzy-ament-index-cpp"; version = "1.8.1-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/ament_index-release/archive/release/jazzy/ament_index_cpp/1.8.1-1.tar.gz"; name = "1.8.1-1.tar.gz"; sha256 = "64d33393e3daf648c396f0ea56c3254c81aed40b191f30b0b1587a83bd03d05a"; }; 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 ]; }; }