Package: rzig
Type: Package
Title: Safe Zig Bindings
Version: 0.2.3
Authors@R: person("Marek", "Deja", email = "marek.deja@uj.edu.pl",
    role = c("aut", "cre"),
    comment = c(ORCID = "0000-0003-0015-2322"))
Description: Scaffolds packages backed by Zig and generates a safe native
    boundary for plain Zig functions. The generated integration converts
    objects at the language boundary, registers native routines, propagates
    errors, and compiles across platforms without requiring C++.
License: MIT + file LICENSE
URL: https://github.com/MarekDejaUJ/rzig
BugReports: https://github.com/MarekDejaUJ/rzig/issues
Encoding: UTF-8
SystemRequirements: Zig (>= 0.16.0), see https://ziglang.org/download/
NeedsCompilation: no
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
Packaged: 2026-09-03 06:18:10 UTC; runner
Author: Marek Deja [aut, cre] (ORCID: <https://orcid.org/0000-0003-0015-2322>)
Maintainer: Marek Deja <marek.deja@uj.edu.pl>
Repository: CRAN
Date/Publication: 2026-09-12 14:40:08 UTC
Built: R 4.5.2; ; 2026-09-12 16:41:26 UTC; unix
