{"id":17682521,"url":"https://github.com/vinibrsl/mix_bina","last_synced_at":"2025-09-04T03:39:09.716Z","repository":{"id":57527439,"uuid":"451243660","full_name":"vinibrsl/mix_bina","owner":"vinibrsl","description":"☎️ Find callers of functions in your Elixir project in compile-time","archived":false,"fork":false,"pushed_at":"2024-01-16T16:27:00.000Z","size":7,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-30T04:37:00.762Z","etag":null,"topics":["elixir","elixir-lang"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/mix_bina","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/vinibrsl.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-23T22:10:33.000Z","updated_at":"2025-03-17T06:11:28.000Z","dependencies_parsed_at":"2024-10-24T11:57:04.368Z","dependency_job_id":"960fa54a-d466-4ecd-95d4-4b71f1eb7804","html_url":"https://github.com/vinibrsl/mix_bina","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"270d452519f0289c916e2a1e369eeaa51a16a307"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vinibrsl/mix_bina","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinibrsl%2Fmix_bina","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinibrsl%2Fmix_bina/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinibrsl%2Fmix_bina/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinibrsl%2Fmix_bina/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vinibrsl","download_url":"https://codeload.github.com/vinibrsl/mix_bina/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinibrsl%2Fmix_bina/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273548435,"owners_count":25125253,"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-09-04T02:00:08.968Z","response_time":61,"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","elixir-lang"],"created_at":"2024-10-24T09:22:24.627Z","updated_at":"2025-09-04T03:39:09.678Z","avatar_url":"https://github.com/vinibrsl.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mix_bina\nBina helps you finding all callers of a function in your Elixir project. This is\nuseful while debugging or refactoring. For example:\n\n```\n$ mix bina MyModule.my_fun/1\n\nMyModule.my_fun/1 is called at file_1.ex\nMyModule.my_fun/1 is called at file_2.ex\nMyModule.my_fun/1 is called at file_3.ex\n```\n\nBina uses compilation tracers, which allows modules to observe constructs handled\nby the Elixir compiler when compiling files.\n\n## Installation and Usage\nThe easiest way to add Bina to your project is by using Mix. Add `:mix_bina` as\na dev dependency to your project's `mix.exs`:\n\n```elixir\ndefp deps do\n  [\n    {:mix_bina, \"~\u003e 0.1\", only: [:dev], runtime: false}\n  ]\nend\n```\n\nAnd run:\n\n```\n$ mix bina MyModule.my_fun/1\n```\n\n## Why is it called Bina?\nIn Portuguese, \"bina\" is the caller ID phone feature. Bina is actually the\nabbreviation for \"**B** **i**dentifies **n**umber of **A**\".\n\n## License\nBina is released under the MIT License. See the LICENSE file for further details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinibrsl%2Fmix_bina","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinibrsl%2Fmix_bina","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinibrsl%2Fmix_bina/lists"}