gflags 2.1.2.1
dotnet add package gflags --version 2.1.2.1
NuGet\Install-Package gflags -Version 2.1.2.1
<PackageReference Include="gflags" Version="2.1.2.1" />
paket add gflags --version 2.1.2.1
#r "nuget: gflags, 2.1.2.1"
// Install gflags as a Cake Addin #addin nuget:?package=gflags&version=2.1.2.1 // Install gflags as a Cake Tool #tool nuget:?package=gflags&version=2.1.2.1
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. |
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,891 | 5/25/2015 |
2.1.2 | 2,817 | 5/25/2015 |
2.1.1.2 | 2,786 | 5/9/2014 |
2.1.1.2-beta | 2,342 | 5/9/2014 |
2.1.1.2-alpha | 2,350 | 5/9/2014 |
2.1.1.1-alpha | 2,200 | 5/9/2014 |
2.1.1-alpha | 2,213 | 5/9/2014 |
2.0.1 | 15,930 | 2/10/2014 |
Fixed issue with includes and CMake-based consuming projects.