File: control

package info (click to toggle)
tclap 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,060 kB
  • sloc: cpp: 3,656; xml: 1,028; sh: 927; makefile: 304; ansic: 43
file content (19 lines) | stat: -rw-r--r-- 681 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: tclap
Section: devel
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Standards-Version: 4.5.1
Build-Depends: debhelper-compat (= 11)
Vcs-Browser: https://salsa.debian.org/edd/tclap
Vcs-Git: https://salsa.debian.org/edd/tclap.git
Homepage: http://tclap.sourceforge.net/

Package: libtclap-dev
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}
Architecture: any
Description:  Templatized command-line argument parser for C++
 This package provides a simple C++ library that facilitates 
 parsing command-line arguments in a type-independent manner.  
 The functionality is provided via template header files, so 
 no actual library is included.