File: control

package info (click to toggle)
r-cran-getopt 1.20.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 112 kB
  • sloc: makefile: 1
file content (15 lines) | stat: -rw-r--r-- 521 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: r-cran-getopt
Section: gnu-r
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.0.1), cdbs
Standards-Version: 3.9.4

Package: r-cran-getopt
Architecture: any
Depends: ${shlibs:Depends}, ${R:Depends}
Description: GNU R package providing command-line parsing functionality
 This package provides the getopt function which can be used with R's
 Rscript (or littler's r) to write ``#!'' shebang scripts that accept 
 short and long flags/options.