{"id":19139937,"url":"https://github.com/arcblock/mix-forge-deps","last_synced_at":"2025-09-01T13:33:07.314Z","repository":{"id":96025496,"uuid":"164469505","full_name":"ArcBlock/mix-forge-deps","owner":"ArcBlock","description":"Forge dependencies. For fast compilation.","archived":false,"fork":false,"pushed_at":"2019-10-17T21:27:12.000Z","size":786,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-01-03T14:49:47.077Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/ArcBlock.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-01-07T17:48:53.000Z","updated_at":"2019-10-17T21:27:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"25745c65-3f21-46fd-bcb6-472c56df088b","html_url":"https://github.com/ArcBlock/mix-forge-deps","commit_stats":null,"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBlock%2Fmix-forge-deps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBlock%2Fmix-forge-deps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBlock%2Fmix-forge-deps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBlock%2Fmix-forge-deps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArcBlock","download_url":"https://codeload.github.com/ArcBlock/mix-forge-deps/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240221495,"owners_count":19767443,"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-11-09T07:15:42.455Z","updated_at":"2025-02-22T18:45:29.153Z","avatar_url":"https://github.com/ArcBlock.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MixDeps\n\nLeast common multiple for Elixir dependencies for Travis ci.\n\n## Usage\n\nAdd `.makefiles/dep.mk` to repo, remember to change\n\n- `SRC` to elixir src path, normally it's `src`.\n- `DEPS_VER` to desired version number.\n\n```Makefile\nSRC=src\nDEPS_VER=vx.x.x\nDEPS_PREFIX=https://github.com/ArcBlock/mix-forge-deps/releases/download\nBUILDS_FILE=builds.tgz\nDEPS_FILE=deps.tgz\nBUILDS_URL=$(DEPS_PREFIX)/$(DEPS_VER)/$(BUILDS_FILE)\nDEPS_URL=$(DEPS_PREFIX)/$(DEPS_VER)/$(DEPS_FILE)\n\nextract-deps:\n\t@echo \"Extracting deps from mix-forge-deps repo $(DEPS_VER)...\"\n\t@cd $(SRC); wget $(BUILDS_URL) --quiet; wget $(DEPS_URL) --quiet; tar zxf $(BUILDS_FILE); tar zxf $(DEPS_FILE); rm $(BUILDS_FILE) $(DEPS_FILE);\n```\n\nThen update `Makefile`\n\n```Makefile\ntravis-init: extract-deps\n\t@echo \"Initialize software required for travis (normally ubuntu software)\"\n```\n\n## How to update\n\n1. Update `DEPS_VER` in `.makefiles/dep.mk` to last release version of this repo itself for incremental build\n2. Update `deps` in `mix.exs`, then `$ make dep`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcblock%2Fmix-forge-deps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farcblock%2Fmix-forge-deps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcblock%2Fmix-forge-deps/lists"}