aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rapidcsv/vcpkg.json
blob: 207ca6efa567ed5db4c8eac83f0c63b47545db7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "rapidcsv",
  "version": "8.89",
  "description": "Rapidcsv is a C++ header-only library for CSV parsing.",
  "homepage": "https://github.com/d99kris/rapidcsv/",
  "license": "BSD-3-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}