blob: faf80bf2bba6e0a88b17124fc166ad45fe82ef6d (
plain)
1
2
3
4
5
6
7
8
9
|
{
"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"
]
}
|