aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/utfcpp/vcpkg.json
blob: aebf2ce675b52b683625b0708717ba7085669983 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "utfcpp",
  "version": "4.0.6",
  "description": "UTF-8 with C++ in a Portable Way",
  "homepage": "https://github.com/nemtrif/utfcpp",
  "license": "BSL-1.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}