question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to get list of all available options for given package

See original GitHub issue

How to get list of all available options for given package (e.q. OpenSSL/1.0.2k@lasote/stable). I am interested in options like these:

[options] OpenSSL:386=False OpenSSL:no_asm=False OpenSSL:no_bf=False OpenSSL:no_cast=False OpenSSL:no_des=False OpenSSL:no_dh=False OpenSSL:no_dsa=False OpenSSL:no_electric_fence=False OpenSSL:no_hmac=False OpenSSL:no_md2=False OpenSSL:no_md5=False OpenSSL:no_mdc2=False OpenSSL:no_rc2=False OpenSSL:no_rc4=False OpenSSL:no_rc5=False OpenSSL:no_rsa=False OpenSSL:no_sha=False OpenSSL:no_sse2=False OpenSSL:no_threads=False OpenSSL:no_zlib=False OpenSSL:shared=False OpenSSL:zlib_dynamic=False

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

9reactions
uilianriescommented, Feb 1, 2019

Well it was in 2017, but inspect was released in Conan 1.8 (10/2018), so now you can:

conan inspect -a options -r bincrafters qt/5.12.0@bincrafters/stable

0reactions
Quincunx271commented, Jan 31, 2019

I think this feature should probably be added. As a point where this matters, the conan-qt package’s conanfile.py creates several options programmatically. The names of the options do not appear in the conanfile.py at all.

Read more comments on GitHub >

github_iconTop Results From Across the Web

r - Is it possible to list all the global options that can be set for a ...
Search for "option" within the repository to find all references to "option" in the package's code. Search through this. It takes a bit...
Read more >
List Available Packages at CRAN-like Repositories - Rdrr.io
available.packages returns a matrix of details corresponding to packages currently available at one or more repositories. The current list of packages is ...
Read more >
apt - How can I see all versions of a package that ... - Ask Ubuntu
I can see the last version of each archive with apt-get policy , but how can I see them all? Is there any...
Read more >
How to list all the available version of a package.
I have a VM running Red Hat Enterprise Linux Server release 7.3 (Maipo) and I am looking for a way to pull the...
Read more >
npm-ls
This command will print to stdout all the versions of packages that are installed, as well as their dependencies when --all is specified,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found