vcpkg/ports/aurora-au/vcpkg.json
JonLiu1993 a08d0b196f
[aurora-au] Update to version 0.4.0 and add test port (#42679)
Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-12-23 10:17:35 -06:00

21 lines
672 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "aurora-au",
"version-semver": "0.4.0",
"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",
"documentation": "https://aurora-opensource.github.io/au/main/",
"license": "Apache-2.0",
"supports": "!osx",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}