Added external/libxml2 (for Android)

This commit is contained in:
Dimitris Panokostas 2019-11-01 00:20:53 +01:00
parent 3f3572b66d
commit 7ffb3d0d25
289 changed files with 361404 additions and 0 deletions

19
external/libxml2/libxml2.doap vendored Normal file
View file

@ -0,0 +1,19 @@
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">libxml2</name>
<shortdesc xml:lang="en">XML parser and markup toolkit</shortdesc>
<homepage rdf:resource="http://xmlsoft.org/" />
<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/xml" />
<category rdf:resource="http://api.gnome.org/doap-extensions#platform" />
<maintainer>
<foaf:Person>
<foaf:name>Daniel Veillard</foaf:name>
<gnome:userid>veillard</gnome:userid>
</foaf:Person>
</maintainer>
</Project>