mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:38:59 +08:00
0fec1340eb
* [vcpkg docs] add docs for manifest files These are just for the maintainer docs, not user docs. * [vcpkg] EBNF-ify platform expression parsing this modifies nothing about what strings are accepted or rejected, it just moves stuff around. also adds tests. * [vcpkg docs] add manifest mode example * [wip] docs for augustin also fix tabs * [vcpkg manifest] switch to using maps for features * Apply suggestions from code review * un-experimentize format-manifest * flesh out the user manifest mode docs * CRs * billy CRs * final personal pass-thru
14 lines
388 B
JSON
14 lines
388 B
JSON
{
|
|
"name": "cpu-features",
|
|
"version-string": "0.4.1",
|
|
"description": "A cross-platform C library to retrieve CPU features (such as available instructions) at runtime",
|
|
"homepage": "https://github.com/google/cpu_features",
|
|
"license": "Apache-2.0",
|
|
"supports": "!(arm | uwp)",
|
|
"features": {
|
|
"tools": {
|
|
"description": "list_cpu_features command line tool"
|
|
}
|
|
}
|
|
}
|