mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:58:59 +08:00
19 lines
368 B
JSON
19 lines
368 B
JSON
{
|
|
"name": "scnlib",
|
|
"version": "3.0.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
|
|
}
|
|
]
|
|
}
|