{"id":15010113,"url":"https://github.com/supersonido/rebar_mix","last_synced_at":"2025-04-13T05:27:02.567Z","repository":{"id":39708174,"uuid":"151607147","full_name":"Supersonido/rebar_mix","owner":"Supersonido","description":"rebar3 plugin for building Elixir dependencies with mix","archived":false,"fork":false,"pushed_at":"2022-05-27T12:37:20.000Z","size":40,"stargazers_count":53,"open_issues_count":15,"forks_count":21,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-10T08:16:15.816Z","etag":null,"topics":["elixir","erlang","rebar3"],"latest_commit_sha":null,"homepage":null,"language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Supersonido.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":"2018-10-04T17:03:28.000Z","updated_at":"2024-02-24T00:42:51.000Z","dependencies_parsed_at":"2022-08-24T01:31:27.349Z","dependency_job_id":null,"html_url":"https://github.com/Supersonido/rebar_mix","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Supersonido%2Frebar_mix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Supersonido%2Frebar_mix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Supersonido%2Frebar_mix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Supersonido%2Frebar_mix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Supersonido","download_url":"https://codeload.github.com/Supersonido/rebar_mix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248667906,"owners_count":21142551,"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":["elixir","erlang","rebar3"],"created_at":"2024-09-24T19:30:21.250Z","updated_at":"2025-04-13T05:27:02.540Z","avatar_url":"https://github.com/Supersonido.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"rebar_mix\n=====\n\nA rebar plugin for building Elixir dependencies with mix.\n\nRequirements:\n\n* rebar3 3.7.0 or above\n* Elixir 1.7.4 or above, unless your Elixir dependencies have no transitive compile time dependencies in which case any version starting with 1.7.0 may work.\n* `mix local.hex`, while mix hex isn't used, mix checks for it and will block with a message `Could not find Hex, which is needed to build dependency ...` if it isn't found. Running `mix local.hex` will install mix's hex script archive and make the check happy.\n\nUse\n---\n\nAdd the plugin to your rebar config:\n\n``` erlang\n{plugins, [rebar_mix]}.\n{provider_hooks, [\n  {post, [{compile, {mix, consolidate_protocols}}]}\n]}.\n```\n\nThe `consolidate_protocols` hook places beams in `_build/\u003cprofile\u003e/consolidated` that will need to be included in a release when built. Using:\n\n\n``` erlang\n{overlay, [{copy, \"{{base_dir}}/consolidated\", \"releases/{{release_version}}/consolidated\"}]}\n```\n\nAnd update your `vm.args.src` to include:\n\n``` erlang\n-pa releases/${REL_VSN}/consolidated\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupersonido%2Frebar_mix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsupersonido%2Frebar_mix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupersonido%2Frebar_mix/lists"}