How to get list of all available options for given package
See original GitHub issueHow 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:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
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.