Package: graphql
Type: Package
Title: A GraphQL Query Parser
Version: 1.5
Authors@R: c(
    person("Jeroen", "Ooms", , "jeroen@berkeley.edu", role = c("cre", "aut")),
    person("Barret", "Schloerke", , "schloerke@gmail.com", role = "ctb"),
    person("Scott", "Wolchok", role = "ctb"),
    person("Facebook, Inc", role = c("aut","cph"), comment = "libgraphqlparser C++ library"))
Description: Bindings to the 'libgraphqlparser' C++ library. Parses GraphQL syntax
    and exports the AST in JSON format.
License: MIT + file LICENSE
Encoding: UTF-8
URL: http://graphql.org (upstream) https://github.com/ropensci/graphql
        (devel)
BugReports: https://github.com/ropensci/graphql/issues
LinkingTo: Rcpp
Imports: Rcpp (>= 0.12.12), jsonlite
Suggests: testthat
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2018-12-01 13:16:31 UTC; jeroen
Author: Jeroen Ooms [cre, aut],
  Barret Schloerke [ctb],
  Scott Wolchok [ctb],
  Facebook, Inc [aut, cph] (libgraphqlparser C++ library)
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2018-12-01 14:00:03 UTC
Built: R 4.0.2; x86_64-w64-mingw32; 2020-08-02 06:15:27 UTC; windows
Archs: i386, x64
