blob: 14a653d5062b8cd5110834f546bc96404b22eeba [file] [log] [blame]
veillard494ed592009-05-12 08:54:59 +02001<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>
Elliott Hughesecdab2a2022-02-23 14:33:50 -08009 <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, MacOS X, RISC Os, OS/2, VMS, QNX, MVS, VxWorks,
20...)</description>
veillard494ed592009-05-12 08:54:59 +020021 <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/xml" />
Elliott Hughesecdab2a2022-02-23 14:33:50 -080022 <category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure" />
23 <programming-language>C</programming-language>
veillard494ed592009-05-12 08:54:59 +020024
25 <maintainer>
26 <foaf:Person>
27 <foaf:name>Daniel Veillard</foaf:name>
28 <gnome:userid>veillard</gnome:userid>
29 </foaf:Person>
30 </maintainer>
Elliott Hughesecdab2a2022-02-23 14:33:50 -080031 <maintainer>
32 <foaf:Person>
33 <foaf:name>Nick Wellnhofer</foaf:name>
34 <gnome:userid>nwellnhof</gnome:userid>
35 </foaf:Person>
36 </maintainer>
veillard494ed592009-05-12 08:54:59 +020037</Project>