{"id":24738706,"url":"https://github.com/zweifisch/ob-elixir","last_synced_at":"2025-10-10T08:30:21.638Z","repository":{"id":66141025,"uuid":"43367181","full_name":"zweifisch/ob-elixir","owner":"zweifisch","description":"org-babel functions for elixir evaluation","archived":false,"fork":false,"pushed_at":"2025-07-06T06:39:03.000Z","size":3,"stargazers_count":27,"open_issues_count":4,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-06T07:37:33.698Z","etag":null,"topics":["elixir","literate-programming","org-babel","org-mode"],"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/zweifisch.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,"zenodo":null}},"created_at":"2015-09-29T12:53:24.000Z","updated_at":"2025-07-06T06:39:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"4b2a735a-3b22-487e-956e-6371c2c4c5f9","html_url":"https://github.com/zweifisch/ob-elixir","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zweifisch/ob-elixir","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fob-elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fob-elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fob-elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fob-elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zweifisch","download_url":"https://codeload.github.com/zweifisch/ob-elixir/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fob-elixir/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003299,"owners_count":26083555,"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-10T02:00:06.843Z","response_time":62,"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":["elixir","literate-programming","org-babel","org-mode"],"created_at":"2025-01-27T22:55:25.246Z","updated_at":"2025-10-10T08:30:21.632Z","avatar_url":"https://github.com/zweifisch.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* ob-elixir\n\n** setup\n\nTo use =ob-elixir= in an =org-babel= source block, the elixir language\nmust be enabled in the custom =org-babel-load-languages=\nalist. Alternatively, running the following snippet during\ninitialization will enable the mode.\n\n#+BEGIN_SRC emacs-lisp\n(org-babel-do-load-languages\n 'org-babel-load-languages\n '((emacs-lisp . t)\n   (elixir . t)))\n#+END_SRC\n\n** supported header arguments\n\n- cookie\n- name\n- remsh\n- sname\n- session\n\n** examples\n   \n*** connect to remote shell\n\n: #+BEGIN_SRC elixir :remsh name@node :sname console\n: Node.self\n: #+END_SRC\n: \n: #+RESULTS:\n: : :name@node\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweifisch%2Fob-elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzweifisch%2Fob-elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweifisch%2Fob-elixir/lists"}