{"id":17703766,"url":"https://github.com/adamwestman/dpm","last_synced_at":"2026-05-19T05:39:14.903Z","repository":{"id":257816286,"uuid":"102293675","full_name":"adamwestman/DPM","owner":"adamwestman","description":"The Defold Package Manager","archived":false,"fork":false,"pushed_at":"2018-06-27T03:43:05.000Z","size":33,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-03-31T04:18:34.634Z","etag":null,"topics":["defold-game-engine","dependencies","dependency-manager","package-manager","tool"],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/adamwestman.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":"2017-09-03T20:56:07.000Z","updated_at":"2018-09-16T00:51:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff4428b4-f3f1-484f-af0c-78623d592bd2","html_url":"https://github.com/adamwestman/DPM","commit_stats":null,"previous_names":["adamwestman/dpm"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamwestman%2FDPM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamwestman%2FDPM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamwestman%2FDPM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamwestman%2FDPM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamwestman","download_url":"https://codeload.github.com/adamwestman/DPM/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246413242,"owners_count":20773054,"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":["defold-game-engine","dependencies","dependency-manager","package-manager","tool"],"created_at":"2024-10-24T21:05:47.358Z","updated_at":"2025-10-25T05:11:00.023Z","avatar_url":"https://github.com/adamwestman.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DPM\nThe Defold Package Manager\n\nProvides transitive dependency management for Defold projects. No longer worry about additional dependencies for native extensions and libraries.\n\n# Install\nInstall from [homebrew](https://brew.sh) ```$ brew install dpm```\n\nInstall from ```/bin/``` by adding a PATH reference to **dpm.o**\n\n# Usage\nSetup a new project depending on the Debeat library version 1.2.+, where + will be the latest patch version available.\n```sh\n$ dpm init # requests name and version of project.\n$ dpm install debeat 1.2.+ # resolves and updates the game.project dependency line.\n```\n\nUpdate to the latest version, following the lock rule.\n```sh\n$ dpm update debeat\n```\n\nUpdate version lock to the latest version.\n```sh\n$ dpm update debeat +\n```\n\n## Init\nThe ```$ dpm init``` command generates a ```dpm.package``` based on the local ```game.project``` if available, or requested user input if not.\n```\n[package]\nname={game.project title}\nversion={game.project version}\n```\n## Install\nThe ```$ dpm install X``` command installs a new dependency to the ```dpm.package``` and outputs the resolved url to ```game.project``` if available. If no ```game.project``` is available a new one will be generated.\n\nEg, ```$ dpm install debeat 1.2.+```would output the following to ```dpm.package``` and ```game.project``` after resolving the debeat version and transient dependency on extension-openal.\n```\n[package]\nname=example\nversion=0.1.0\n\n[dependencies]\ndebeat=1.2.+\n```\n\n```\n[project]\ntitle = example\nversion = 0.1.0\ndependencies  = https://github.com/adamwestman/debeat/archive/debeat-1.2.3.zip, https://github.com/Lerg/extension-openal/archive/1.0.1.zip\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamwestman%2Fdpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamwestman%2Fdpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamwestman%2Fdpm/lists"}