vcpkg/ports/xalan-c/vcpkg.json
JonLiu1993 6b47549240
[Xalan-C] update to 1.12 (#17256)
* [Xalan-C] update to 1.12

* update version
2021-04-29 16:18:49 -07:00

10 lines
259 B
JSON

{
"name": "xalan-c",
"version": "1.12",
"description": "Xalan is an XSLT processor for transforming XML documents into HTML, text, or other XML document types",
"homepage": "https://github.com/apache/xalan-c",
"dependencies": [
"xerces-c"
]
}