conan-io / conan

Conan - The open-source C and C++ package manager
https://conan.io
MIT License
8.17k stars 974 forks source link

[question] I am experminting with the patch feature and I want ask what is the standard way to do an extention that analyze the dependencies graph for the sake of validations on the binaries outside the standard analyze binaries method #16806

Open M0rtalPhe0nix opened 1 month ago

M0rtalPhe0nix commented 1 month ago

What is your question?

what is the standard way to analyze the dependencies graph for the sake of validations on the binaries outside the standard analyze binaries method

Have you read the CONTRIBUTING guide?

memsharded commented 1 month ago

Hi @M0rtalPhe0nix

Not really sure what you mean.

The conan install command (and other commands) have the conan install ... --format=json > graph.json that will create a serialized json representation of the dependency graph, is this what you are looking for?

memsharded commented 1 month ago

Any further question here? This would need some clarifications.