colcon-meson


Namecolcon-meson JSON
Version 0.4.5 PyPI version JSON
download
home_pageNone
SummaryExtension for colcon to support Meson packages.
upload_time2024-04-14 18:43:01
maintainerChristian Rauch
docs_urlNone
authorChristian Rauch
requires_python>=3.6
licenseApache License, Version 2.0
keywords colcon
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
    colcon build --packages-select $PACKAGE --meson-args \
        --buildtype=debugoptimized
    ```

See `meson setup -h` for a detailed list of arguments.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "colcon-meson",
    "maintainer": "Christian Rauch",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "Rauch.Christian@gmx.de",
    "keywords": "colcon",
    "author": "Christian Rauch",
    "author_email": "Rauch.Christian@gmx.de",
    "download_url": "https://files.pythonhosted.org/packages/99/b5/ca96766c437eb9b6448a89ced45ae9f559e68d94d57f4ff0641285acd833/colcon-meson-0.4.5.tar.gz",
    "platform": null,
    "description": "# colcon-meson\n\nA colcon extension for building [Meson](https://mesonbuild.com) packages.\n\nInstall from the Python Package Index via:\n```sh\npip install colcon-meson\n```\n\n## Passing Meson arguments\n\nArguments can be passed to `meson setup` via `--meson-args`:\n1. set build options defined in `meson_options.txt`:\n    ```sh\n    colcon build --packages-select $PACKAGE --meson-args \\\n        -D$ARG1=$PARAM1 \\\n        -D$ARG2=$PARAM2\n    ```\n2. set the build type:\n    ```sh\n    colcon build --packages-select $PACKAGE --meson-args \\\n        --buildtype=debugoptimized\n    ```\n\nSee `meson setup -h` for a detailed list of arguments.\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "Extension for colcon to support Meson packages.",
    "version": "0.4.5",
    "project_urls": {
        "GitHub": "https://github.com/colcon/colcon-meson"
    },
    "split_keywords": [
        "colcon"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99b5ca96766c437eb9b6448a89ced45ae9f559e68d94d57f4ff0641285acd833",
                "md5": "2a0fc24cb7df8d8289bf418864e06a0a",
                "sha256": "0ea8c62853892d73c49858e8f13c83c07098f07d608b8bed593cb110c7e520b2"
            },
            "downloads": -1,
            "filename": "colcon-meson-0.4.5.tar.gz",
            "has_sig": false,
            "md5_digest": "2a0fc24cb7df8d8289bf418864e06a0a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 11815,
            "upload_time": "2024-04-14T18:43:01",
            "upload_time_iso_8601": "2024-04-14T18:43:01.109910Z",
            "url": "https://files.pythonhosted.org/packages/99/b5/ca96766c437eb9b6448a89ced45ae9f559e68d94d57f4ff0641285acd833/colcon-meson-0.4.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-14 18:43:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "colcon",
    "github_project": "colcon-meson",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "colcon-meson"
}
        
Elapsed time: 0.23622s