forked from shikokuchuo/nanonext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.58 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
37
38
39
40
41
Package: nanonext
Type: Package
Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
Version: 0.13.6.9002
Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
a socket library implementing 'Scalability Protocols', a reliable,
high-performance standard for common communications patterns including
publish/subscribe, request/reply and service discovery, over in-process,
IPC, TCP, WebSocket and secure TLS transports. As its own threaded
concurrency framework, provides a toolkit for asynchronous programming and
distributed computing, with intuitive 'aio' objects which resolve
automatically upon completion of asynchronous operations, and
synchronisation primitives allowing R to wait upon events signalled by
concurrent threads.
Authors@R:
c(person(given = "Charlie",
family = "Gao",
role = c("aut", "cre"),
email = "charlie.gao@shikokuchuo.net",
comment = c(ORCID = "0000-0002-0750-061X")),
person(given = "Hibiki AI Limited",
role = "cph"),
person(given = "R Consortium",
role = "fnd"))
License: GPL (>= 3)
BugReports: https://github.com/shikokuchuo/nanonext/issues
URL: https://shikokuchuo.net/nanonext/, https://github.com/shikokuchuo/nanonext/
Encoding: UTF-8
SystemRequirements: 'xz'; 'libnng' >= 1.6 and 'libmbedtls' >= 2.5, or
'cmake' to compile NNG and/or Mbed TLS included in package sources
Depends:
R (>= 3.5)
Imports:
later
LinkingTo:
later
Suggests:
knitr,
markdown
VignetteBuilder: knitr
RoxygenNote: 7.3.1