mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 15:09:07 +08:00
20 lines
377 B
JSON
20 lines
377 B
JSON
{
|
|
"name": "scnlib",
|
|
"version": "2.0.2",
|
|
"port-version": 1,
|
|
"description": "scnlib is a modern C++ library for replacing scanf and std::istream",
|
|
"homepage": "https://scnlib.dev/",
|
|
"dependencies": [
|
|
"fast-float",
|
|
"simdutf",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|