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