Package: mirai
Type: Package
Title: Minimalist Async Evaluation Framework for R
Version: 0.5.3
Description: Extremely simple and lightweight method for concurrent /
    parallel code execution, built on 'nanonext' and 'NNG' (Nanomsg Next Gen)
    technology.
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",
             email = "info@hibiki-ai.com",
             role = "cph"))
License: GPL (>= 3)
BugReports: https://github.com/shikokuchuo/mirai/issues
URL: https://shikokuchuo.net/mirai/,
        https://github.com/shikokuchuo/mirai/
Encoding: UTF-8
Depends: R (>= 2.4)
Imports: nanonext (>= 0.5.3)
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2022-08-16 21:18:56 UTC; cg334
Author: Charlie Gao [aut, cre] (<https://orcid.org/0000-0002-0750-061X>),
  Hibiki AI Limited [cph]
Maintainer: Charlie Gao <charlie.gao@shikokuchuo.net>
Repository: CRAN
Date/Publication: 2022-08-16 21:30:02 UTC
