-
Notifications
You must be signed in to change notification settings - Fork 14
/
Graham.nuspec
23 lines (23 loc) · 1.14 KB
/
Graham.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" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Graham</id>
<version>0.8.6-alpha</version>
<dependencies>
<dependency id="ExtCore" version="0.8.43" />
</dependencies>
<title>Graham</title>
<authors>Jack Pappas</authors>
<owners />
<licenseUrl>http://opensource.org/licenses/Apache-2.0</licenseUrl>
<projectUrl>https://github.com/jack-pappas/fsharp-tools</projectUrl>
<iconUrl>https://github.com/jack-pappas/facio/blob/master/docs/files/img/logo.png?raw=true</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A library for creating and analyzing context-free grammars (CFGs) and implementing parser-generators.</description>
<tags>f# fsharp yacc fsyacc lex fslex grammar parser lexer irony dsl parsec fparsec</tags>
</metadata>
<files>
<file src="_NuGetBuild\net40\Graham.XML" target="lib\net40\Graham.XML" />
<file src="_NuGetBuild\net40\Graham.dll" target="lib\net40\Graham.dll" />
</files>
</package>