File: package.xml

package info (click to toggle)
php-tokenreflection 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 596 kB
  • ctags: 1,973
  • sloc: php: 7,803; xml: 102; makefile: 7
file content (102 lines) | stat: -rw-r--r-- 7,304 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.4" 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>TokenReflection</name>
 <channel>pear.andrewsville.cz</channel>
 <summary>PHP reflection replacement.</summary>
 <description>Reflection library that does not need to load the source code and uses just the tokenized source code. Compatible with the PHP reflection and adds many useful features.</description>
 <lead>
  <name>Ondřej Nešpor</name>
  <user>andrewsville</user>
  <email>andrew@andrewsville.cz</email>
  <active>yes</active>
 </lead>
 <developer>
  <name>Jaroslav Hanslík</name>
  <user>kukulich</user>
  <email>kontakt@kukulich.cz</email>
  <active>yes</active>
 </developer>
 <date>2012-09-08</date>
 <time>21:16:55</time>
 <version>
  <release>1.3.1</release>
  <api>1.0.0</api>
 </version>
 <stability>
  <release>stable</release>
  <api>stable</api>
 </stability>
 <license uri="https://github.com/Andrewsville/PHP-Token-Reflection/blob/master/LICENSE">New BSD</license>
 <notes>
-
 </notes>
 <contents>
  <dir name="/">
   <file md5sum="efd07754fb9fb18da59640a32307df39" name="TokenReflection/Broker/Backend/Memory.php" role="php" />
   <file md5sum="d694f6eefa20677b8346cd308aa51eb1" name="TokenReflection/Broker/Backend.php" role="php" />
   <file md5sum="806443eb642910cea9c4d55cd065b024" name="TokenReflection/Dummy/ReflectionClass.php" role="php" />
   <file md5sum="a6563e1a0ebb739b7e1d9a6de748662d" name="TokenReflection/Invalid/ReflectionElement.php" role="php" />
   <file md5sum="9256c51609fa15f3402b62c47ef3786e" name="TokenReflection/Invalid/ReflectionClass.php" role="php" />
   <file md5sum="5935d21c265cbcd62eafac79c8313968" name="TokenReflection/Invalid/ReflectionConstant.php" role="php" />
   <file md5sum="41bf0cb7763f047a232f6a8acd566255" name="TokenReflection/Invalid/ReflectionFunction.php" role="php" />
   <file md5sum="97377c379ef3e96b339f06e17de47413" name="TokenReflection/Exception/BaseException.php" role="php" />
   <file md5sum="3e8b19d0a989bcbce182796e8954ac3e" name="TokenReflection/Exception/BrokerException.php" role="php" />
   <file md5sum="392051f0221790936373639abdb99433" name="TokenReflection/Exception/FileProcessingException.php" role="php" />
   <file md5sum="8ebfb13a75b04b8553a7872b846d75d1" name="TokenReflection/Exception/ParseException.php" role="php" />
   <file md5sum="69f6c1c6015218db5c3cb8c7a042fa3c" name="TokenReflection/Exception/RuntimeException.php" role="php" />
   <file md5sum="936342d1a1c9d2da239a05006f81aced" name="TokenReflection/Exception/StreamException.php" role="php" />
   <file md5sum="223d09ddf68e4df3bd8870a4bb4193b1" name="TokenReflection/Php/IReflection.php" role="php" />
   <file md5sum="50c3d4f5e02094ea1aa7c9134d0a710b" name="TokenReflection/Php/ReflectionClass.php" role="php" />
   <file md5sum="0f765b4f1fbf16e469564dd74cd6c8e4" name="TokenReflection/Php/ReflectionConstant.php" role="php" />
   <file md5sum="32d3626ab015de80585e2ea1df8bdee3" name="TokenReflection/Php/ReflectionExtension.php" role="php" />
   <file md5sum="37fd48be20a0af61cf0d50efe46dfb38" name="TokenReflection/Php/ReflectionFunction.php" role="php" />
   <file md5sum="f3d3dedf7d5aba8817c0840b75a33fb0" name="TokenReflection/Php/ReflectionMethod.php" role="php" />
   <file md5sum="200d99c70830207f4dda1005333224c9" name="TokenReflection/Php/ReflectionParameter.php" role="php" />
   <file md5sum="b526bc42bc5cec77e1b4dd710e801aff" name="TokenReflection/Php/ReflectionProperty.php" role="php" />
   <file md5sum="b33e6711dd6a63d542bf074bf8e4aac0" name="TokenReflection/Stream/StreamBase.php" role="php" />
   <file md5sum="6c21a8506a4dfd021706e3399c7f9734" name="TokenReflection/Stream/FileStream.php" role="php" />
   <file md5sum="1234027473764d0839816824b3bcaa46" name="TokenReflection/Stream/StringStream.php" role="php" />
   <file md5sum="ecee283b05eb24fe7130464a9b0d2cc8" name="TokenReflection/Broker.php" role="php" />
   <file md5sum="cdb430b33894b8ac90cf53febad61ed0" name="TokenReflection/IReflection.php" role="php" />
   <file md5sum="1b7b45e15331ca29d59cab12081e8311" name="TokenReflection/IReflectionClass.php" role="php" />
   <file md5sum="356d50ceb8a8ccd64ca07ab1706976a5" name="TokenReflection/IReflectionConstant.php" role="php" />
   <file md5sum="1a49a7315b1bf1a36930d120bbf3d45e" name="TokenReflection/IReflectionExtension.php" role="php" />
   <file md5sum="4fb7e6cf091e650d791b732a4ad88b37" name="TokenReflection/IReflectionFunction.php" role="php" />
   <file md5sum="f53baba7be4c58da4a9cb7dab64308aa" name="TokenReflection/IReflectionFunctionBase.php" role="php" />
   <file md5sum="86061e23e459c87ac7afec63e2b1d867" name="TokenReflection/IReflectionMethod.php" role="php" />
   <file md5sum="d5c8416ebddb6e1758319accf579231a" name="TokenReflection/IReflectionNamespace.php" role="php" />
   <file md5sum="706f9d44a0312ffa6ab39d662f9f5a69" name="TokenReflection/IReflectionParameter.php" role="php" />
   <file md5sum="5a36e214e09a642092a7013ce6f8d0d6" name="TokenReflection/IReflectionProperty.php" role="php" />
   <file md5sum="da4a342d9be1e951a9cd565fc6862552" name="TokenReflection/ReflectionAnnotation.php" role="php" />
   <file md5sum="be10c30df8977e1fd735cd15b3c4ba4c" name="TokenReflection/ReflectionBase.php" role="php" />
   <file md5sum="0e53289d71a1a20bc1e9e1c9c43ee118" name="TokenReflection/ReflectionClass.php" role="php" />
   <file md5sum="f63024f43259dfbb907da01c9607c2f4" name="TokenReflection/ReflectionConstant.php" role="php" />
   <file md5sum="10e04390ff144df1631d2adcc519f288" name="TokenReflection/ReflectionElement.php" role="php" />
   <file md5sum="82bd3d11bd3635e043c61890a33825fd" name="TokenReflection/ReflectionFile.php" role="php" />
   <file md5sum="3050e206642f84048982af71c2abb4ae" name="TokenReflection/ReflectionFileNamespace.php" role="php" />
   <file md5sum="51b83fdc3d1cd1c6a28cccf416b1fcbb" name="TokenReflection/ReflectionFunction.php" role="php" />
   <file md5sum="1f3b27876fe0340686b5327f0a3c7915" name="TokenReflection/ReflectionFunctionBase.php" role="php" />
   <file md5sum="2d92c0e4b24d23fa63bab16fbaf8037b" name="TokenReflection/ReflectionMethod.php" role="php" />
   <file md5sum="693d0775aaef4b28bea37dc9fc3ad737" name="TokenReflection/ReflectionNamespace.php" role="php" />
   <file md5sum="94c7076761be305512d1ca90f813a896" name="TokenReflection/ReflectionParameter.php" role="php" />
   <file md5sum="d2ba08f6494089141767dfaeb31addfb" name="TokenReflection/ReflectionProperty.php" role="php" />
   <file md5sum="39ebf575e4d8f0a43629140538eaaa34" name="TokenReflection/Resolver.php" role="php" />
   <file md5sum="5ba1e69d49c4722b51c45aa050750b7d" name="LICENSE" role="doc" />
   <file md5sum="a3e15b1b3f1bfb7ff70432aa624d11d7" name="README.md" role="doc" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>5.3.0</min>
   </php>
   <pearinstaller>
    <min>1.4.0</min>
   </pearinstaller>
   <extension>
    <name>tokenizer</name>
   </extension>
  </required>
 </dependencies>
 <phprelease />
</package>