Metadata >> NuGet >> AhoCorasick

AhoCorasick

Metadata

Authors Michael Ganss
Copyrights Copyright 2015 Michael Ganss
Description Implements the Aho-Corasick string search algorithm.
LicenseUrl https://github.com/mganss/AhoCorasick/blob/master/LICENSE
Owners Michael Ganss
ProjectUrl https://github.com/mganss/AhoCorasick
RequireLicenseAcceptance False
Tags aho-corasick aho corasick string search match substring
Title AhoCorasick
PackageSize 20276
PackageHashAlgorithm SHA512
PackageHash uNIbAxuhorm8EQoJW9pCLHmQgA50B5OIy3YiopzK1yzYIKgaYvn0JqA0HHHsE6mWwrJEGb9bUvMbbhalUUOAIA==
DownloadCount 000000
CreatedDate 2015-04-09T19:31:53
ReleaseNotes Add configurable char comparison.

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install AhoCorasick -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install AhoCorasick -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package AhoCorasick
Installing the package (HTTP Basic authentication):
Install-Package AhoCorasick -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package AhoCorasick -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package AhoCorasick

OpenWrap

Installing the package:
o add-wrap AhoCorasick
Uninstalling the package:
o remove-wrap AhoCorasick

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.1.5577.36525
1.1.5569.20484
1.1.5569.20298
1.0.5563.31756