Source: colcon-top-level-workspace
Maintainer: None <None>
Section: python
Priority: optional
Build-Depends: python3-setuptools, python3-all, debhelper (>= 12)
Standards-Version: 4.7.0
Homepage: https://colcon.readthedocs.io
X-Python3-Version: >= 3.6

Package: python3-colcon-top-level-workspace
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-colcon-core (>= 0.13.0)
Description: Extension for colcon to locate and use a top-level workspace
 colcon-top-level-workspace
 ==========================
 .
 An extension for [`colcon-core`](https://github.com/colcon/colcon-core) to allow running from any subfolder of a workspace.
 .
 This package allows running `colcon` from any subfolder of a colcon workspace, but reusing
 existing `build`, `install`, and `log` folders from the root folder of the workspace.
 .
 The root of the workspace is determined by looking for the `.colcon_root` marker file, which is created on first invocation.
 Alternatively, the existence of `build`, `install`, and `log` folders indicates the root folder.
 .
 Package discovery is done relative to the current working directory. Thus, to build all packages in the current folder, just run `colcon build`.
 To build all packages in the workspace, specify the special token `ROOT` for the `--base-paths` argument: `colcon build --base-paths ROOT`.

