This site uses cookies to provide you with a better experience. For information on our Privacy and Cookie Policy, please visit this page. By continuing to use the site or closing this banner, you are agreeing to our terms of use. Close

Conan Inspect <RECENT × 2025>

Here’s a useful blog post idea for conan inspect , aimed at C++ developers who use Conan for dependency management. conan inspect : Your Command-Line Window into Package Metadata

conan inspect prints metadata from a Conan recipe (conanfile.py or conanfile.txt) without installing or building the package. conan inspect

| Option | Purpose | |--------|---------| | --attribute=name | Show only specific attributes | | --raw | Output raw value (great for scripts) | | --remote | Inspect package from remote without local recipe | Here’s a useful blog post idea for conan

name: zlib version: 1.2.13 url: https://github.com/conan-io/conan-center-index license: Zlib description: A compression library ... conan inspect zlib/1

conan inspect zlib/1.2.13@ Output example:

conan inspect zlib/1.2.13@ --format=json | jq '.version' conan inspect is a small but mighty tool for any Conan user. Next time you wonder “What settings does this package support?” — reach for conan inspect before opening your editor.

History
    Inquiry Cart