[aurora-au] Add link to documentation website (#41765)

This commit is contained in:
Andre Nguyen 2024-10-25 01:12:26 -04:00 committed by GitHub
parent 8e9a1fc605
commit 5e92f89bd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 1 deletions

View File

@ -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": [

View File

@ -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",

View File

@ -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",