Files
vcpkg/ports/scnlib/vcpkg.json
2025-01-26 18:52:42 -08:00

20 lines
389 B
JSON

{
"name": "scnlib",
"version": "4.0.1",
"port-version": 1,
"description": "scnlib is a modern C++ library for replacing scanf and std::istream",
"homepage": "https://scnlib.dev/",
"license": "Apache-2.0",
"dependencies": [
"fast-float",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}