C5
Metadata
| Authors | Niels Kokholm,Peter Sestoft,Rasmus Nielsen |
|---|---|
| Copyrights | Copyright 2012 |
| Description | The C5 Generic Collection Library for C# and CLI is a comprehensive collection library supporting lists, sets, bags, dictionaries, priority queues, (FIFO) queues, and (LIFO) stacks. C5 runs on .NET 4.0, Silverlight 3+, Windows Phone 7, Xbox 360, and Mono. |
| IconUrl | https://github.com/sestoft/C5/raw/master/images/icon-nuget.png |
| LicenseUrl | https://github.com/sestoft/C5/raw/master/LICENSE.txt |
| Owners | Niels Kokholm,Peter Sestoft,Rasmus Nielsen |
| ProjectUrl | http://www.itu.dk/research/c5/ |
| ReleaseNotes | Updated .nuspec to support Portable Libraries |
| RequireLicenseAcceptance | False |
| Tags | Generics Collections Heap TreeSet PriorityQueue |
| Title | C5 |
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 C5 -Source http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
- Installing the package (pre-authenticated):
-
nuget install C5 -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 C5
- Installing the package (HTTP Basic authentication):
-
Install-Package C5 -Source http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
- Installing the package (pre-authenticated):
-
Install-Package C5 -Source http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
- Uinstalling the package:
-
Uninstall-Package C5
OpenWrap
- Installing the package:
-
o add-wrap C5
- Uninstalling the package:
-
o remove-wrap C5
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.
