[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-devel:18294] ITP: gflags -- logging library for C++



gflags パッケージを RFP から ITP にしたので、報告します。
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=523411

Package: wnpp
Severity: wishlist
Owner: Koichi Akabe <vbkaisetsu@xxxxxxxxx>

* Package name    : gflags
  Version         : 2.0
  Upstream Author : Google Inc.
* URL             : http://code.google.com/p/google-gflags/
* License         : BSD-3-clause
  Programming Lang: C++
  Description     : a commandline flags processing library

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