Package: nanonext
Type: Package
Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
Version: 1.5.1
Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
    a socket library for reliable, high-performance messaging over in-process,
    IPC, TCP, WebSocket and secure TLS transports. Implements 'Scalability
    Protocols', a standard for common communications patterns including
    publish/subscribe, request/reply and service discovery. As its own threaded
    concurrency framework, provides a toolkit for asynchronous programming and
    distributed computing. Intuitive 'aio' objects resolve automatically when
    asynchronous operations complete, and synchronisation primitives allow 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: 'libnng' >= 1.9 and 'libmbedtls' >= 2.5, or 'cmake'
        and 'xz' to compile NNG and/or Mbed TLS included in package
        sources
Depends: R (>= 3.6)
Enhances: promises
Suggests: later, litedown
VignetteBuilder: litedown
RoxygenNote: 7.3.2
Config/build/compilation-database: true
NeedsCompilation: yes
Packaged: 2025-02-16 22:27:18 UTC; cg334
Author: Charlie Gao [aut, cre] (<https://orcid.org/0000-0002-0750-061X>),
  Hibiki AI Limited [cph],
  R Consortium [fnd]
Maintainer: Charlie Gao <charlie.gao@shikokuchuo.net>
Repository: CRAN
Date/Publication: 2025-02-16 23:00:02 UTC
