Package: yaml12
Title: Fast 'YAML' 1.2 Parser and Formatter
Version: 0.1.0
Authors@R: c(
    person("Tomasz", "Kalinowski", , "tomasz@posit.co", role = c("aut", "cre")),
    person("Posit Software, PBC", role = c("cph", "fnd"),
           comment = c(ROR = "03wc8by49")),
    person("Authors of the dependency Rust crates", role = "cph",
           comment = "See inst/AUTHORS and LICENSE.note for vendored Rust dependency authors and licenses.")
  )
Description: A fast, correct, safe, and ergonomic 'YAML' 1.2 parser and
    generator written in 'Rust'. Convert between 'YAML' and simple 'R'
    objects with full support for multi-document streams, tags, anchors,
    and aliases. Offers opt-in handlers for custom tag behavior and
    round-trips common 'R' data structures. Implements the 'YAML' 1.2.2
    specification from the 'YAML' Language Development Team (2021)
    <https://yaml.org/spec/1.2.2/>. Proudly supported by Posit.
License: MIT + file LICENSE
URL: https://posit-dev.github.io/r-yaml12/,
        https://github.com/posit-dev/r-yaml12
BugReports: https://github.com/posit-dev/r-yaml12/issues
Depends: R (>= 4.2)
Suggests: jsonlite, knitr, rmarkdown, testthat (>= 3.0.0), waldo, withr
VignetteBuilder: knitr
Config/Needs/website: tidyverse/tidytemplate
Config/rextendr/version: 0.4.2.9000
Config/testthat/edition: 3
Config/testthat/parallel: false
Encoding: UTF-8
RoxygenNote: 7.3.3
SystemRequirements: Cargo (Rust's package manager), rustc >= 1.70.0, xz
NeedsCompilation: yes
Packaged: 2025-12-03 19:56:58 UTC; tomasz
Author: Tomasz Kalinowski [aut, cre],
  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>),
  Authors of the dependency Rust crates [cph] (See inst/AUTHORS and
    LICENSE.note for vendored Rust dependency authors and licenses.)
Maintainer: Tomasz Kalinowski <tomasz@posit.co>
Repository: CRAN
Date/Publication: 2025-12-11 15:50:02 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2026-01-21 02:16:55 UTC; windows
Archs: x64
