File: control

package info (click to toggle)
r-cran-httpuv 1.6.9%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,252 kB
  • sloc: ansic: 6,499; cpp: 5,469; makefile: 102; sh: 16
file content (35 lines) | stat: -rw-r--r-- 1,368 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
29
30
31
32
33
34
35
Source: r-cran-httpuv
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Joost van Baal-Ilić <joostvb@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-httpuv
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-httpuv.git
Homepage: https://cran.r-project.org/package=httpuv
Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-rcpp (>= 1.0.7),
               r-cran-r6,
               r-cran-promises,
               r-cran-later (>= 0.8.0),
               libboost-dev,
               libuv1-dev
Testsuite: autopkgtest-pkg-r

Package: r-cran-httpuv
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R package of HTTP and WebSocket Server Library
 The R package httpuv provides low-level socket and protocol support for
 handling HTTP and WebSocket requests directly from within R. It is primarily
 intended as a building block for other packages, rather than making it
 particularly easy to create complete web applications using httpuv alone.
 httpuv is built on top of the libuv and http-parser C libraries, both of which
 were developed by Joyent, Inc.