22 lines
1.2 KiB
XML
22 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||
<metadata>
|
||
<id>FParsec-Big-Data-Edition</id>
|
||
<version>1.0.1</version>
|
||
<title>FParsec (Big Data Edition)</title>
|
||
<authors>Stephan Tolksdorf</authors>
|
||
<owners>Stephan Tolksdorf</owners>
|
||
<licenseUrl>http://www.quanttec.com/fparsec/license.html</licenseUrl>
|
||
<projectUrl>http://www.quanttec.com/fparsec/</projectUrl>
|
||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||
<description>FParsec is a parser combinator library for F#.
|
||
|
||
You can find comprehensive documentation for FParsec at http://www.quanttec.com/fparsec. The documentation includes a feature list, a tutorial, a user’s guide and an API reference.
|
||
|
||
This package uses a configuration of FParsec that supports very large input streams and is optimized for maximum performance in longer running processes. See www.quanttec.com/fparsec/download-and-installation.html for more information.</description>
|
||
<releaseNotes>See http://www.quanttec.com/fparsec/about/changelog.html</releaseNotes>
|
||
<copyright>Copyright © 2013 Stephan Tolksdorf</copyright>
|
||
<language />
|
||
<tags>parser combinator f# fsharp c# csharp</tags>
|
||
</metadata>
|
||
</package> |