aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vincentlaucsb-csv-parser/vcpkg.json
blob: 439d8ca2988926520cb5dae6ca36bb2a83dffd2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
    }
  ]
}