Conan Inspect Jun 2026
When you run the command, Conan parses the recipe and returns values for:
: To see what build options (like shared or fPIC ) a library supports: conan inspect . Use code with caution. conan inspect
: Used to fetch python_requires if the local recipe depends on them. 2. Key Attributes Inspected When you run the command, Conan parses the
conan inspect zlib/1.2.13@
| Use Case | Benefit | | :--- | :--- | | | Extract the version or license automatically from a recipe to name artifacts or check compliance. | | Dependency Debugging | Quickly checking if a recipe supports a specific option (e.g., does this library have a shared option?) without editing files. | | Documentation | Generating documentation for a library by dumping the available options and their defaults. | | | Documentation | Generating documentation for a