1<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 2 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" 3 xmlns:foaf="http://xmlns.com/foaf/0.1/" 4 xmlns:gnome="http://api.gnome.org/doap-extensions#" 5 xmlns="http://usefulinc.com/ns/doap#"> 6 7 <name xml:lang="en">libxml2</name> 8 <shortdesc xml:lang="en">XML parser and markup toolkit</shortdesc> 9 <description>Libxml2 is the XML C parser and toolkit developed for the Gnome 10project (but usable outside of the Gnome platform), it is free software 11available under the MIT License. XML itself is a metalanguage to design markup 12languages, i.e. text language where semantic and structure are added to the 13content using extra "markup" information enclosed between angle brackets. HTML 14is the most well-known markup language. Though the library is written in C a 15variety of language bindings make it available in other environments. 16 17Libxml2 is known to be very portable, the library should build and work 18without serious troubles on a variety of systems (Linux, Unix, Windows, 19CygWin, MacOS X, RISC Os, OS/2, QNX, MVS, 20...)</description> 21 <developer-forum rdf:resource="https://discourse.gnome.org/tag/libxml2" /> 22 <download-page rdf:resource="https://download.gnome.org/sources/libxml2/" /> 23 <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/libxml2/issues/" /> 24 <category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure" /> 25 <programming-language>C</programming-language> 26 27 <maintainer> 28 <foaf:Person> 29 <foaf:name>Daniel Veillard</foaf:name> 30 <gnome:userid>veillard</gnome:userid> 31 </foaf:Person> 32 </maintainer> 33 <maintainer> 34 <foaf:Person> 35 <foaf:name>Nick Wellnhofer</foaf:name> 36 <gnome:userid>nwellnhof</gnome:userid> 37 </foaf:Person> 38 </maintainer> 39</Project> 40