AhoCorasick 1.1.5577.36525

dotnet add package AhoCorasick --version 1.1.5577.36525                
NuGet\Install-Package AhoCorasick -Version 1.1.5577.36525                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AhoCorasick" Version="1.1.5577.36525" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AhoCorasick --version 1.1.5577.36525                
#r "nuget: AhoCorasick, 1.1.5577.36525"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AhoCorasick as a Cake Addin
#addin nuget:?package=AhoCorasick&version=1.1.5577.36525

// Install AhoCorasick as a Cake Tool
#tool nuget:?package=AhoCorasick&version=1.1.5577.36525                

Implements the Aho-Corasick string search algorithm.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.5577.36525 303 4/9/2015
1.1.5569.20484 63 4/1/2015
1.1.5569.20298 54 4/1/2015
1.0.5563.31756 59 3/26/2015

Add configurable char comparison.