port from perforce

This commit is contained in:
2026-04-18 22:31:51 +02:00
commit 8d0ab5b7cc
8409 changed files with 3972376 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<?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 users 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>