mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
9f5925e81b
Co-authored-by: Alberto Luaces <alberto.luaces@udc.es>
23 lines
491 B
JSON
23 lines
491 B
JSON
{
|
|
"name": "vincentlaucsb-csv-parser",
|
|
"version": "2.2.3",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|