blob: 74f77de2ab67993e14325b3ed7af72d43e4ecfe4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"name": "libxslt",
"version": "1.1.34",
"port-version": 1,
"description": "Libxslt is a XSLT library implemented in C for XSLT 1.0 and most of EXSLT",
"homepage": "https://github.com/GNOME/libxslt",
"supports": "!uwp",
"dependencies": [
"liblzma",
"libxml2"
]
}
|