# colcon-metadata-repository **Repository Path**: jhaiq/colcon-metadata-repository ## Basic Information - **Project Name**: colcon-metadata-repository - **Description**: No description available - **Primary Language**: Unknown - **License**: CC0-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-01 - **Last Updated**: 2025-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Repository of package metadata ============================== Some software packages don't provide their metadata in a machine readable format. To allow processing them in an automated fashion this repository makes these information available, e.g. for the command line tool `colcon`. How to use the Information -------------------------- To register this repository with `colcon` (using the identifier "default") invoke the following command: ``` colcon metadata add default https://raw.githubusercontent.com/colcon/colcon-metadata-repository/master/index.yaml ``` Afterwards as well as on a regular base fetch the latest content from the repository: ``` colcon metadata update default ``` How to contribute additional information ---------------------------------------- Initially fork this repository. For each contribution perform the following steps: * Create or modify one or multiple files ending with `.meta`. * Add any new files in alphabetical order to the `index.yaml` file. * Run the `lint.py` script to ensure that the changes follow the recommended yaml style. * The script requires [yamllint](https://yamllint.readthedocs.io/en/stable/index.html) to be installed. * Create a pull request with the changes.