vcpkg/ports/vincentlaucsb-csv-parser/vcpkg.json

22 lines
470 B
JSON

{
"name": "vincentlaucsb-csv-parser",
"version": "2.2.3",
"description": "A modern C++ library for reading, writing, and analyzing CSV (and similar) files.",
"homepage": "https://github.com/vincentlaucsb/csv-parser",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
"hedley",
"mio",
"string-view-lite",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}