vcpkg/ports/vincentlaucsb-csv-parser/vcpkg.json
Alberto Luaces 9f5925e81b
[vincentlaucsb-csv-parser] Fix gcov linking errors on linux. (#41716)
Co-authored-by: Alberto Luaces <alberto.luaces@udc.es>
2024-10-23 13:45:42 -07:00

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
}
]
}