mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:19:01 +08:00
22 lines
470 B
JSON
22 lines
470 B
JSON
{
|
|
"name": "vincentlaucsb-csv-parser",
|
|
"version": "2.1.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
|
|
}
|
|
]
|
|
}
|