diff options
Diffstat (limited to 'vcpkg/ports/libcsv/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libcsv/vcpkg.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vcpkg/ports/libcsv/vcpkg.json b/vcpkg/ports/libcsv/vcpkg.json new file mode 100644 index 0000000..520c00e --- /dev/null +++ b/vcpkg/ports/libcsv/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "libcsv", + "version": "3.0.3", + "port-version": 1, + "description": "CSV parser and writer library", + "homepage": "https://github.com/rgamble/libcsv", + "license": "GPL-2.0-or-later", + "supports": "!xbox" +} |