-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
40 lines (34 loc) · 1.46 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="be.bastelstu.parserCombinator" xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/package.xsd">
<packageinformation>
<packagename>Parser Combinator</packagename>
<isapplication>0</isapplication>
<!--
first digit : versioning epoch used to fix historical versioning mistakes
second digit: encoded upstream version, two digits each
last digit : respin for packaging changes
-->
<!-- 0.6.1 -->
<version>1.601.0</version> <!-- actually: 1.000601.0 -->
<date>2024-01-13</date>
</packageinformation>
<authorinformation>
<author>Didier Plaindoux, Tim Düsterhus</author>
<authorurl>https://tims.bastelstu.be</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="5.5.20">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="7.0.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
</instructions>
<instructions type="update" fromversion="0.6.1">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
</instructions>
<instructions type="update" fromversion="0.6.1 pl 1">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
</instructions>
</package>