File: package.xml

package info (click to toggle)
php-propro 2.1.0%2B1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 264 kB
  • sloc: ansic: 1,106; xml: 129; php: 18; makefile: 1
file content (63 lines) | stat: -rw-r--r-- 3,019 bytes parent folder | download | duplicates (2)
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
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.10.5" version="2.0" 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">
 <name>propro</name>
 <channel>pecl.php.net</channel>
 <summary>Property proxy</summary>
 <description>A reusable split-off of pecl_http&apos;s property proxy API.</description>
 <lead>
  <name>Michael Wallner</name>
  <user>mike</user>
  <email>mike@php.net</email>
  <active>yes</active>
 </lead>
 <date>2018-04-09</date>
 <time>10:31:25</time>
 <version>
  <release>2.1.0</release>
  <api>2.0.0</api>
 </version>
 <stability>
  <release>stable</release>
  <api>stable</api>
 </stability>
 <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
 <notes>
* PHP-7.2 compatibility
 </notes>
 <contents>
  <dir name="/">
   <file md5sum="2f72f84ccf36934682dc84313cda3c5d" name="src/php_propro_api.h" role="src" />
   <file md5sum="2762f915fd579b2ab6c86ce0f2436e41" name="src/php_propro_api.c" role="src" />
   <file md5sum="aafbd42aa49ae8faeb258bf65baa5583" name="scripts/gen_travis_yml.php" role="src" />
   <file md5sum="88d27e90df52022b33ea6a72131a81c4" name="tests/001.phpt" role="test" />
   <file md5sum="f224dc6cb4b59830ada17e2be3f59f34" name="tests/002.phpt" role="test" />
   <file md5sum="2bb8c15b188cd24aa1c5ff58370f9db4" name="tests/003.phpt" role="test" />
   <file md5sum="f00d3c40b7d279e4f72b8464c2ac08b5" name="AUTHORS" role="doc" />
   <file md5sum="4e80a777613575ef042d64749d01573b" name="BUGS" role="doc" />
   <file md5sum="e08900397d959898138ad2128935d922" name="CONTRIBUTING.md" role="doc" />
   <file md5sum="ca45da48d9063fccc6b966700b96a5d0" name="CREDITS" role="doc" />
   <file md5sum="a3b4fd992df13edab98ba5c58c0a0b0a" name="LICENSE" role="doc" />
   <file md5sum="507c9d04596fc6f324d5052d8c488a46" name="README.md" role="doc" />
   <file md5sum="cd0b941fc7688653edbdb0e7b15e074b" name="THANKS" role="doc" />
   <file md5sum="d41d8cd98f00b204e9800998ecf8427e" name="TODO" role="doc" />
   <file md5sum="58e19eb6c7de926648662de6738aa282" name="Doxyfile" role="doc" />
   <file md5sum="bbc7d260c89a883d29f35f4b42a2ba51" name="config.m4" role="src" />
   <file md5sum="04b2c32acf793a618ee406716a968973" name="config0.m4" role="src" />
   <file md5sum="45d1494594280ad6c631f01ef281b02a" name="config.w32" role="src" />
   <file md5sum="2099e3fb49f3d4d841e4722cea953ff3" name="Makefile.frag" role="src" />
   <file md5sum="3d6f1b92ca88f9919ec55842b8cf6aca" name="php_propro.h" role="src" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>7.0.0</min>
   </php>
   <pearinstaller>
    <min>1.4.0</min>
   </pearinstaller>
  </required>
 </dependencies>
 <providesextension>propro</providesextension>
 <extsrcrelease />
</package>