Package: thriftr
Type: Package
Title: Apache Thrift Client Server
Version: 1.1.7
Date: 2022-05-08
Authors@R: c(person("Marek", "Jagielski",
                    role = c("aut", "cre", "cph"),
                    email = "marek.jagielski@gmail.com"),
             person("Lixin", "Yu",
                    role = c("aut", "cph")))
Author: Marek Jagielski [aut, cre, cph],
  Lixin Yu [aut, cph]
Maintainer: Marek Jagielski <marek.jagielski@gmail.com>
Description: Pure R implementation of Apache Thrift.
    This library doesn't require any code generation.
    To learn more about Thrift go to <https://thrift.apache.org>.
License: MIT + file LICENSE
URL: https://github.com/systemincloud/thriftr
BugReports: https://github.com/systemincloud/thriftr/issues
Suggests: testthat
Encoding: UTF-8
Imports: R6, rly (>= 1.7.4), stringi
RoxygenNote: 6.0.1
Collate: 'thrift.R' 'transport.R' 'rpc.R' 'parser.R'
        'protocol_binary.R' 'server.R' 'transport_buffered.R'
        'transport_memory.R' 'transport_socket.R' 'utils.R'
NeedsCompilation: no
Packaged: 2022-05-08 13:49:04 UTC; lupus
Repository: CRAN
Date/Publication: 2022-05-10 10:00:02 UTC
Built: R 4.2.0; ; 2022-05-12 02:26:21 UTC; unix
