mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
[aurora-au] Add link to documentation website (#41765)
This commit is contained in:
parent
8e9a1fc605
commit
5e92f89bd7
@ -2,8 +2,10 @@
|
|||||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
||||||
"name": "aurora-au",
|
"name": "aurora-au",
|
||||||
"version-semver": "0.3.5",
|
"version-semver": "0.3.5",
|
||||||
|
"port-version": 1,
|
||||||
"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.",
|
"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",
|
"homepage": "https://github.com/aurora-opensource/au",
|
||||||
|
"documentation": "https://aurora-opensource.github.io/au/main/",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"supports": "!osx",
|
"supports": "!osx",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "843b8ff14fe6b933b9888e9badec1595bdcec3bf",
|
||||||
|
"version-semver": "0.3.5",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "dbea0dd2b0494c189b944e96b477192d37461bb9",
|
"git-tree": "dbea0dd2b0494c189b944e96b477192d37461bb9",
|
||||||
"version-semver": "0.3.5",
|
"version-semver": "0.3.5",
|
||||||
|
@ -358,7 +358,7 @@
|
|||||||
},
|
},
|
||||||
"aurora-au": {
|
"aurora-au": {
|
||||||
"baseline": "0.3.5",
|
"baseline": "0.3.5",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"autobahn": {
|
"autobahn": {
|
||||||
"baseline": "20.8.1",
|
"baseline": "20.8.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user