{"id":17759305,"url":"https://github.com/ljos/ob-prolog","last_synced_at":"2025-10-06T17:18:48.128Z","repository":{"id":145908081,"uuid":"28710754","full_name":"ljos/ob-prolog","owner":"ljos","description":"Org babel functions for prolog evaluation.","archived":false,"fork":false,"pushed_at":"2019-11-04T19:27:09.000Z","size":52,"stargazers_count":12,"open_issues_count":4,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-11T19:44:17.362Z","etag":null,"topics":["emacs-lisp","literate-programming","org-mode","prolog"],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ljos.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-01-02T10:53:30.000Z","updated_at":"2022-12-15T23:08:55.000Z","dependencies_parsed_at":"2023-04-22T18:51:53.698Z","dependency_job_id":null,"html_url":"https://github.com/ljos/ob-prolog","commit_stats":{"total_commits":82,"total_committers":4,"mean_commits":20.5,"dds":0.3292682926829268,"last_synced_commit":"331899cfe345c934026c70b78352d320f7d8e239"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ljos/ob-prolog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljos%2Fob-prolog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljos%2Fob-prolog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljos%2Fob-prolog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljos%2Fob-prolog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ljos","download_url":"https://codeload.github.com/ljos/ob-prolog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljos%2Fob-prolog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278646902,"owners_count":26021542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["emacs-lisp","literate-programming","org-mode","prolog"],"created_at":"2024-10-26T19:00:15.048Z","updated_at":"2025-10-06T17:18:48.086Z","avatar_url":"https://github.com/ljos.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE: Org-babel functions for prolog evaluation\n\nThis project contains a set of functions that are need to evaluate\nprolog in org-babel.\n\n* Getting Started\n  [[https://melpa.org/#/sparql-mode][file:https://melpa.org/packages/ob-prolog-badge.svg]] [[https://stable.melpa.org/#/sparql-mode][file:https://stable.melpa.org/packages/ob-prolog-badge.svg]]\n  - Download ob-prolog and put it in a directory somewhere.\n  - Add the following to your .emacs file\n  - (or use melpa)\n\n  #+BEGIN_SRC emacs-lisp\n  (add-to-list 'load-path \"/path/to/ob-prolog-dir\")\n  #+END_SRC\n\n You also need to add the next snippet or add =(prolog . t)= to\n languages org-babel can load:\n\n  #+BEGIN_SRC emacs-lisp\n  (org-babel-do-load-languages\n   'org-babel-load-languages\n   '((prolog . t)))\n  #+END_SRC\n\n  You can then execute the query by pressing =C-c C-c= on the\n  source-block header.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fljos%2Fob-prolog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fljos%2Fob-prolog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fljos%2Fob-prolog/lists"}