mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 23:37:49 +08:00
20 lines
605 B
JSON
20 lines
605 B
JSON
|
{
|
||
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
||
|
"name": "aurora-au",
|
||
|
"version-semver": "0.3.5",
|
||
|
"description": "A C++14-compatible physical units library with no dependencies and a single-file delivery option. Emphasis on safety, accessibility, performance, and developer experience.",
|
||
|
"homepage": "https://github.com/aurora-opensource/au",
|
||
|
"license": "Apache-2.0",
|
||
|
"supports": "!osx",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|