Package: SSEparser
Title: Parse Server-Sent Events
Version: 0.1.0
Authors@R: 
    person("Samuel", "Calderon", , "samuel.calderon@uarm.pe", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0001-6847-1210"))
Description: Functionality to parse server-sent events with a high-level
    interface that can be extended for custom applications.
License: MIT + file LICENSE
URL: https://github.com/calderonsamuel/SSEparser,
    https://calderonsamuel.github.io/SSEparser/
BugReports: https://github.com/calderonsamuel/SSEparser/issues
Imports: 
    magrittr,
    purrr,
    R6,
    rlang,
    stringr
Suggests: 
    jsonlite,
    testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
