File: control

package info (click to toggle)
r-cran-webfakes 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,228 kB
  • sloc: ansic: 21,679; xml: 25; sh: 14; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,093 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: r-cran-webfakes
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-webfakes
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-webfakes.git
Homepage: https://cran.r-project.org/package=webfakes
Standards-Version: 4.7.2
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev
Testsuite: autopkgtest-pkg-r

Package: r-cran-webfakes
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: fake Web Apps for HTTP testing of GNU R packages
 Create a web app that makes it easier to test web clients
 without using the internet. It includes a web app framework with path
 matching, parameters and templates. Can parse various 'HTTP' request
 bodies. Can send 'JSON' data or files from the disk. Includes a web app
 that implements the <https://httpbin.org> web service.