Package: Rggml Title: Vendored 'GGML' Tensor Library with C-Callable Compute API Version: 0.1.0 Authors@R: c( person(given = "Sounkou Mahamane", family = "Toure", email = "sounkoutoure@gmail.com", role = c("aut", "cre")), person(given = "Georgi", family = "Gerganov", role = "cph", comment = "Author of the GGML library"), person(given = "The ggml.ai / llama.cpp contributors", role = "cph", comment = "GGML CPU backend contributors"), person(given = "Yuri", family = "Baramykov", role = "ctb", comment = "ggmlR: source of the vendored GGML copy and its R/CRAN-compliance I/O shim, adapted here") ) Description: Vendors the CPU backend of the 'GGML' tensor library () as a static library and exposes its core tensor-context and matrix-multiply compute path through 'R_RegisterCCallable' C-callable entry points. This is a carrier package: it has no high-level R modeling API of its own. Other R packages link to it ('LinkingTo') to build and compute 'GGML' tensor graphs (including quantized types such as Q4_K) from their own C or C++ code without re-vendoring 'GGML'. The CPU and BLAS backends are built (dense products offload to R's own BLAS); GPU ('Vulkan') support is a possible future addition. License: GPL (>= 2) Encoding: UTF-8 SystemRequirements: GNU make, C++17 OS_type: unix Biarch: false Depends: R (>= 4.4.0) Suggests: tinytest Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://github.com/sounkou-bioinfo/Rfmalloc BugReports: https://github.com/sounkou-bioinfo/Rfmalloc/issues Config/pak/sysreqs: make Repository: https://sounkou-bioinfo.r-universe.dev Date/Publication: 2026-07-07 20:27:02 UTC RemoteUrl: https://github.com/sounkou-bioinfo/Rfmalloc RemoteRef: HEAD RemoteSha: 6c3512e0026a41f9a5f338430f34863dc978b875 RemoteSubdir: packages/Rggml NeedsCompilation: yes Packaged: 2026-07-07 21:23:35 UTC; root Author: Sounkou Mahamane Toure [aut, cre], Georgi Gerganov [cph] (Author of the GGML library), The ggml.ai / llama.cpp contributors [cph] (GGML CPU backend contributors), Yuri Baramykov [ctb] (ggmlR: source of the vendored GGML copy and its R/CRAN-compliance I/O shim, adapted here) Maintainer: Sounkou Mahamane Toure