gflags 2.1.1-alpha

This is a prerelease version of gflags.
There is a newer version of this package available.
See the version list below for details.
dotnet add package gflags --version 2.1.1-alpha
NuGet\Install-Package gflags -Version 2.1.1-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-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-alpha
#r "nuget: gflags, 2.1.1-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-alpha&prerelease

// Install gflags as a Cake Tool
#tool nuget:?package=gflags&version=2.1.1-alpha&prerelease

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 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.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on gflags:

Package Downloads
glog

The glog library implements application-level logging. This library provides logging APIs based on C++-style streams and various helper macros.

caffe.clr

Caffe: a fast open framework for deep learning. http://caffe.berkeleyvision.org/

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.2.1 124,189 5/25/2015
2.1.2 2,608 5/25/2015
2.1.1.2 2,485 5/9/2014
2.1.1.2-beta 2,087 5/9/2014
2.1.1.2-alpha 2,104 5/9/2014
2.1.1.1-alpha 1,997 5/9/2014
2.1.1-alpha 1,923 5/9/2014
2.0.1 13,608 2/10/2014

Updated to new gflags version and added support for CMake.