-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.02 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: thriftr
Type: Package
Title: Apache Thrift Client Server
Version: 1.1.5
Date: 2022-05-08
Authors@R: c(person("Marek", "Jagielski",
role = c("aut", "cre", "cph"),
email = "[email protected]"),
person("Lixin", "Yu",
role = c("aut", "cph")))
Author: Marek Jagielski [aut, cre, cph], Lixin Yu [aut, cph]
Maintainer: Marek Jagielski <[email protected]>
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,
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'