vcpkg/ports/xalan-c/vcpkg.json

10 lines
259 B
JSON
Raw Normal View History

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