Antlr.3.5.0.2.nuspec
1.11 KB
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Antlr</id>
<version>3.5.0.2</version>
<title>ANTLRv3</title>
<authors>Sam Harwell, Terence Parr</authors>
<owners>Sam Harwell, Terence Parr</owners>
<licenseUrl>http://www.antlr3.org/license.html</licenseUrl>
<projectUrl>https://github.com/antlr/antlrcs</projectUrl>
<iconUrl>http://www.antlr.org/images/antlr-link.gif</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages.</description>
<summary>ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages.</summary>
<language>en-US</language>
</metadata>
</package>