1Package: httpuv
2Type: Package
3Encoding: UTF-8
4Title: HTTP and WebSocket Server Library
5Version: 1.6.4
6Authors@R: c(
7    person("Joe", "Cheng", role = c("aut"), email = "joe@rstudio.com"),
8    person("Winston", "Chang", role = c("aut", "cre"), email = "winston@rstudio.com"),
9    person(family = "RStudio, PBC", role = "cph"),
10    person("Hector", "Corrada Bravo", role = "ctb"),
11    person("Jeroen", "Ooms", role = "ctb"),
12    person("Andrzej", "Krzemienski", role = "cph", comment = "optional.hpp")
13    )
14Copyright: RStudio, PBC; Joyent, Inc.; Nginx Inc.; Igor Sysoev; Niels
15        Provos; Internet Systems Consortium, Inc.; Alexander Chemeris;
16        Berkeley Software Design; Google Inc.; Sony Mobile
17        Communications AB; Alexander Peslyak; Free Software Foundation,
18        Inc.; X Consortium; Ben Noordhuis; StrongLoop, Inc.; Saúl
19        Ibarra Corretgé; Bert Belder; Fedor Indutny; libuv project;
20        Refael Ackermann; Kenneth MacKay; Emergya; Diego Pettenò; xine
21        project, The Regents of the University of California, Dariusz
22        Dwornikowski
23Description: Provides low-level socket and protocol support for handling
24    HTTP and WebSocket requests directly from within R. It is primarily
25    intended as a building block for other packages, rather than making it
26    particularly easy to create complete web applications using httpuv alone.
27    httpuv is built on top of the libuv and http-parser C libraries, both of
28    which were developed by Joyent, Inc. (See LICENSE file for libuv and
29    http-parser license information.)
30License: GPL (>= 2) | file LICENSE
31Depends: R (>= 2.15.1)
32Imports: Rcpp (>= 1.0.7), utils, R6, promises, later (>= 0.8.0)
33LinkingTo: Rcpp, later
34URL: https://github.com/rstudio/httpuv
35SystemRequirements: GNU make, C++11, zlib
36RoxygenNote: 7.1.2
37Suggests: testthat, callr, curl, websocket
38Collate: 'RcppExports.R' 'httpuv.R' 'random_port.R' 'server.R'
39        'static_paths.R' 'utils.R'
40NeedsCompilation: yes
41Packaged: 2021-12-13 19:41:29 UTC; winston
42Author: Joe Cheng [aut],
43  Winston Chang [aut, cre],
44  RStudio, PBC [cph],
45  Hector Corrada Bravo [ctb],
46  Jeroen Ooms [ctb],
47  Andrzej Krzemienski [cph] (optional.hpp)
48Maintainer: Winston Chang <winston@rstudio.com>
49Repository: CRAN
50Date/Publication: 2021-12-14 14:20:14 UTC
51