aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fribidi/vcpkg.json
blob: 2d8e02bdbe1ed26060f668bb6d8cf2b2ae0cf101 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "fribidi",
  "version": "1.0.16",
  "description": "GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi)",
  "homepage": "https://www.gnu.org/software/fribidi",
  "license": "LGPL-2.1-or-later",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "fribidi",
      "host": true
    },
    {
      "name": "vcpkg-tool-meson",
      "host": true
    }
  ]
}