vcpkg/ports/rapidcsv/vcpkg.json

14 lines
289 B
JSON
Raw Normal View History

{
"name": "rapidcsv",
2024-10-15 04:27:39 +08:00
"version": "8.84",
"description": "Rapidcsv is a C++ header-only library for CSV parsing.",
"homepage": "https://github.com/d99kris/rapidcsv/",
2022-08-24 01:13:33 +08:00
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}