gflags 2.0.1
See the version list below for details.
dotnet add package gflags --version 2.0.1
NuGet\Install-Package gflags -Version 2.0.1
<PackageReference Include="gflags" Version="2.0.1" />
paket add gflags --version 2.0.1
#r "nuget: gflags, 2.0.1"
// Install gflags as a Cake Addin #addin nuget:?package=gflags&version=2.0.1 // Install gflags as a Cake Tool #tool nuget:?package=gflags&version=2.0.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
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,930 | 5/25/2015 |
2.1.2 | 2,818 | 5/25/2015 |
2.1.1.2 | 2,787 | 5/9/2014 |
2.1.1.2-beta | 2,343 | 5/9/2014 |
2.1.1.2-alpha | 2,351 | 5/9/2014 |
2.1.1.1-alpha | 2,201 | 5/9/2014 |
2.1.1-alpha | 2,214 | 5/9/2014 |
2.0.1 | 16,079 | 2/10/2014 |
Initial version.