vcpkg/ports/astr/vcpkg.json
Rostyslav Skrypnyk ec5dd00496
[astr] New port (#38734)
---------
Co-authored-by: Rostyslav Skrypnyk <rostylsav.skrypnyk@elekta.com>
Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
Co-authored-by: Monica <liuyumei01@beyondsoft.com>
2024-06-07 02:09:58 -07:00

18 lines
332 B
JSON

{
"name": "astr",
"version": "0.2.1",
"description": "Compile-time array string header-only library.",
"homepage": "https://github.com/a4z/astr",
"license": "MPL-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}