{"library":"meson","install":[{"cmd":"pip install meson","imports":["Meson is primarily used via its command-line interface and build definition files (e.g., meson.build), not typically through direct Python imports for general build orchestration. Python modules within Meson's DSL are imported using the `import()` function (e.g., `python = import('python')`)."]},{"cmd":"sudo apt-get install python3 ninja-build meson","imports":[]}]}