2024-10-16 07:43:26 +08:00
{
"$schema" : "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json" ,
"name" : "aurora-au" ,
"version-semver" : "0.3.5" ,
2024-10-25 13:12:26 +08:00
"port-version" : 1 ,
2024-10-16 07:43:26 +08:00
"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" ,
2024-10-25 13:12:26 +08:00
"documentation" : "https://aurora-opensource.github.io/au/main/" ,
2024-10-16 07:43:26 +08:00
"license" : "Apache-2.0" ,
"supports" : "!osx" ,
"dependencies" : [
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
]
}