{"id":19139935,"url":"https://github.com/arcblock/mix-deps","last_synced_at":"2026-06-19T15:32:44.085Z","repository":{"id":96025483,"uuid":"140476043","full_name":"ArcBlock/mix-deps","owner":"ArcBlock","description":"Common mix deps for travis ci. Just to make the travis ci compilation much faster.","archived":false,"fork":false,"pushed_at":"2018-11-30T23:50:17.000Z","size":62,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-02-22T18:50:55.961Z","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":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":"2018-07-10T19:03:10.000Z","updated_at":"2020-01-01T04:45:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"b9801303-e018-4f59-a8e1-79c04494e79c","html_url":"https://github.com/ArcBlock/mix-deps","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/ArcBlock/mix-deps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBlock%2Fmix-deps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBlock%2Fmix-deps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBlock%2Fmix-deps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBlock%2Fmix-deps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArcBlock","download_url":"https://codeload.github.com/ArcBlock/mix-deps/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBlock%2Fmix-deps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34538219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","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":[],"created_at":"2024-11-09T07:15:42.034Z","updated_at":"2026-06-19T15:32:44.064Z","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-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-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-deps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farcblock%2Fmix-deps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcblock%2Fmix-deps/lists"}