aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/bext-text/vcpkg.json
blob: 05dc6de18300134efc5ab55cfd138825ddcd0d9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "bext-text",
  "version-date": "2024-01-19",
  "description": "What a c++ standard Unicode library might look like.",
  "homepage": "https://tzlaine.github.io/text/doc/html/index.html",
  "license": "BSL-1.0",
  "dependencies": [
    "boost",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}