summaryrefslogtreecommitdiff
path: root/lib/querypath/package_compatible.xml
blob: 50789b7557cd8d09b811d59023c22fbc84879726 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<package version="2.1" xmlns="http://pear.php.net/dtd/package-2.1" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0     http://pear.php.net/dtd/tasks-1.0.xsd     http://pear.php.net/dtd/package-2.1     http://pear.php.net/dtd/package-2.1.xsd">
 <name>QueryPath</name>
 <channel>pear.querypath.org</channel>
 <summary>QueryPath: A library for working with XML, HTML, and web services.
</summary>
 <description>
QueryPath implements much of the jQuery API in PHP, and supports CSS 
selector queries, jQuery's traversal and manipulation APIs, and 
adds many other useful methods. Learn more at http://querypath.org.</description>
 <lead>
  <name>Matt Butcher</name>
  <user>technosophos</user>
  <email>matt@aleph-null.tv</email>
  <active>yes</active>
 </lead>
 <developer>
  <name>Emily Brand</name>
  <user>eabrand</user>
  <email>emily@example.com</email>
  <active>yes</active>
 </developer>
 <contributor>
  <name>Woody Gilk</name>
  <user>shadowhand</user>
  <email>woody@wingsc.com</email>
  <active>yes</active>
 </contributor>
 <date>2010-10-20</date>
 <time>12:15:12</time>
 <version>
  <release>2.1.0beta3</release>
  <api>2.1.0beta3</api>
 </version>
 <stability>
  <release>beta</release>
  <api>beta</api>
 </stability>
 <license uri="http://www.opensource.org/licenses/lgpl-license.php">LGPL or MIT (your choice)</license>
 <notes>
</notes>
 <contents>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>5.2.0</min>
   </php>
   <pearinstaller>
    <min>1.4.8</min>
   </pearinstaller>
  </required>
 </dependencies>
 <phprelease>
 </phprelease>
</package>