This repository has been archived by the owner on Sep 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
49 lines (49 loc) · 1.98 KB
/
package.xml
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
<?xml version="1.0"?>
<package xmlns="http://pear.php.net/dtd/package-2.0" 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.0 http://pear.php.net/dtd/package-2.0.xsd" version="2.0">
<name>Getopti</name>
<channel>bschaeffer.pearfarm.org</channel>
<summary>A command-line parsing tool.</summary>
<description>A command-line parsing tool inspired by Ruby's Optparser library.</description>
<lead>
<name>Braden Schaeffer</name>
<user>bschaeffer</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2011-05-23</date>
<time>11:50:24</time>
<version>
<release>0.1.4</release>
<api>0.1.4</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.opensource.org/licenses/mit-license.html">MIT</license>
<notes>See http://github.com/bschaeffer/getopti for more information.</notes>
<contents>
<dir name="/" baseinstalldir="Getopti">
<file name="Getopti.php" role="php" md5sum="e8e2360a57ba5a2b8a99f1d2bf7bc368"/>
<dir name="Getopti">
<file name="Exception.php" role="php" md5sum="13d8ef326f82ca508c80514b26b326e2"/>
<file name="Output.php" role="php" md5sum="5feea0b8bde47e2fb40eeab1ede97599"/>
<file name="Parser.php" role="php" md5sum="69e898a87cfe6b6592459c44a0e021bb"/>
<file name="Switcher.php" role="php" md5sum="0c581b8acb4af5f1ed588be1b05587a7"/>
</dir>
<file name="LICENSE" role="doc" md5sum="e8b6c302d0057db19aa38fdc3b21d081"/>
<file name="README.md" role="doc" md5sum="fe64f185550a22abac4c68eb8ad6776f"/>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.3.0</min>
</php>
<pearinstaller>
<min>1.4.0</min>
</pearinstaller>
</required>
</dependencies>
<phprelease/>
</package>