Package: python3-bloom Priority: optional Section: python Installed-Size: 515 Maintainer: William Woodall Architecture: all Version: 0.11.2-100 Depends: python3:any (>= 3.4~), python3-yaml, python3-empy, python3-rosdep (>= 0.15.0), python3-rosdistro (>= 0.8.0), python3-vcstools (>= 0.1.22), python3-setuptools, python3-catkin-pkg (>= 0.4.3) Conflicts: python-bloom Filename: pool/main/p/python3-bloom/python3-bloom_0.11.2-100_all.deb SHA512: 58c6dc0cc8fcb81adbe5ac8ab3cbf0b24adfcf609a4bc735db3b57e7b927057bd1c7fb81b6a81df95f1533fad312c5a44672e55b46dd5111ea24481b29a3ed96 Size: 68996 SHA256: 6b41c57322d6d35730f9e3c3afd929800c22c86e65f1f2ace2bf079e77497878 SHA1: fd382e4195dfb4cb06c2d47c4b541114231e1f6f MD5sum: 48e6fe43c09f864db86ae1bef70ea309 Description: Bloom is a release automation tool. Bloom provides tools for releasing software on top of a git repository and leverages tools and patterns from git-buildpackage. Additionally, bloom leverages meta and build information from catkin (https://github.com/ros/catkin) to automate release branching and the generation of platform specific source packages, like debian's src-debs. Homepage: http://www.ros.org/wiki/bloom Package: python3-catkin-pkg Priority: optional Section: python Installed-Size: 26 Maintainer: Dirk Thomas Architecture: all Version: 1.0.0-100 Depends: python3:any (>= 3.6~), python3-catkin-pkg-modules (>= 1.0.0), python3-dateutil, python3-docutils Conflicts: catkin, python-catkin-pkg Filename: pool/main/p/python3-catkin-pkg/python3-catkin-pkg_1.0.0-100_all.deb SHA512: c0c1757cec7c91939dcd4496f128b1fbd1dbb92a72239c342e5818d93deade2355a035ca428d83c3ab5042d5057195bcc423e5e54bacd4c637477271e76c7ee2 Size: 3920 SHA256: df38f24e396c6664f2759fb4b9bd18e9c7a61e2b35450e787807a28ef3be5b91 SHA1: 012538d8985466141b1112e8bb8748ea8bdd7599 MD5sum: c6ee57fde962060de41361f69f0a394c Description: catkin package library Library for retrieving information about catkin packages. Homepage: http://wiki.ros.org/catkin_pkg Package: python3-catkin-pkg-modules Priority: optional Section: python Installed-Size: 252 Maintainer: Dirk Thomas Architecture: all Version: 1.0.0-1 Replaces: python3-catkin-pkg (<< 0.3.0) Depends: python3:any (>= 3.6~), python3-dateutil, python3-docutils, python3-pyparsing Conflicts: catkin, python3-catkin-pkg (<< 0.3.0) Filename: pool/main/p/python3-catkin-pkg-modules/python3-catkin-pkg-modules_1.0.0-1_all.deb SHA512: 1e8481f1b9485f002a9c96cc0c084de0d5fe9944343576f1ad97cbbe7838c6fa702c6bab5b0ee8805f33f2327741536288bce03c4a8e2bd9beab6e7cdd0bfe7e Size: 43200 SHA256: 303148fbacb632aba1335677d2c26c2e7cc89b6001e689bdca1024de2f9e6b32 SHA1: eda57e4ba03c098e782d5e47f0bbdbedff7baef3 MD5sum: 641e147ddf41a4f138e57f526a63709f Description: catkin package library Library for retrieving information about catkin packages. Homepage: http://wiki.ros.org/catkin_pkg Package: python3-colcon-alias Priority: optional Section: python Installed-Size: 37 Maintainer: Scott K Logan Architecture: all Version: 0.1.0-1 Depends: python3:any (>= 3.6~), python3-colcon-core, python3-filelock, python3-yaml Conflicts: python3-colcon-mixin (<= 0.2.2) Filename: pool/main/p/python3-colcon-alias/python3-colcon-alias_0.1.0-1_all.deb SHA512: 8fef4966b99c19097e6a842ba2e3257f72c9342ccfe4d073e858f9d0afe5a11511bf0aaf284a996e8eb37977d91b04f217ffa299001a7daee43154077834bba1 Size: 6396 SHA256: 9f34497549180aaae4b323bd63e0a339d0113d97c9a73951e95daa1b8320caaa SHA1: b07b229ddd673a48c998129bc77ca7ca0a175d1a MD5sum: 8be579958b186b1adf0df579ad4f63a6 Description: Extension for colcon to create and modify command aliases. colcon-alias ============ . An extension for `colcon-core `_ to create and modify command aliases. . Aliases condense any number of colcon command invocations made up of a verb followed by all associated arguments down to another 'alias' verb. When invoking the alias verb, additional arguments can be appended to the original invocations. . An example alias called 'bat', short for 'build and test':: . $ colcon alias bat --command build --command test Registered command list for alias 'bat': build test $ colcon bat --packages-select colcon-alias Running command alias: colcon build --packages-select colcon-alias ... Running command alias: colcon test --packages-select colcon-alias ... . Another example, an alias for building specific packages:: Homepage: https://github.com/colcon/colcon-alias/ Package: python3-colcon-argcomplete Priority: optional Section: python Installed-Size: 39 Maintainer: Dirk Thomas Architecture: all Version: 0.3.3+upstream-1 Depends: python3:any (>= 3.6~), python3-argcomplete, python3-colcon-core Filename: pool/main/p/python3-colcon-argcomplete/python3-colcon-argcomplete_0.3.3+upstream-1_all.deb SHA512: 792a3999d94d69c2b08f962d2388ee0efd6b0240e5e41b25213e8139796cb2ee336f455db52dfd95b0c344db8ce5dc53372ddebd3004c46ff8edfc10e7fd6113 Size: 5500 SHA256: 1e3b542821afb538f18f1f76dbf96587eeab962d2405b3c82253b3935acf56c4 SHA1: aced430318054253943932f11c2bc07ff0ff422c MD5sum: 35f4d112cd594304511b127a5653ac79 Description: Completion for colcon command lines using argcomplete. colcon-argcomplete ================== . An extension for `colcon-core `_ to provide command line completion using `argcomplete `_. Homepage: https://colcon.readthedocs.io Package: python3-colcon-bash Priority: optional Section: python Installed-Size: 37 Maintainer: Dirk Thomas Architecture: all Version: 0.5.0-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.12.0) Filename: pool/main/p/python3-colcon-bash/python3-colcon-bash_0.5.0-100_all.deb SHA512: 08070668cf1a7de0e5076574d3d04ba9322ccc24077ed87ca3d7921f61eb39ce8c88e1bb41a7c30647eda0eb5fd94b24ef9aee4236d3af1a7e4ba8329b6b581b Size: 5620 SHA256: f9be2fabed8af19f33c53b1778ea0900e6f6f094062c2ce799167470de4b180e SHA1: d3a748e045d57662d1ca2c1728b19a216cb4d599 MD5sum: b3905304459b3bbcab610009c7bf9471 Description: Extension for colcon to provide Bash scripts. colcon-bash =========== . An extension for `colcon-core `_ to provide `Bash `_ scripts. Homepage: https://colcon.readthedocs.io Package: python3-colcon-bazel Priority: optional Section: python Installed-Size: 48 Maintainer: Mickael Gaillard Architecture: all Version: 0.1.0-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.3.9), python3-colcon-library-path, python3-pyparsing Filename: pool/main/p/python3-colcon-bazel/python3-colcon-bazel_0.1.0-100_all.deb SHA512: 2021cc16313f39ebbd0fd202d81059634a8067126cade0b45d703071d6049149ad755e73a4a9bc4d7f62f737d94d375a08a5d2106e322a537428eedc5d1acc89 Size: 8012 SHA256: 8cee3f30afbaf74303497a26f54e2787ff7eae24c50edd090aaeb35a40ae25ea SHA1: ee04355e077bdc01b1647f1e3d555afd46d6a206 MD5sum: e3ed2f81f8a133864f078f707d9080bd Description: Extension for colcon to support Bazel packages. colcon-bazel ============= . [![Travis CI](https://travis-ci.org/colcon/colcon-bazel.svg?branch=master)](https://travis-ci.org/colcon/colcon-bazel) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/colcon/colcon-bazel?svg=true&branch=master)](https://ci.appveyor.com/project/Theosakamg/colcon-bazel) [![codecov](https://codecov.io/gh/colcon/colcon-bazel/branch/master/graph/badge.svg)](https://codecov.io/gh/colcon/colcon-bazel) [![PyPI version](https://img.shields.io/pypi/v/colcon_bazel.svg)](https://pypi.python.org/pypi/colcon_bazel/) . An extension for [colcon-core](https://github.com/colcon/colcon-core) to support [Bazel](https://bazel.build) projects. Homepage: https://colcon.readthedocs.io Package: python3-colcon-cd Priority: optional Section: python Installed-Size: 29 Maintainer: Dirk Thomas Architecture: all Version: 0.1.1-1 Depends: python3:any (>= 3.5~), python3-colcon-core (>= 0.4.1), python3-colcon-package-information Filename: pool/main/p/python3-colcon-cd/python3-colcon-cd_0.1.1-1_all.deb SHA512: a7409d6a93f51102279575e8e93bbc706fe97565cc16bd170d4a2b9caed9670d03a8db5793b0855e233f1decf0f312edf94746d6e7587e3c50f5ceebbc7abb0f Size: 3784 SHA256: dab03b4e9f4ada7a7f4cbbfff5126071bdaffa7d583a4f74c5bae0872296e100 SHA1: 971e871df2699009db30ce98bafeacf611bd026e MD5sum: 2c4edd786e71754b6f0c4f78162b8bca Description: A shell function for colcon to change the current working di colcon-cd ========= . A shell function for `colcon-core `_ to change the current working directory. Package: python3-colcon-clean Priority: optional Section: python Installed-Size: 58 Maintainer: Ruffin White Architecture: all Version: 0.2.0-1 Depends: python3-colcon-core (>= 0.5.2), python3-scantree, python3:any (>= 3.6~) Filename: pool/main/p/python3-colcon-clean/python3-colcon-clean_0.2.0-1_all.deb SHA512: 0d473d515b56e4570c8c988d0320b13227b5d48e4e0c6285571b1103b6db87ae39d945ccd1dcca401a8ce785d23276d04ff26d72a2526fe4af45bde796f5795e Size: 9898 SHA256: a30420cbbf2df7abdda4c94615a9dd65f0e472122d224f9906d390f694b5c3c4 SHA1: cb67e7382247e8c71121e23d840dff715b9a9e6c MD5sum: 6a5b6866e73ab148de56ecdcd8754218 Description: Extension for colcon to clean package workspaces. # colcon-clean . [![GitHub Workflow Status](https://github.com/ruffsl/colcon-clean/actions/workflows/ci.yaml/badge.svg?branch=master&event=push)](https://github.com/ruffsl/colcon-clean/actions/workflows/ci.yaml?query=branch%3Amaster+event%3Apush) [![Codecov](https://codecov.io/gh/ruffsl/colcon-clean/branch/master/graph/badge.svg)](https://codecov.io/gh/ruffsl/colcon-clean) . An extension for [colcon-core](https://github.com/colcon/colcon-core) to clean package workspaces. Enables cleaning of various colcon paths, such as build or install folders, for either the entire workspace or for selected packages with advanced path globing options. In conjunction with [colcon-package-selection](https://github.com/colcon/colcon-package-selection), this extension can help maintain hygienic build environments while leveraging persistent workspaces for caching by allowing users to finely remove stale artifacts, preserving what can be cached during software development. For example, when pulling various changes into a local workspace to review pull requests, this extension can be used to wipe only the build and install paths for affected packages, ensuring subsequent builds are not cross contaminated from previous jobs. . The extension works by providing a convenient wrapper around filesystem deletion, allowing users to specify at which base paths to be cleaned (`build`, `install`, `log`, `test_result`), at what level cleaning should take place (global workspace or per package), and if specified what exact files should (or should not) be removed. . . ## Quick start . Setup, build and test an example colcon workspace: ``` mkdir -p ~/ws/src && cd ~/ws wget https://raw.githubusercontent.com/colcon/colcon.readthedocs.org/main/colcon.repos vcs import src < colcon.repos colcon build colcon test ``` Homepage: https://colcon.readthedocs.io Package: python3-colcon-cmake Priority: optional Section: python Installed-Size: 86 Maintainer: Dirk Thomas, Michel Hidalgo Architecture: all Version: 0.2.28-1 Depends: python3:any (>= 3.6~), cmake, python3-colcon-core (>= 0.5.6), python3-colcon-library-path, python3-colcon-test-result (>= 0.3.3), python3-packaging Filename: pool/main/p/python3-colcon-cmake/python3-colcon-cmake_0.2.28-1_all.deb SHA512: f2abca893c549ade5a133b71fb0b2f245c73f5c411e011838fd20e02aca17b133e0bf0683cf925cf2826748fc780d8a1c652a3f9763ea57628a78e3c4f56c4f2 Size: 15236 SHA256: 352804b30db8862835fded74a4af8c9b9c322358bd03f7ffa8c214bd980b06e3 SHA1: d454570c6a1e754a69c14820342de13626a0ce95 MD5sum: 23a2455779112d5c6738544d2017a6aa Description: Extension for colcon to support CMake packages. colcon-cmake ============ . An extension for `colcon-core `_ to support `CMake `_ projects. Homepage: https://colcon.readthedocs.io Package: python3-colcon-common-extensions Priority: optional Section: python Installed-Size: 21 Maintainer: Dirk Thomas Architecture: all Version: 0.3.0-100 Depends: python3:any (>= 3.6~), python3-colcon-argcomplete, python3-colcon-bash, python3-colcon-cd, python3-colcon-cmake, python3-colcon-core, python3-colcon-defaults, python3-colcon-devtools, python3-colcon-library-path, python3-colcon-metadata, python3-colcon-notification, python3-colcon-output, python3-colcon-package-information, python3-colcon-package-selection, python3-colcon-parallel-executor, python3-colcon-powershell, python3-colcon-python-setup-py, python3-colcon-recursive-crawl, python3-colcon-ros, python3-colcon-test-result, python3-colcon-zsh Recommends: python3-colcon-override-check Filename: pool/main/p/python3-colcon-common-extensions/python3-colcon-common-extensions_0.3.0-100_all.deb SHA512: ba85cea8622892e10b5dabac50080ad37aa22dcd3db8043120828c721dc93d7e6f630506a10013acc1ca76a82219240a46aed6c7559b3744c731c15eba65b984 Size: 2972 SHA256: ee1b13abda1bc6c85509c844cf19103512577df26d0a7cf6841cae990dbd50ee SHA1: cf6094df34776018fd0ee9dc039b71c490e950b3 MD5sum: ab1c7b6b357124ac7c06206178176b1d Description: Meta package aggregating colcon-core and common extensions. colcon-common-extensions ======================== . A meta package aggregating `colcon-core `_ as well as a set of common extensions. Homepage: https://colcon.readthedocs.io Package: python3-colcon-core Priority: optional Section: python Installed-Size: 474 Maintainer: Dirk Thomas Architecture: all Version: 0.20.1+upstream-1 Replaces: colcon Depends: python3:any (>= 3.6~), python3-distlib, python3-empy, python3-packaging, python3-pytest, python3-setuptools (<= 80), python3 (>= 3.8) | python3-importlib-metadata, python3 (>= 3.11) | python3-tomli (>= 1) | python3-toml Recommends: python3-pytest-cov Suggests: python3-pytest-repeat, python3-pytest-rerunfailures Filename: pool/main/p/python3-colcon-core/python3-colcon-core_0.20.1+upstream-1_all.deb SHA512: bea5432b38cc3f4e490b7fd03f9c6f975135bb5b52b14ae87b6c72e55f25303f050ebe033658833b872d6612a6552c7507171e115b3fe6eadec3e5651f67abf7 Size: 71048 SHA256: 5b79babfc26ba944dcaba667870fdea2e12fd28e650e378ba5db5b30f3e7cfa6 SHA1: fadea3bea5652e90f158f7d1988f768e71c36b52 MD5sum: a085e2549f131140ae7e9ebded4a1593 Description: Command line tool to build sets of software packages. colcon - collective construction ================================ . ``colcon`` is a command line tool to improve the workflow of building, testing and using multiple software packages. It automates the process, handles the ordering and sets up the environment to use the packages. . For more information see `colcon.readthedocs.io `_. Homepage: https://colcon.readthedocs.io Package: python3-colcon-coveragepy-result Priority: optional Section: python Installed-Size: 40 Maintainer: Christophe Bedard Architecture: all Version: 0.0.8-100 Depends: python3:any (>= 3.6~), python3-colcon-core, python3-coverage Filename: pool/main/p/python3-colcon-coveragepy-result/python3-colcon-coveragepy-result_0.0.8-100_all.deb SHA512: 9fdc3f7c20d952def9932a4dd60a7a4759bf19f00fad5a30ba64047e64ebd33ebc11e27738f34be0801f131c7f46bd403c9d7632f4727d5388d029e8d42fb680 Size: 6472 SHA256: 6e588aad2b3db1c13a1eb7b2823b93db83b6bc921fb21cd83baac16edd9ddf32 SHA1: f961a63aac8e90bbe45377e664b00a12ee23a506 MD5sum: c027eb151caaed3af51fb658289aa546 Description: colcon extension for collecting coverage.py results # colcon-coveragepy-result . [![PyPI](https://img.shields.io/pypi/v/colcon-coveragepy-result)](https://pypi.org/project/colcon-coveragepy-result/) [![GitHub Action Status](https://github.com/colcon/colcon-coveragepy-result/workflows/Test/badge.svg)](https://github.com/colcon/colcon-coveragepy-result/actions) . A [colcon](https://colcon.readthedocs.io/) extension for collecting [coverage.py](https://coverage.readthedocs.io/en/stable/) results. . ## Usage . 1. Build packages with coverage, e.g. using a [colcon mixin](https://colcon.readthedocs.io/en/released/reference/verb/mixin.html) for [coverage](https://github.com/colcon/colcon-mixin-repository/blob/master/coverage.mixin) ```shell $ colcon build --mixin coverage-pytest ``` 1. Test packages with coverage, again using a mixin ```shell $ colcon test --mixin coverage-pytest ``` 1. Collect coverage results ```shell $ colcon coveragepy-result Homepage: https://colcon.readthedocs.io Package: python3-colcon-defaults Priority: optional Section: python Installed-Size: 34 Maintainer: Dirk Thomas Architecture: all Version: 0.2.8-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.12.0), python3-yaml Filename: pool/main/p/python3-colcon-defaults/python3-colcon-defaults_0.2.8-100_all.deb SHA512: 1aaf2a61bcc1bfbcd5ff76a1d27ec95ab3cc82f255a8808d7cd2cd430f42270a0c8fb3d2ee602e93ce95d92d5bd9e01ea9d5a05b26022875b0abb1fb2e4f7b51 Size: 5744 SHA256: f7b16fbf594baf9590a1330eacd2d91171d2e7cc045cce12e759db26326a1ae4 SHA1: 7efa8c0c599642ab9aed38ba072de8a72dcd193c MD5sum: 8a004af7278b7f88bbe11b7140c5f28d Description: Extension for colcon to read defaults from a config file. colcon-defaults =============== . An extension for `colcon-core `_ to provide custom default values for the command line arguments from a configuration file. . For more information about the format of the configuration file see `colcon.readthedocs.io `_. Homepage: https://colcon.readthedocs.io Package: python3-colcon-devtools Priority: optional Section: python Installed-Size: 34 Maintainer: Dirk Thomas Architecture: all Version: 0.2.4-1 Depends: python3:any (>= 3.5~), python3-colcon-core (>= 0.13.0) Filename: pool/main/p/python3-colcon-devtools/python3-colcon-devtools_0.2.4-1_all.deb SHA512: cac387b5ff4228b4f1e7ebfe71ddc9bdab4d0c82a18745bce7ca7605fb67de3718ae20c945e29f7174d0dd854bdd2a677b91643bbe8fe04ce160bdecbcd3f7aa Size: 4852 SHA256: d75c86c1d472660c889639c1d4c53b062aa8fb853a03e7250e3bb33945d3f77b SHA1: 0d57b8d036a3101a142c5d5033f29d4fb08c7b3b MD5sum: a6253bd5190db25b6443b0aae9f14b91 Description: Extension for colcon to provide information about all extens colcon-devtools =============== . An extension for `colcon-core `_ to provide information about the plugin system. Homepage: https://colcon.readthedocs.io Package: python3-colcon-ed Priority: optional Section: python Installed-Size: 31 Maintainer: Chen Bainian Architecture: all Version: 0.2.2-1 Depends: python3-colcon-core (>= 0.5.2), python3:any (>= 3.5~) Filename: pool/main/p/python3-colcon-ed/python3-colcon-ed_0.2.2-1_all.deb SHA512: 650d6517e68744aeb3504043c62762301a4e214d25c4e1e18dd0043a0a733adc4209b8d6c320dd8d5a6b0160ce26ba5302f7fc375d260b9767677cb61fe3fb51 Size: 5016 SHA256: 43887b334e1f8462ab993b4a593a612b65abc18a19a8941f8d1c8e7072af88fb SHA1: 32f1a0a167650c90b0118e9fcf64b7cf68b25eaf MD5sum: 84fb40325eeb0b9574b5467c8f4a74fb Description: Extension for colcon to edit file in directories. colcon-ed ========= . An extension for `colcon-core `_ to edit a file within a package. . See the `documentation `_ on how to use it. Homepage: https://colcon.readthedocs.io Package: python3-colcon-hardware-acceleration Priority: optional Section: python Installed-Size: 175 Maintainer: Víctor Mayoral-Vilches Architecture: all Version: 0.7.0-1 Depends: python3-colcon-core (>= 0.7.1), python3:any (>= 3.6~) Filename: pool/main/p/python3-colcon-hardware-acceleration/python3-colcon-hardware-acceleration_0.7.0-1_all.deb SHA512: e096ab28517ea465da003ab8dd19ab4004e3acf2ff22931411e4a5537d1b176b44a5e266a922ef0050c0745805c25b4e7ac5df657554700a85d5893125b05bd1 Size: 24520 SHA256: 4f800d5dd270e70b5975dfc9b0baebbd1b3e880a99b0d24e1a2c70ece23bb257 SHA1: 3dffbe5fde2a73f2945053c31f09c9c06ee4b4c3 MD5sum: d49f713e04b21f45786badc797567ecc Description: Extension for colcon to include hardware acceleration Package: python3-colcon-installed-package-information Priority: optional Section: python Installed-Size: 42 Maintainer: Scott K Logan Architecture: all Version: 0.1.0-1 Depends: python3-colcon-core, python3:any (>= 3.5~) Filename: pool/main/p/python3-colcon-installed-package-information/python3-colcon-installed-package-information_0.1.0-1_all.deb SHA512: 1dd2bb7de97601a113bb2d90eb51044725a1e927eb6dbedaee7766b9de31de9ec53dfeb4b3075dffa3a434adaac241ed7d7d0b2c1c4630586f45ab8e5c03df65 Size: 7508 SHA256: e7cbe0d5b5fb3a737a27a3d83dffb83620305e0307a7114b060531027cc52838 SHA1: 44eb0d21bacd87e10889d24c0f20787fc94eff90 MD5sum: d0e8637ac938fe675a779956b36920bf Description: Extensions for colcon to inspect packages which have already colcon-installed-package-information ==================================== . Extensions for `colcon-core `_ to inspect packages which have already been installed. . Overview -------- . These colcon extensions provide a mechanism which can be used for getting information about packages outside of the workspace, which have already been built and installed prior to the current operation. In general, it works similarly to and is based on the `PackageDiscoveryExtensionPoint `_ and `PackageAugmentationExtensionPoint `_ extensions provided by ``colcon-core``. . Differences ----------- . Installed packages don't generally have a single directory which stores the package content and metadata. This set of extensions store the "prefix" under which the package resides rather than the package directory (e.g. ``~/workspace/install`` instead of ``~/workspace/install/share/`` or ``~/workspace/src/``), meaning many packages will likely share the same ``path`` attribute value. . Recursively crawling an entire system or even selective subdirectories to look for installed packages could be very slow, so this process also deviates from the Discover -> Identify -> Augment pipeline used in ``colcon-core``. Rather than attempting identification on prospective package locations, the discovery phase generally loads a list of installed packages from a database of some kind, such as the file-based colcon index. In some cases, the database might already populate sufficient information on the descriptor to identify the package. Package: python3-colcon-lcov-result Priority: optional Section: python Installed-Size: 48 Maintainer: Juan Pablo Samper Architecture: all Version: 0.5.0-2 Depends: python3:any (>= 3.5~), python3-colcon-core Filename: pool/main/p/python3-colcon-lcov-result/python3-colcon-lcov-result_0.5.0-2_all.deb SHA512: 0b56fc16bbceb10030bf8170b25ebe07666de8156d4271a82729534a09a5a897f936b5d3ccabaa24989d88cc04ac7b03dc0a290ed52809bfcc59b2670eaf8fb4 Size: 8324 SHA256: 07d52752f214247b05745d3c3ac12840a79cc209dbb8f5830ab5935639b72e0e SHA1: b692440443c90a70b8a88dc9dcb6f2a8ef3ae6c6 MD5sum: 3deef5a1699e05f1c3946d83c9df0d8d Description: Extension for colcon to gather test results. colcon-lcov-result ================== . An extension for `colcon-core `_ to provide aggregate coverage results using `LCOV `_. . LCOV is a graphical front-end for GCC's coverage testing tool `gcov `_, producing the following coverage metrics: . - Statement coverage - Function coverage - Branch coverage . For more information, see `this paper `_ and `this Wikipedia page `_. . . Usage Homepage: https://colcon.readthedocs.io Package: python3-colcon-library-path Priority: optional Section: python Installed-Size: 26 Maintainer: Dirk Thomas Architecture: all Version: 0.2.1-100 Depends: python3:any (>= 3.6~), python3-colcon-core Filename: pool/main/p/python3-colcon-library-path/python3-colcon-library-path_0.2.1-100_all.deb SHA512: c63a3df1db83b51ff98bc355a3b5845a0b72a9b687b36a78caab5714f8d92768529f36a4cd334ed48e9d467402eed248d8fd0e25bbb09856c078f5e3114a0b95 Size: 3544 SHA256: d58c8de4234fd5681bd4fe786187ab7a1a448401a45045f65f0eae3a14d06c96 SHA1: fe2448daf3d915b119f9a46480c905ece06d01ce MD5sum: eca4e76ce5757910a38f5536522b6e05 Description: Extension for colcon adding an environment variable to find colcon-library-path =================== . An extension for `colcon-core `_ to set an environment variable to find shared libraries at runtime. Homepage: https://colcon.readthedocs.io Package: python3-colcon-meson Priority: optional Section: python Installed-Size: 32 Maintainer: Christian Rauch Architecture: all Version: 0.4.2-1 Depends: meson (>= 0.60.0), python3-colcon-core (>= 0.10.0), python3-colcon-library-path, python3:any (>= 3.6~) Filename: pool/main/p/python3-colcon-meson/python3-colcon-meson_0.4.2-1_all.deb SHA512: 3554cefe7d162f6b57f8d3cc7bbed0949e6fbdfb02c7c8f60a804b1c222ec0cd7c5c51b8f9996ad2d7e72d89b104cd310c1c086a0dbc7ace8733d1e67a307ba7 Size: 5786 SHA256: 4206007fd9bf0c0a479f4d6f017059ec6893e0c043818785e595221edcf560eb SHA1: dfa795b8531e50a38e62e1ffb138909ce025c3d6 MD5sum: a21ddc0e47639905c2701d8a89ff2ad8 Description: Extension for colcon to support Meson packages. # colcon-meson . A colcon extension for building [Meson](https://mesonbuild.com) packages. . Install from the Python Package Index via: ```sh pip install colcon-meson ``` . ## Passing Meson arguments . Arguments can be passed to `meson setup` via `--meson-args`: 1. set build options defined in `meson_options.txt`: ```sh colcon build --packages-select $PACKAGE --meson-args \ -D$ARG1=$PARAM1 \ -D$ARG2=$PARAM2 ``` 2. set the build type: ```sh Homepage: None Package: python3-colcon-metadata Priority: optional Section: python Installed-Size: 61 Maintainer: Dirk Thomas Architecture: all Version: 0.2.5-100 Depends: python3:any (>= 3.6~), python3-colcon-core, python3-yaml Filename: pool/main/p/python3-colcon-metadata/python3-colcon-metadata_0.2.5-100_all.deb SHA512: 1eff7730defc05a9bbd7036a3a708a9afbbf1d0fed2d5d47c76cb36b7eb5dcfb191c435097ba315f4b82c83b648bf458af75f8dd5ebb7393616a1d111319ebb0 Size: 9188 SHA256: cb2824e424648e4973236253f85adbf509136dc0abe755c93dd39ceb6670e14f SHA1: a6dcb7fa80c1d7f46fa3f45734b8183dcf7db6f7 MD5sum: a96270ed29b3c8a62d5523e13dcdec72 Description: Extension for colcon to read package metadata from files. colcon-metadata =============== . An extension for `colcon-core `_ to fetch and manage package metadata from repositories. . For an example repository containing metadata see `colcon-metadata-repository `_. Homepage: https://colcon.readthedocs.io Package: python3-colcon-mixin Priority: optional Section: python Installed-Size: 67 Maintainer: Dirk Thomas Architecture: all Version: 0.2.3-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.12.0), python3-yaml Filename: pool/main/p/python3-colcon-mixin/python3-colcon-mixin_0.2.3-100_all.deb SHA512: b2738b5d4bc82bb88e73048754b9806b00f19cd21e1237f5332d956e42ec8d14b7893ced55b1bd8ee4622f08e04ff3d8cbfe9dd7f2ce7c7c69495b13759de46f Size: 10980 SHA256: b1715743f5036fe993a6100a1eddc9126ce83a6cdc0b0b1990ae5958675c81e5 SHA1: a901f78e59a15628f891bc97ee3a66619fa52a08 MD5sum: 2346a6d7ab88d7301cc37c2fde3af48a Description: Extension for colcon to read CLI mixins from files. colcon-mixin ============ . An extension for `colcon-core `_ to fetch and manage CLI mixins from repositories. . For an example repository containing mixins see `colcon-mixin-repository `_. Homepage: https://colcon.readthedocs.io Package: python3-colcon-notification Priority: optional Section: python Installed-Size: 97 Maintainer: Dirk Thomas Architecture: all Version: 0.2.15-1 Depends: python3-colcon-core (>= 0.3.7), python3-notify2, python3:any (>= 3.5~) Filename: pool/main/p/python3-colcon-notification/python3-colcon-notification_0.2.15-1_all.deb SHA512: 5cd532a03b9b158b022fd50e6b6cfba077d9d918e610900b0d90111ec053fa8e6f0e1f246d4d53635eb28cd8fb68b8302c7381620288f43a2776c1b71eaf9ab7 Size: 11308 SHA256: 793ea6392892ecb5d9f6d2c7d63b09197b9e0974402c0e937f824a04ba19a5d4 SHA1: 021b9f6d50213e720ee5e7f9aeb087b0d1750047 MD5sum: 618c9a7d2b8874040c80d4280440810a Description: Extension for colcon to provide status notifications. colcon-notification =================== . An extension for `colcon-core `_ to provide status notifications. Homepage: https://colcon.readthedocs.io Package: python3-colcon-output Priority: optional Section: python Installed-Size: 43 Maintainer: Dirk Thomas Architecture: all Version: 0.2.13-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.3.8) Filename: pool/main/p/python3-colcon-output/python3-colcon-output_0.2.13-100_all.deb SHA512: 195b91857a8321c121d557bdab2d276340927f51bb13ab31337bac9d1d849ce10735527ca42065e45c61f558c2f5165b5cb38b91048510e51e31a6b33bd79a3f Size: 6756 SHA256: 852bfbe621797737f8b0552c538f2f9730dba7c87d2b3a39745270736065483e SHA1: 9dd267c339488e3f47e5bd4c4ea163c9d007b7a9 MD5sum: 9ccb3f6377442d5bc90449f694d4c710 Description: Extension for colcon to customize the output in various ways colcon-output ============= . An extension for `colcon-core `_ to customize the output in various ways. Homepage: https://colcon.readthedocs.io Package: python3-colcon-override-check Priority: optional Section: python Installed-Size: 31 Maintainer: Scott K Logan Architecture: all Version: 0.0.1-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.7.1), python3-colcon-installed-package-information Filename: pool/main/p/python3-colcon-override-check/python3-colcon-override-check_0.0.1-100_all.deb SHA512: 33866392ef69fe19b2aa18eda16409024437cf4e8879178f93bb40bed7f71e9c18fc45ea6dc46cd65ca7ee221ac305768ecf7cf7b05c959250e93376719b3283 Size: 5212 SHA256: 386836833f81a90afac56786ebf86e73d5921264bc4128c6b8ff7be5126fa7a3 SHA1: 86f58660de9fff7a34b6112caf0355685bf308ed MD5sum: 068b583ba8375b60ee150e79c5cb85eb Description: Extension for colcon to check for potential problems when ov colcon-override-check ===================== . An extension for `colcon-core `_ to check for potential problems when overriding installed packages. Homepage: https://colcon.readthedocs.io Package: python3-colcon-package-information Priority: optional Section: python Installed-Size: 53 Maintainer: Dirk Thomas Architecture: all Version: 0.3.3-1 Depends: python3:any (>= 3.5~), python3-colcon-core (>= 0.5.2) Filename: pool/main/p/python3-colcon-package-information/python3-colcon-package-information_0.3.3-1_all.deb SHA512: 9792c70a0bc5d0216deb4bf82dd188eb636ef7676406c901ffa7b5313dec996857b960e49ad52d95677f82072bfdb26d599e3a7eeb8278cdd0e795d4378f704c Size: 8340 SHA256: b00d955dc9180838f6300e5e8609c4cc560bc65f968268e0c99163914921c9dc SHA1: 8fb818cdbb2604ed06dc76cb15b40b26f36741ee MD5sum: 384fd86d01cea5dc468e6309a95874cd Description: Extension for colcon to output package information. colcon-package-information ========================== . An extension for `colcon-core `_ to provide information about the packages. Package: python3-colcon-package-selection Priority: optional Section: python Installed-Size: 59 Maintainer: Dirk Thomas Architecture: all Version: 0.2.10-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.3.19) Filename: pool/main/p/python3-colcon-package-selection/python3-colcon-package-selection_0.2.10-100_all.deb SHA512: dcf470b8d7a8212f19581c028b57039c13ad6876aab58581d576cc4159e0958c7332ae001a966669ee754a7cddbc44f7c2e8be1cd8862cfe28b048541a795b7e Size: 7540 SHA256: 16f55bc9fb28515dd62f7c7f94a30101af727a80982cd3533c8fe960791523a7 SHA1: aa1666f8cc78e178da5eb1d9ed877293dc98c09e MD5sum: b3e01a59cb57a5be91ffc1a4ded1fdd5 Description: Extension for colcon to select the packages to process. colcon-package-selection ======================== . An extension for `colcon-core `_ to select a subset of packages for processing. Homepage: https://colcon.readthedocs.io Package: python3-colcon-parallel-executor Priority: optional Section: python Installed-Size: 32 Maintainer: Dirk Thomas Architecture: all Version: 0.3.0-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.3.15) Filename: pool/main/p/python3-colcon-parallel-executor/python3-colcon-parallel-executor_0.3.0-100_all.deb SHA512: 87836e7abb429c62cf8f724f4462131d35ecd8ba7e47596f66d7bf16fa140c294b0701d71d30a001285e13d1a93e46e2167090b4b45faf3efe00c8c67e6c64e9 Size: 5532 SHA256: b30768928ce2870a753ce0eb63f6f651399c179bc8ef1f3fb3cc083a1e053a9a SHA1: 39eea2bab019cdd38b55de5738753c1851d4f7b3 MD5sum: a06bb1f4666f0884b2a0c0afccf0a471 Description: Extension for colcon to process packages in parallel. colcon-parallel-executor ======================== . An extension for `colcon-core `_ to process packages in parallel. Homepage: https://colcon.readthedocs.io Package: python3-colcon-pkg-config Priority: optional Section: python Installed-Size: 25 Maintainer: Dirk Thomas Architecture: all Version: 0.1.0-100 Depends: python3:any (>= 3.6~), python3-colcon-core Filename: pool/main/p/python3-colcon-pkg-config/python3-colcon-pkg-config_0.1.0-100_all.deb SHA512: 9bc0d0d95df416b3e87b067d66f8ec49218c62123fc44c9e2429614115b0b4aa06fc64b8314584affcbfb142e0f875ac17273625afae626d683075e8be753d6d Size: 3204 SHA256: e8e376bfae40aef23d356eae3441263a30a296054913802ca566017dabd447af SHA1: 0fd0acd58ad86fcf63241f3468dffb7728d7e450 MD5sum: cafad22da3e2dd6668ead1c062e4d325 Description: Extension for colcon adding an environment variable to find colcon-pkg-config =================== . An extension for `colcon-core `_ to set an environment variable to find pkg-config files. Homepage: https://colcon.readthedocs.io Package: python3-colcon-powershell Priority: optional Section: python Installed-Size: 44 Maintainer: Dirk Thomas, Jacob Perron Architecture: all Version: 0.4.0-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.12.0) Filename: pool/main/p/python3-colcon-powershell/python3-colcon-powershell_0.4.0-100_all.deb SHA512: 6d6b10f2c464bbaaaecae879841a1a3ab8c7d5ea5ff92e4781fdd460315f82180551843395dbff12892af13860c716f4d84b72fe79f9c1e8632023472b44b8ca Size: 6960 SHA256: 42e9ee011a1e3c72fef974ae7abbce9d1401c060dea754efb0022ccc431574c6 SHA1: 26331026d9f61fc3a5392f17660e25a688ac16b5 MD5sum: 845f3803acd11ff7a1306ad757f690d7 Description: Extension for colcon to provide PowerShell scripts. colcon-powershell ================= . An extension for `colcon-core `_ to provide `PowerShell `_ scripts. Homepage: https://colcon.readthedocs.io Package: python3-colcon-python-setup-py Priority: optional Section: python Installed-Size: 37 Maintainer: Dirk Thomas Architecture: all Version: 0.2.8-1 Depends: python3-pkg-resources, python3:any (>= 3.5~), python3-colcon-core (>= 0.3.10), python3-setuptools Filename: pool/main/p/python3-colcon-python-setup-py/python3-colcon-python-setup-py_0.2.8-1_all.deb SHA512: a458340efc9b32af3b9c06f393f28a6095ce7b243b92a231515b361002241434b3d0d296c0ad202b8aa0341ff6acbde523776d33248abfa45b3468501d4afa56 Size: 6452 SHA256: 80d22b926f44e91b82b99b43bdd8e44b2d4c4dcb76159168d9d847c72d3ec50c SHA1: 43c33252ec6d7b69656a636e8aa42bc31eff2500 MD5sum: 4e181cb47fbcdad8633e75820bb7848f Description: Extension for colcon to support Python packages with the met colcon-python-setup-py ====================== . An extension for `colcon-core `_ to identify packages with a ``setup.py`` file by introspecting the arguments to the ``setup()`` function call of `setuptools `_. Homepage: https://colcon.readthedocs.io Package: python3-colcon-recursive-crawl Priority: optional Section: python Installed-Size: 27 Maintainer: Dirk Thomas Architecture: all Version: 0.2.3-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.7.0) Filename: pool/main/p/python3-colcon-recursive-crawl/python3-colcon-recursive-crawl_0.2.3-100_all.deb SHA512: d7897ab097711975b4c3fb851b24e959f0eb352e8c89fb61846ad3272e994efc0c80ac9210f55e98938aba2b0c10b18759fdf8821a825d88ada26257bd8edfb2 Size: 3896 SHA256: 4bc0666c0d4821d7fc213aaff4bebaed3eabcc8c8da5312ca10be592abf86934 SHA1: 1c70c60bec06f75b0c594a9cda2c9ceddd065be2 MD5sum: 32050b7151777156389a714db43c7705 Description: Extension for colcon to recursively crawl for packages. colcon-recursive-crawl ====================== . An extension for `colcon-core `_ to recursively crawl for packages. Homepage: https://colcon.readthedocs.io Package: python3-colcon-rerun Priority: optional Section: python Installed-Size: 32 Maintainer: Scott K Logan Architecture: all Version: 0.1.1-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.13.0), python3-filelock, python3-yaml Filename: pool/main/p/python3-colcon-rerun/python3-colcon-rerun_0.1.1-100_all.deb SHA512: 855ff1b5301de27e104a6b9ef3347e64c03532e0fcf2657797ccf493bf61b55739dffc6b280212767f091310185ada376535c3795a12086195fe476885312690 Size: 4948 SHA256: 7b6956be25269e5bf61dbf35f3e997757a48a5bf1d5d17ee48571b54c934f9e5 SHA1: 4d30977c81258c1c2d49cf197be935a012b5a9f6 MD5sum: 18f8fe4253b1e114275eb4334597b308 Description: Extension for colcon to quickly re-run a recently executed v colcon-rerun ============ . An extension for `colcon-core `_ to quickly re-run a recently executed verb. Homepage: https://colcon.readthedocs.io Package: python3-colcon-ros Priority: optional Section: python Installed-Size: 86 Maintainer: Dirk Thomas Architecture: all Version: 0.5.0+upstream-1 Depends: python3:any (>= 3.6~), python3-catkin-pkg-modules (>= 0.4.14) | python3-catkin-pkg (>= 0.4.14), python3-colcon-cmake (>= 0.2.6), python3-colcon-core (>= 0.7.0), python3-colcon-pkg-config, python3-colcon-python-setup-py (>= 0.2.4), python3-colcon-recursive-crawl Filename: pool/main/p/python3-colcon-ros/python3-colcon-ros_0.5.0+upstream-1_all.deb SHA512: ad1a9aa1d57c006d269b9c99028ab3c05306feddea4a4030b682bc15944be09c4796129d808fed07563af9153393867d4a19ac23957158b6eb6d9020925ea2df Size: 12588 SHA256: a42cdf0b4d0d1997e29867fb41fabe77d87ced80bd1f8b951ade2b1dc0b4b0b7 SHA1: 7d66c7f28ad5243e53829e7aed61a3c1617562a1 MD5sum: 38d4a8b886251faf64e565207b0f5a3b Description: Extension for colcon to support ROS packages. colcon-ros ========== . An extension for `colcon-core `_ to support `ROS packages `_. Homepage: https://colcon.readthedocs.io Package: python3-colcon-ros-distro Priority: optional Section: python Installed-Size: 29 Maintainer: unknown Architecture: all Version: 0.1.0-100 Depends: python3:any (>= 3.6~), python3-catkin-pkg-modules | python3-catkin-pkg, python3-colcon-core, python3-colcon-ros (>= 0.5.0), python3-rosdistro-modules (>= 1.0.0) | python3-rosdistro (>= 1.0.0) Filename: pool/main/p/python3-colcon-ros-distro/python3-colcon-ros-distro_0.1.0-100_all.deb SHA512: 65d036567f327373ecc33d860a2ade22fb85c83fac5eca8e051b3ac919d580c7426cec9427856c4c34aa5bc8ae95b6bced619ac4b1c8b35eedf9439fbc491796 Size: 4936 SHA256: c5825dd897f589310e0c37f16153cb71b5ff92f9ac332f07fafc149c1131ab71 SHA1: 707175d1f7c240b9ae032b1b6400a8825c49517d MD5sum: a9ffdee091a521297a38200c84647b2e Description: Extension for colcon to discover packages in a ROS distribut colcon-ros-distro ================= . An extension for `colcon-core `_ to discover packages in a ROS distribution. . This package provides package discovery and augmentation extensions for enumerating packages in a `REP 153 `_ ROS distribution file. It currently supports only the 'release' stanza of the distribution file, meaning that packages with only a 'source' stanza will not be enumerated. . Unlike some other colcon extension packages, this package does not register any of the extensions it defines for use in colcon-core. It therefore serves only as a library for other tools in the colcon ecosystem to use by registering these extensions at appropriate extension points. Homepage: https://colcon.readthedocs.io Package: python3-colcon-ros-domain-id-coordinator Priority: optional Section: python Installed-Size: 28 Maintainer: Scott K Logan Architecture: all Version: 0.2.0-1 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.12.0) Filename: pool/main/p/python3-colcon-ros-domain-id-coordinator/python3-colcon-ros-domain-id-coordinator_0.2.0-1_all.deb SHA512: cf8d1a129cf35bfe8c1b9ee49288317c49021fbf1dc6fdb6254d65657d285f46710f865243795f06722236cfa0f4a23205a2e4b0a4c934f053aca1a8a2d816d9 Size: 4928 SHA256: 050f5ec9ca5a233e777f9ec1af7ca3e6743246b7dde5889a1ea2339b1cf663ba SHA1: b16b22e7fd64c74045d308fcffc803a13f0808ec MD5sum: fad138a280ed204c65683a511f6fb595 Description: Extension for colcon to coordinate different DDS domain IDs colcon-ros-domain-id-coordinator ================================ . An extension for `colcon-core `_ to coordinate different DDS `domain IDs `_ for concurrently running tasks. . The current implementation of this package cycles through all of the non-default ROS 2 domain IDs that should be available on a platform given that it has no special network configurations. It does not track which task uses the domain IDs and therefore does not eliminate the possibility of a collision, but drastically reduces the likelihood that two tasks end up using the same domain ID. Homepage: https://colcon.readthedocs.io Package: python3-colcon-spawn-shell Priority: optional Section: python Installed-Size: 31 Maintainer: Shane Loretz Architecture: all Version: 0.3.0-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.12.0), python3-colcon-bash (>= 0.3.0) Filename: pool/main/p/python3-colcon-spawn-shell/python3-colcon-spawn-shell_0.3.0-100_all.deb SHA512: 983847e2b2d83dabbf505c3ede8ffdfaecd37c451bf34f445e9c38b16e563d93cf2145430880f2bbc965344728908fbb353996b31fbaea3699ab49974fe60799 Size: 5660 SHA256: 8cae1d98002a79e16a6691321b6c5886f3af34ba60835905ff2a30dc33e5ce43 SHA1: 7904cb2f1c20a45e9040409166a2d90b5e933853 MD5sum: 8b7fb74a660207f6f21e497090c2e55b Description: Source colcon workspaces in a new shell. ================== Colcon Spawn Shell ================== . Introduction ------------ . This is a `colcon `_ plugin to chain workspaces in new shells. It allows quickly un-chaining workspaces by exiting the spawned shell. . The shell's prompt is edited to show the workspace order. The only supported shell is **bash**. . .. image:: https://raw.githubusercontent.com/colcon/colcon-spawn-shell/8de6d0a687619bfd8342647b6d216695bb76dfaf/doc/colcon_spawn_shell_example.gif . Quick Start ----------- . **Optional:** Create and source a virtual environment. Homepage: http://github.com/colcon/colcon-spawn-shell Package: python3-colcon-test-result Priority: optional Section: python Installed-Size: 43 Maintainer: Dirk Thomas Architecture: all Version: 0.3.8-100 Depends: python3:any (>= 3.6~), python3-colcon-core Filename: pool/main/p/python3-colcon-test-result/python3-colcon-test-result_0.3.8-100_all.deb SHA512: 47b011e04c0dfa465a52703619966a43a5e75e7b197dcb1c5c06b325de3dd33c793599be2d965015f057202abd8914b21df1558f0e7f9d38acbf03ecfb526232 Size: 7172 SHA256: 01c0dea2ce5b038585bf75a2b3f840dd2286cf636126a7ae0aee5fc8eac66910 SHA1: d2c0cadd282a6f37bea122808f8432981c5d52cf MD5sum: 1227073afbbe5fdc009eb182d8ba4c22 Description: Extension for colcon to provide information about the test r colcon-test-result ================== . An extension for `colcon-core `_ to provide information about the test results. Homepage: https://colcon.readthedocs.io Package: python3-colcon-zsh Priority: optional Section: python Installed-Size: 36 Maintainer: Dirk Thomas Architecture: all Version: 0.5.0-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.12.0) Filename: pool/main/p/python3-colcon-zsh/python3-colcon-zsh_0.5.0-100_all.deb SHA512: 3f69e8e72ce23ea1e5ab1663aa15eb96c4ad1bc027a5f84c32d6a5c561f889a9b2718a7aa1d4d5a644929fe8c149b72f93e34fa59344a6c1bf6abddb456b4e90 Size: 5560 SHA256: a62a1f4b3dfaa57db070d0eecd7b16bfc336eb412fedfba90fd4edc2c4e2635a SHA1: 4e35982a2bef00de88af0e6749815964ffb85625 MD5sum: 9f325b2f7e6d29c099cbcc8c99a754e2 Description: Extension for colcon to provide Z shell scripts. colcon-zsh ========== . An extension for `colcon-core `_ to provide `Z shell `_ scripts. Homepage: https://colcon.readthedocs.io Package: python3-osrf-pycommon Priority: optional Section: python Installed-Size: 121 Maintainer: William Woodall Architecture: all Version: 2.0.2-1 Depends: python3:any (>= 3.8~), python3-setuptools, python3-importlib-metadata Conflicts: python-osrf-pycommon Filename: pool/main/p/python3-osrf-pycommon/python3-osrf-pycommon_2.0.2-1_all.deb SHA512: c2aec229c62f2b491908bb84b00fbcfeb33d3918826d1f527f9b258879d5aa465f2623bbb6dabd9fa46d02bfbff97e097de70358510932919c6d2e604d7835fc Size: 23292 SHA256: 4be12211afbc60b27796b3598014002e52e820ffa79af0c71bbd63ac6012de23 SHA1: 244e499cf67d0073ee3ee01ae0ecdfd22b52391c MD5sum: 5914f20e07e090db895ad7a5438562b9 Description: Commonly needed Python modules, used by Python software deve Homepage: http://osrf-pycommon.readthedocs.org/ Package: python3-rocker Priority: optional Section: python Installed-Size: 96 Maintainer: Tully Foote Architecture: all Version: 0.2.14-100 Depends: python3-docker, python3-empy, python3-packaging, python3-pexpect, python3-urllib3, python3:any (>= 3.2~) Conflicts: python-rocker Filename: pool/main/p/python3-rocker/python3-rocker_0.2.14-100_all.deb SHA512: 49147e17d157c8c0a23446ed249c9852c4f4d3d6c9f05ea68a0502d8fb074e4b73bb0069393832305e1396d854271a4d6e9f433ab0dd95c6051f96dd4e020c03 Size: 17340 SHA256: 04fa323973cf54477e29f3f2a0fd06c5bdad003b4f6372a78b6ebb8e378f91dd SHA1: 64b71a2c4754eb570cdbaa2188b4bfcf67bfcf8b MD5sum: 2181b1a03129fcd9211cebffd1bdad67 Description: A tool to run docker containers with customized extras A tool to run docker containers with customized extra added like nvidia gui support overlayed. Homepage: https://github.com/osrf/rocker Package: python3-ros-buildfarm Priority: optional Section: python Installed-Size: 112 Maintainer: Dirk Thomas Architecture: all Version: 4.1.0-100 Depends: python3:any (>= 3.6~), python3-catkin-pkg-modules (>= 0.2.6), python3-ros-buildfarm-modules (>= 4.1.0), python3-rosdistro-modules (>= 1.0.0), python3-yaml Conflicts: python-ros-buildfarm Filename: pool/main/p/python3-ros-buildfarm/python3-ros-buildfarm_4.1.0-100_all.deb SHA512: c6ec88b2e775d44fa1866e7077d5712dde6a09832f33a30353ece76ce913e25c7f0e867827f8e325179eb7626817d37b503a52078fe45b8e73d5a4e2f59007f2 Size: 8404 SHA256: 8d41621538c0cb4df511af206fc882175eb3babdc68e363d97dc4164217b2937 SHA1: 664675ec2c76b0ec3759ae95ab7d821d1e5d2271 MD5sum: ab89351d0c603346f074c814a6ca5898 Description: Build farm used to build the ROS ecosystem's packages. # ROS build farm based on Docker . This repository contains the scripts and templates to generate Jenkins jobs or alternatively shell scripts to run jobs locally. Please look in the [doc](doc/index.rst) folder for more information about how to invoke the job generation and an explanation of the different job types. . The ROS build farm is using [Docker](http://www.docker.com) for each step in the process. It is based on the ROS distro specification [REP 143](http://www.ros.org/reps/rep-0143.html) and uses a separate repository to configure the jobs being generated (e.g. [ros-infrastructure/ros_buildfarm_config](https://github.com/ros-infrastructure/ros_buildfarm_config)). . If you are going to use any of the provided infrastructure please consider watching the [buildfarm Discourse category](https://discourse.ros.org/c/buildfarm) in order to receive notifications e.g. about any upcoming changes. . For quick reference to run scripts: Homepage: https://github.com/ros-infrastructure/ros_buildfarm Package: python3-ros-buildfarm-modules Priority: optional Section: python Installed-Size: 1312 Maintainer: Dirk Thomas Architecture: all Version: 4.1.0-1 Replaces: python3-ros-buildfarm (<< 1.3.0) Depends: python3:any (>= 3.6~), python3-catkin-pkg-modules (>= 0.2.6), python3-empy, python3-jenkinsapi, python3-rosdistro-modules (>= 1.0.0), python3-vcstool (>= 0.1.37), python3-yaml Conflicts: python3-ros-buildfarm (<< 1.3.0) Filename: pool/main/p/python3-ros-buildfarm-modules/python3-ros-buildfarm-modules_4.1.0-1_all.deb SHA512: 552e5cc4bd4c8148f41e3b9f7910c766625b28ae54a50709fe0b84fbafef5e1786ed2ce481a841456a6462850053ea840ae097ca6af937cb96eb5640ea7ec407 Size: 164104 SHA256: ae11d6c5379a4e70e7d2c2bb444a734c5aba4e27af8ce1accf8759b9d0e6896a SHA1: 6b66de6f97436f11ce67bcbb5389362c00b9d2cf MD5sum: 3c61fd18f485d7a3020e935e32716f4c Description: Build farm used to build the ROS ecosystem's packages. # ROS build farm based on Docker . This repository contains the scripts and templates to generate Jenkins jobs or alternatively shell scripts to run jobs locally. Please look in the [doc](doc/index.rst) folder for more information about how to invoke the job generation and an explanation of the different job types. . The ROS build farm is using [Docker](http://www.docker.com) for each step in the process. It is based on the ROS distro specification [REP 143](http://www.ros.org/reps/rep-0143.html) and uses a separate repository to configure the jobs being generated (e.g. [ros-infrastructure/ros_buildfarm_config](https://github.com/ros-infrastructure/ros_buildfarm_config)). . If you are going to use any of the provided infrastructure please consider watching the [buildfarm Discourse category](https://discourse.ros.org/c/buildfarm) in order to receive notifications e.g. about any upcoming changes. . For quick reference to run scripts: Homepage: https://github.com/ros-infrastructure/ros_buildfarm Package: python3-rosdep Priority: optional Section: python Installed-Size: 21 Maintainer: Tully Foote, Ken Conley Architecture: all Version: 0.22.2-1 Depends: python3:any (>= 3.6~), python3-rosdep-modules (>= 0.22.2) Conflicts: python-rosdep, python-rosdep2, python3-rosdep2 Filename: pool/main/p/python3-rosdep/python3-rosdep_0.22.2-1_all.deb SHA512: 4f161b897e010ebe041b9f93c4f940512e5dabf38fb606b57f4a03650c8468b37b22fd9f89c5326ed722f3d7a33f9732650fbefbadb82138dd7f72021ef9afc3 Size: 3532 SHA256: d3f9dcc35fe94746ec793e7f611e757b2540ebec986dae2ffd8bd4cf2e3c8f1e SHA1: 5d648f476e68e56a8bfa4f1509a75cff3743ce69 MD5sum: 9375678ad2e12ea3d75ec358078ac86f Description: rosdep package manager abstraction tool for ROS Command-line tool for installing system dependencies on a variety of platforms. Homepage: http://wiki.ros.org/rosdep Package: python3-rosdep-modules Priority: optional Section: python Installed-Size: 327 Maintainer: Tully Foote, Ken Conley Architecture: all Version: 0.22.2-1 Replaces: python3-rosdep (<< 0.18.0) Depends: python3:any (>= 3.6~), ca-certificates, python3-rospkg-modules (>= 1.4.0), python3-yaml, python3-catkin-pkg-modules (>= 0.4.0), python3-rosdistro-modules (>= 0.7.5), python3-setuptools, sudo Conflicts: python3-rosdep (<< 0.18.0), python3-rosdep2 Filename: pool/main/p/python3-rosdep-modules/python3-rosdep-modules_0.22.2-1_all.deb SHA512: 87645bcabe0a1fc0fc33e1de11ff3a7a45e8c9e91eecd3c792355864eecf81bbbdebfac889072e9b8fa1f987827bb15644e91847f092aea785f65cb3fb55050f Size: 52564 SHA256: 79b529cf114379e105185df93601c61573ef1195c83a7f51b2b9089ddf2f0f91 SHA1: 49c527aa51c38010d1bfeb1dce2b9965cf9d2a99 MD5sum: b3fee10904ce836fe4e30f3f3a0189f2 Description: rosdep package manager abstraction tool for ROS Command-line tool for installing system dependencies on a variety of platforms. Homepage: http://wiki.ros.org/rosdep Package: python3-rosdistro Priority: optional Section: python Installed-Size: 39 Maintainer: Wim Meeussen, Dirk Thomas Architecture: all Version: 0.9.0-100 Depends: python3-pkg-resources, python3-yaml, python3:any (>= 3.4~), ca-certificates, python3-rosdistro-modules (>= 0.9.0), python3-setuptools Conflicts: python-rosdistro Filename: pool/main/p/python3-rosdistro/python3-rosdistro_0.9.0-100_all.deb SHA512: 612ec7c1a2b42373b3a4b176c83a7a852de3a86f7bad864de0e9dd4a2af37e3710228f519cb85c4a09742a28b97c9fb319a4a23d8ac8a97ea25e9b86f4eea5f8 Size: 6384 SHA256: 01244d939c99ed8eabd0e037749109de421576b304cdf388fb6388c5ff795b74 SHA1: 9790b3cd57c1b0974cdb1db8746723a5014ee53e MD5sum: 2dd841c803682107366474f4a54fe233 Description: A tool to work with rosdistro files A tool to work with rosdistro files Homepage: http://wiki.ros.org/rosdistro Package: python3-rosdistro-modules Priority: optional Section: python Installed-Size: 259 Maintainer: Wim Meeussen, Dirk Thomas Architecture: all Version: 0.9.0-1 Replaces: python3-rosdistro (<< 0.6.0) Depends: python3-pkg-resources, python3-yaml, python3:any (>= 3.4~), ca-certificates, python3-catkin-pkg-modules, python3-rospkg-modules, python3-setuptools Conflicts: python3-rosdistro (<< 0.6.0) Filename: pool/main/p/python3-rosdistro-modules/python3-rosdistro-modules_0.9.0-1_all.deb SHA512: 1cdc08aa8b4262658a8e2f6621b7da854649e08a8eb8b384605c19b91710bcaf6e1b90c9b0e76819ffbc2a91069a2a508326302d44525e287b481ea89a7c3223 Size: 31924 SHA256: a7b981c174a3b30d7e84d518c3bf3f3c38d52e64b4cf7f8483765aebe465606a SHA1: 58ef15db22cf846944c279fd8889974c51556495 MD5sum: 64f883d244deb137eef6682d24a33e70 Description: A tool to work with rosdistro files A tool to work with rosdistro files Homepage: http://wiki.ros.org/rosdistro Package: python3-rosdistro-reviewer Priority: optional Section: python Installed-Size: 83 Maintainer: unknown Architecture: all Version: 0.1.0-1 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.18.0), python3-git, python3-rosdep-modules | python3-rosdep2, python3-unidiff, python3-yaml, yamllint Recommends: python3-github Filename: pool/main/p/python3-rosdistro-reviewer/python3-rosdistro-reviewer_0.1.0-1_all.deb SHA512: 0ad4e51a6ae9332e9285764bf7754a10dc58d71c4062953e64a969a82c1f2fc6929cb3a6fa051327b9f75330199b7316e86444bd8ea1a67f0ed5f8018c3160a4 Size: 15320 SHA256: 7aa234dd111b19ec15cac114bee4df5c6f4c7103e9ba4c028887d41d7aa74092 SHA1: 763336076d70221708356e8876258ce2736a4f5a MD5sum: ac4f47e6e370795c38168aede664a984 Description: Automation for analyzing changes to the rosdep database and # rosdistro-reviewer . [![build](https://img.shields.io/github/actions/workflow/status/ros-infrastructure/rosdistro-reviewer/ci.yaml?branch=main&event=push)](https://github.com/ros-infrastructure/rosdistro-reviewer/actions/workflows/ci.yaml?query=branch%3Amain+event%3Apush) [![coverage](https://img.shields.io/codecov/c/github/ros-infrastructure/rosdistro-reviewer/main)](https://app.codecov.io/gh/ros-infrastructure/rosdistro-reviewer/branch/main) [![pypi](https://img.shields.io/pypi/v/rosdistro-reviewer)](https://pypi.org/project/rosdistro-reviewer/) . _Automation for analyzing changes to the rosdep database and rosdistro index_ . The rosdistro index and rosdep database hold a significant amount of semi-manually curated information about various types of packages and how they are associated. To facilitate maintenance of this data and discourage modifications which might introduce unexpected behavior for users, robust automation is needed to validate proposed changes. . This tool analyzes a git repository containing changes to the rosdistro index and/or rosdep database and provides specific and actionable feedback. It is also capable of posting that feedback directly to a content forge like GitHub as a pull request review. . ## Invoking rosdistro-reviewer locally . Nearly all of the validation that rosdistro-review does can be performed locally. To run the analysis, just run `rosdistro-reviewer` from anywhere in the git repository you'd like to check. By default, the tool will only analyze uncommitted changes against the most recent commit. If you've already committed your changes and you'd still like to check them, you can choose a different target ref with the `--target-ref` option. For example: ``` $ rosdistro-reviewer --target-ref origin/master . ✅ No changes recommended /————————————————————————————————————————————————————————————————————————————\ Package: python3-rosdoc2 Priority: optional Section: python Installed-Size: 143 Maintainer: William Woodall Architecture: all Version: 0.2.0-1 Depends: python3-breathe, python3-catkin-pkg, python3-jinja2, python3-pkg-resources, python3-sphinx, python3-sphinx-rtd-theme, python3-yaml, python3:any (>= 3.6~), python3-catkin-pkg-modules, python3-exhale, python3-myst-parser, python3-osrf-pycommon, python3-setuptools, doxygen, grapviz Filename: pool/main/p/python3-rosdoc2/python3-rosdoc2_0.2.0-1_all.deb SHA512: 962e7981efebc44df35edd7dfb0c248ddd7f670073953fea1c1e221db790d420882129213b31ffed1a4f7427a0185b9def2be1f1f7814785da8d4830a1c487d2 Size: 26428 SHA256: 361f28de00501bb7fc92063c2d7a02218537f93b5d353fc8bbb138eae2ee89e0 SHA1: 3369fd445995beffad13c056be6a981df20d901a MD5sum: c5d5f137f82df618d6e28eabcbcfac6c Description: Command line tool to build documentation for ROS packages. # rosdoc2 . Command-line tool for generating documentation for ROS 2 packages. . ## Quick-start . This tool can be viewed from two perspectives: first from the perspective of a user wanting to building documentation for any given ROS 2 package in order to view it, and second from the perspective of package maintainers who need to write their documentation and configure how this tool works on their package. . ### Build documentation for a ROS 2 package . To generate the documentation for almost any ROS 2 package, run this command replacing the arguments with appropriate directories: . ``` rosdoc2 build \ --package-path ./src/path/to/my_package_name ``` . > [!NOTE] > Please see [Known Issues](#known-issues) if failed. Homepage: https://github.com/ros-infrastructure/rosdoc2 Package: python3-rosinstall-generator Priority: optional Section: python Installed-Size: 75 Maintainer: Dirk Thomas Architecture: all Version: 0.1.23-1 Depends: python3:any (>= 3.6~), python3-catkin-pkg-modules (>= 0.1.28), python3-rosdistro-modules (>= 0.7.3), python3-rospkg-modules, python3-yaml Conflicts: python-rosinstall-generator Filename: pool/main/p/python3-rosinstall-generator/python3-rosinstall-generator_0.1.23-1_all.deb SHA512: d035b9d87091fd2dccbe14567e8034aec9c39ce1c58446afe981b7b784ba6f0e855baec87240aacb7c01c5f5e52d3385ec9bac9b777a8348b06c1dbbe96d138b Size: 11804 SHA256: e0f702985eb3dfd6880c384ceb8d20b73690f3a8ccd1025198be92e816b7624c SHA1: 1f7ae24701f1985251fa3097120ede00f5b51c56 MD5sum: b8f01a493feb485a3d57d42a6557b191 Description: A tool for generating rosinstall files A tool for generating rosinstall files Homepage: http://wiki.ros.org/rosinstall_generator Package: python3-rospkg Priority: optional Section: python Installed-Size: 18 Maintainer: Ken Conley Architecture: all Version: 1.5.0-100 Depends: python3:any (>= 3.4~), python3-rospkg-modules (>= 1.5.0) Conflicts: python-rospkg Filename: pool/main/p/python3-rospkg/python3-rospkg_1.5.0-100_all.deb SHA512: ffd42656e2fc3d7d0b46613a9d195302f445fdc4d6d7b537eb395c712376938730578d74166c5f4795b4eb2347493ef77a8f726587552489b85df605befdf412 Size: 2536 SHA256: d686ffddfa7924ca81d328ef20b07f750bd94ebd3f8aaaee040d0427e47ab58a SHA1: 8c30cf10771268cabc0d58f59676883318257c48 MD5sum: 2e133c42c6f474b60055f4e664ead82e Description: ROS package library Library for retrieving information about ROS packages and stacks. Homepage: http://wiki.ros.org/rospkg Package: python3-rospkg-modules Priority: optional Section: python Installed-Size: 132 Maintainer: Ken Conley Architecture: all Version: 1.5.0-1 Replaces: python3-rospkg (<< 1.1.0) Depends: python3:any (>= 3.4~), python3-catkin-pkg-modules, python3-distro (>= 1.4.0) | python3 (<< 3.8), python3-yaml, lsb-release Conflicts: python3-rospkg (<< 1.1.0) Filename: pool/main/p/python3-rospkg-modules/python3-rospkg-modules_1.5.0-1_all.deb SHA512: f21080689afb4f9d761a26bb2f6924fc0ffaa7fa2a56e4f275ae9e545bd7a4c6ea41465e06a847057e70f14e9b48e8748613ac77632375431e7c5da43e73e9bb Size: 24240 SHA256: dda61ccc7dafa1a7ca8dcc61a6de3322bc379790cea95cbf618f016aac4132bb SHA1: 049f474fa510f3f3bfb578baf89c324aeb2a9e12 MD5sum: 75b9164679ee2ac0ea44d21d3ceceb67 Description: ROS package library Library for retrieving information about ROS packages and stacks. Homepage: http://wiki.ros.org/rospkg Package: python3-vcs2l Priority: optional Section: python Installed-Size: 183 Maintainer: Dirk Thomas Architecture: all Version: 1.1.2-1 Depends: python3-pkg-resources, python3-yaml, python3:any (>= 3.5~), python3-setuptools Conflicts: python-vcstool, python3-vcstool Filename: pool/main/p/python3-vcs2l/python3-vcs2l_1.1.2-1_all.deb SHA512: 66ae9475a21affebd1ce2405010c7f4ee3d716089ab7b46f4c46c6d073031419acebb1a2151be2aa4984b7ab0edf198ffe620aedb6975581d842dffcf2411d9e Size: 27682 SHA256: b7254abc9d572144bd5aa6cc562af8d70461489d32f0f78857c956c918cf534e SHA1: b3551d0367edfd0f7a5be4f29d3243fb0311d202 MD5sum: 2cd2b01b0baa4be84933f246630cdc50 Description: vcs2l provides a command line tool to invoke vcs commands on What is vcs2l? ================ . Vcs2l is a fork of Dirk Thomas's `vcstool `_ which is a version control system (VCS) tool, designed to make working with multiple repositories easier. This fork is created to continue the development of vcstool, as it is no longer actively maintained. . The commands provided by vcs2l have the same naming structure as the original fork, so it can be used as a drop-in replacement. Therefore, the repository is renamed to `vcs2l` while maintaining the command names to `vcstool` to ensure compatibility with existing scripts and workflows. . Note: This tool should not be confused with `vcstools `_ (with a trailing ``s``) which provides a Python API for interacting with different version control systems. The biggest differences between the two are: . * ``vcstool`` doesn't use any state beside the repository working copies available in the filesystem. * The file format of ``vcstool export`` uses the relative paths of the repositories as keys in YAML which avoids collisions by design. * ``vcstool`` has significantly fewer lines of code than ``vcstools`` including the command line tools built on top. . Python 3.5+ support --------------------------- Homepage: https://github.com/ros-infrastructure/vcs2l Package: python3-vcstool Priority: optional Section: python Installed-Size: 172 Maintainer: Dirk Thomas Architecture: all Version: 0.3.0-1 Depends: python3-pkg-resources, python3-yaml, python3:any (>= 3.5~), python3-setuptools Conflicts: python-vcstool Filename: pool/main/p/python3-vcstool/python3-vcstool_0.3.0-1_all.deb SHA512: 5a5d569627da8041087de913304c9f5962c91c3c1894a9930d38bfa44985d44c85ff85701748b46c38663d7e0f8d3f8c6f14d406b1179397fa183a1c082a2209 Size: 23112 SHA256: 20a0f8090bbd5453ba8e14161e2ccdca18cffdf2e56dd50a7d425863b3e6e5cb SHA1: 9694641a637bbb85de9328a22f71677b4bf08c72 MD5sum: cf792e719ce489a3b4415adf074ce6fc Description: vcstool provides a command line tool to invoke vcs commands vcstool enables batch commands on multiple different vcs repositories. Currently it supports git, hg, svn and bzr. Homepage: https://github.com/dirk-thomas/vcstool Package: python3-vcstools Priority: optional Section: python Installed-Size: 168 Maintainer: Tully Foote, Thibault Kruse, Ken Conley Architecture: all Version: 0.1.42-1 Depends: python3-dateutil, python3-yaml, python3:any (>= 3.2~), subversion, mercurial, git-core, bzr Filename: pool/main/p/python3-vcstools/python3-vcstools_0.1.42-1_all.deb SHA512: 2bec2a285d0900ab0506e69afa8a8953350c890a5d32c5fcd3f014464db565a836de250452a04b051964d40aff965a4f96ce4b6b509642fc0bb970ab69822be9 Size: 30132 SHA256: ae6a65d40a3e5d47c8d4a5a36e557e27e7655e021dc570c04606f93b31aaf942 SHA1: f0836f529ff9fbb1fff3911b7cb1c7d5658ca3a0 MD5sum: f09ebbf24a3349a614b6bd715e85b409 Description: VCS/SCM source control library for svn, git, hg, and bzr vcstools ======== . .. image:: https://travis-ci.org/vcstools/vcstools.svg?branch=master :target: https://travis-ci.org/vcstools/vcstools . .. image:: https://coveralls.io/repos/github/vcstools/vcstools/badge.svg?branch=master :target: https://coveralls.io/github/vcstools/vcstools?branch=master . .. image:: https://img.shields.io/pypi/v/vcstools.svg :target: https://pypi.python.org/pypi/vcstools . .. image:: https://img.shields.io/pypi/pyversions/vcstools.svg :target: https://pypi.python.org/pypi/vcstools . .. image:: https://img.shields.io/pypi/status/vcstools.svg :target: https://pypi.python.org/pypi/vcstools . .. image:: https://img.shields.io/pypi/l/vcstools.svg :target: https://pypi.python.org/pypi/vcstools Package: ros-build-essential Priority: optional Section: misc Installed-Size: 10 Maintainer: Steven! Ragnarök Architecture: all Version: 1.0.0 Depends: build-essential, cmake, git, python3, python3-setuptools Filename: pool/main/r/ros-build-essential/ros-build-essential_1.0.0_all.deb SHA512: a4af20dfe94d290a5ccb8e22a4448febf257b7c11fb0218239d2b2cec47cb1a0704c15463ece8d2508a557b8ab272dd921a8652425f957ef4c4bf1047905dafd Size: 2260 SHA256: a8a5100285bcef843604b1374707a296afcaa971280d8e84b7d0f3a2dc0a8275 SHA1: bc0f3dfb17961a47d710608ca50361b366b71775 MD5sum: 923afea79f68f0bf220fc80fe606716e Description: Packages expected when building any ROS package Variant which includes packages that are expected to be present when building any ROS packages. Homepage: https://github.com/ros-infrastructure/infra-variants Multi-Arch: foreign Package: ros-dev-tools Priority: optional Section: misc Installed-Size: 9 Maintainer: Steven! Ragnarök Architecture: all Version: 1.0.0 Depends: ros-build-essential, python3-bloom, python3-colcon-common-extensions, python3-rosdep, python3-vcstool, wget Filename: pool/main/r/ros-dev-tools/ros-dev-tools_1.0.0_all.deb SHA512: 9d146625a0b0f217f7aa5b7628c07bfa8c69bcc99b8d6c122162ac8c1412059071fd4e1d940f1e52e1de54d9935b8d2ee7c3028af15e7901d3b228ed6b5d1829 Size: 1748 SHA256: e15e75580848fb59b898766fe54672aaa76fe474ade3a9d484a6828f80f08492 SHA1: 658fc39c198929d650dc42776e8668942e7ced3c MD5sum: dee75a8917aeb6863702d9643d49986b Description: Developer Tools for ROS Variant which includes packages generally useful during ROS development. Homepage: https://github.com/ros-infrastructure/infra-variants Multi-Arch: foreign