Package: QuickJSR
Title: Interface for the 'QuickJS' Lightweight 'JavaScript' Engine
Version: 1.1.3
Authors@R: c(
  person(given = c("Andrew", "R."), family = "Johnson", role = c("aut", "cre"),
          email = "andrew.johnson@arjohnsonau.com",
          comment = c(ORCID = "0000-0001-7000-8065")),
  person(given = "Fabrice", family = "Bellard", role = c("ctb", "cph"),
          comment = "Author of QuickJS sources and headers"),
  person(given = "Charlie", family = "Gordon", role = c("ctb", "cph"),
          comment = "Author of QuickJS sources and headers")
  )
Description: An 'R' interface to the 'QuickJS' portable 'JavaScript' engine.
    The engine is bundled entirely within the package, requiring no external system
    dependencies beyond a 'C' compiler.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.1
NeedsCompilation: yes
SystemRequirements: GNU make
Imports: jsonlite, R6, Rcpp
LinkingTo: Rcpp
URL: https://github.com/andrjohns/QuickJSR,
        https://bellard.org/quickjs/
BugReports: https://github.com/andrjohns/QuickJSR/issues
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/testthat/parallel: true
Language: en-GB
Packaged: 2024-01-31 09:52:16 UTC; andrew
Author: Andrew R. Johnson [aut, cre] (<https://orcid.org/0000-0001-7000-8065>),
  Fabrice Bellard [ctb, cph] (Author of QuickJS sources and headers),
  Charlie Gordon [ctb, cph] (Author of QuickJS sources and headers)
Maintainer: Andrew R. Johnson <andrew.johnson@arjohnsonau.com>
Repository: CRAN
Date/Publication: 2024-01-31 12:50:02 UTC
Built: R 4.2.3; aarch64-apple-darwin20; 2024-01-31 15:59:24 UTC; unix
Archs: QuickJSR.so.dSYM
