{"id":13507789,"url":"https://github.com/maarek/ether","last_synced_at":"2025-04-30T11:03:48.644Z","repository":{"id":31567756,"uuid":"35132493","full_name":"maarek/ether","owner":"maarek","description":"An Elixir Debugger","archived":false,"fork":false,"pushed_at":"2015-05-12T00:05:47.000Z","size":176,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-04-14T03:05:04.634Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maarek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-06T01:16:39.000Z","updated_at":"2020-11-02T13:21:02.000Z","dependencies_parsed_at":"2022-08-24T12:20:54.076Z","dependency_job_id":null,"html_url":"https://github.com/maarek/ether","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maarek%2Fether","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maarek%2Fether/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maarek%2Fether/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maarek%2Fether/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maarek","download_url":"https://codeload.github.com/maarek/ether/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249494042,"owners_count":21281659,"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","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":[],"created_at":"2024-08-01T02:00:39.158Z","updated_at":"2025-04-18T12:33:06.070Z","avatar_url":"https://github.com/maarek.png","language":"Elixir","funding_links":[],"categories":["Debugging"],"sub_categories":[],"readme":"[![Build Status](https://api.travis-ci.org/maarek/ether.svg?branch=master)](https://travis-ci.org/maarek/ether) | [![Inline docs](http://inch-ci.org/github/maarek/ether.svg?branch=develop)](http://inch-ci.org/github/maarek/ether)\n\nEther\n=====\n\n`Ether` provides functionality to hook Elixir into the Erlang debugger.\n\nSince this project is new a short disclaimer is in order. Presently, \n`Ether` currently only wraps Erlang's int module. This module is the \nInterpreter Interface and it's primary use is with the debugger \nmodules included in erlang. Since erlang can change their debugger \nat any time, this might be a little unstable. Hopefully as things \nadvance, we can move away from that dependency and advance an elixir \ndebugger.\n\n## Install As Dependency\n\nAs a dependency to a mix.es file:\n```elixir\ndef application() do\n  [applications: [:ether]]\nend\n\ndefp deps do\n  [{:ether, github: \"maarek/ether\"}]\nend\n```\n\n```\n$ mix deps.get\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaarek%2Fether","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaarek%2Fether","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaarek%2Fether/lists"}