-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSharpBoomerang.nuspec
26 lines (24 loc) · 1.19 KB
/
SharpBoomerang.nuspec
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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.1">
<id>SharpBoomerang</id>
<title>SharpBoomerang</title>
<version>$version$</version>
<authors>Alex Corrado</authors>
<owners>Alex Corrado</owners>
<projectUrl>https://github.com/chkn/SharpBoomerang</projectUrl>
<licenseUrl>https://github.com/chkn/SharpBoomerang/blob/master/License.md</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Parser/unparser (pretty printer) from the same grammar.</summary>
<description>
An F# library with combinators for specifying a grammar for both a parser and a
pretty printer simultaneously. Every construct in SharpBoomerang is designed
to be bidirectional.
</description>
<tags>fsharp F# parse parsing pretty print printer formatter grammar combinators</tags>
</metadata>
<files>
<file src="bin/Release/SharpBoomerang.dll" target="lib/portable-net45+netcore45+wpa81+wp8/SharpBoomerang.dll" />
<file src="bin/Release/SharpBoomerang.xml" target="lib/portable-net45+netcore45+wpa81+wp8/SharpBoomerang.xml" />
</files>
</package>