diff options
Diffstat (limited to 'vcpkg/ports/vincentlaucsb-csv-parser/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/vincentlaucsb-csv-parser/vcpkg.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/vincentlaucsb-csv-parser/vcpkg.json b/vcpkg/ports/vincentlaucsb-csv-parser/vcpkg.json new file mode 100644 index 0000000..439d8ca --- /dev/null +++ b/vcpkg/ports/vincentlaucsb-csv-parser/vcpkg.json @@ -0,0 +1,21 @@ +{ + "name": "vincentlaucsb-csv-parser", + "version": "2.3.0", + "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 + } + ] +} |