-
Notifications
You must be signed in to change notification settings - Fork 5
/
Code2Xml.nuspec
23 lines (23 loc) · 1.04 KB
/
Code2Xml.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package>
<metadata>
<id>Code2Xml</id>
<version>3.4.1.107</version>
<title>Code2Xml</title>
<authors>Kazunori Sakamoto</authors>
<owners>Kazunori Sakamoto</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>https://github.com/exKAZUu/Code2Xml/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Code2Xml is a parser collection that inter-converts source code and XML-based concrete syntax trees (CSTs) supporting multiple programming languages.</description>
<releaseNotes>Rewrite Code2Xml.</releaseNotes>
<copyright>Copyright (C) Kazunori Sakamoto 2011-2016</copyright>
<tags>Library Parser XML Programming Language</tags>
<dependencies>
<dependency id="Paraiba.Experiment" version="[1.1.0,1.2)" />
<dependency id="TreeDotNet" version="[1.3.0,1.4)" />
<dependency id="Antlr" version="[3.5.0,3.6)" />
<dependency id="Antlr4.Runtime" version="[4.5,5)" />
</dependencies>
</metadata>
</package>