Package: vProlog Type: Package Title: Embeddable Prolog (Trealla) for R Version: 0.1.1 Authors@R: person("Bert", "Craytor", role = c("aut", "cre"), email = "bert.craytor@tutanota.com") Description: Self-contained R binding to the Trealla Prolog engine, embedded in-process via its C API (pl_create/pl_consult/pl_query). The Trealla engine source is bundled and compiled with the package, so no external Prolog installation is required. Exposes consult, eval, provable queries and answer extraction, with CLP(Z), CLP(B), DCG and full UTF-8 support. License: GPL-3 Encoding: UTF-8 LinkingTo: Rcpp Imports: Rcpp Suggests: testthat (>= 3.0.0) SystemRequirements: C11 toolchain RoxygenNote: 7.3.1 URL: https://github.com/wcraytor/vProlog BugReports: https://github.com/wcraytor/vProlog/issues Repository: https://wcraytor.r-universe.dev Date/Publication: 2026-07-05 06:06:09 UTC RemoteUrl: https://github.com/wcraytor/vProlog RemoteRef: HEAD RemoteSha: 5559c9285b9cc2cd956e86bbde5d74444992495f NeedsCompilation: yes Packaged: 2026-07-05 13:57:58 UTC; root Author: Bert Craytor [aut, cre] Maintainer: Bert Craytor