Package: websocket
Version: 1.4.4
Title: 'WebSocket' Client Library
Description: Provides a 'WebSocket' client interface for R.
    'WebSocket' is a protocol for low-overhead real-time communication:
    <https://en.wikipedia.org/wiki/WebSocket>.
Authors@R: c(
    person("Winston", "Chang", role = c("aut", "cre"), email = "winston@posit.co"),
    person("Joe", "Cheng", role = "aut", email = "joe@posit.co"),
    person("Alan", "Dipert", role = "aut"),
    person("Barbara", "Borges", role = "aut"),
    person(family = "Posit, PBC", role = "cph"),
    person("Peter", "Thorson", role = c("ctb", "cph"), comment = "WebSocket++ library"),
    person("René", "Nyffenegger", role = c("ctb", "cph"), comment = "Base 64 library"),
    person("Micael", "Hildenborg", role = c("ctb", "cph"), comment = "SHA1 library"),
    person(family = "Aladdin Enterprises", role = "cph", comment = "MD5 library"),
    person("Bjoern", "Hoehrmann", role = c("ctb", "cph"), comment = "UTF8 Validation library"))
License: GPL-2
Encoding: UTF-8
ByteCompile: true
Imports: R6, later (>= 1.2.0)
LinkingTo: cpp11, AsioHeaders, later
BugReports: https://github.com/rstudio/websocket/issues
SystemRequirements: GNU make, OpenSSL >= 1.0.2
RoxygenNote: 7.3.2
Suggests: httpuv, testthat, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2025-04-09 10:46:21 UTC; cg334
Author: Winston Chang [aut, cre],
  Joe Cheng [aut],
  Alan Dipert [aut],
  Barbara Borges [aut],
  Posit, PBC [cph],
  Peter Thorson [ctb, cph] (WebSocket++ library),
  René Nyffenegger [ctb, cph] (Base 64 library),
  Micael Hildenborg [ctb, cph] (SHA1 library),
  Aladdin Enterprises [cph] (MD5 library),
  Bjoern Hoehrmann [ctb, cph] (UTF8 Validation library)
Maintainer: Winston Chang <winston@posit.co>
Repository: CRAN
Date/Publication: 2025-04-10 09:00:02 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-10-11 01:51:25 UTC; windows
Archs: x64
