vcpkg/ports/fribidi/vcpkg.json
2024-09-27 11:37:36 -04:00

19 lines
403 B
JSON

{
"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
}
]
}