Source: r-cran-httpuv
Standards-Version: 4.7.4
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Joost van Baal-Ilić <joostvb@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 14),
 dh-r,
 r-base-dev,
 r-cran-later,
 r-cran-promises,
 r-cran-r6,
 r-cran-rcpp,
 architecture-is-64-bit,
 architecture-is-little-endian,
 libuv1-dev,
 pkgconf,
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

Package: r-cran-httpuv
Architecture: any
Depends:
 ${R:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
 build-essential,
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: HTTP and WebSocket Server Library
 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.
 (See LICENSE file for libuv and http-parser license information.)
