gflags 2.1.1.2-alpha
This is a prerelease version of gflags.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package gflags --version 2.1.1.2-alpha
NuGet\Install-Package gflags -Version 2.1.1.2-alpha
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="gflags" Version="2.1.1.2-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add gflags --version 2.1.1.2-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: gflags, 2.1.1.2-alpha"
#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 gflags as a Cake Addin #addin nuget:?package=gflags&version=2.1.1.2-alpha&prerelease // Install gflags as a Cake Tool #tool nuget:?package=gflags&version=2.1.1.2-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
The gflags package contains a library that implements commandline flags processing.
As such it's a replacement for getopt(). It has increased flexibility, including built-in support
for C++ types like string, and the ability to define flags in the source file in which they're used.
This nuget package includes static and shared binaries for 32 and 64 bit architectures
and for v100, v110 and v120 platform toolsets.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
Compatible target framework(s)
Included target framework(s) (in 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 |
---|---|---|
2.1.1.2 | 210 | 5/9/2014 |
2.1.1.2-beta | 45 | 5/9/2014 |
2.1.1.2-alpha | 46 | 5/9/2014 |
2.1.1.1-alpha | 43 | 5/9/2014 |
2.1.1-alpha | 38 | 5/9/2014 |
2.0.1 | 174 | 2/10/2014 |
Updated to new gflags version and added support for CMake.