aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/utf8proc/vcpkg.json
blob: ad61f749901be64c587aa274f82af8281047bccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "utf8proc",
  "version": "2.11.0",
  "description": "Clean C library for processing UTF-8 Unicode data.",
  "homepage": "https://github.com/JuliaLang/utf8proc",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}