{"id":19888166,"url":"https://github.com/alepacho/dbuil","last_synced_at":"2025-10-07T15:52:18.773Z","repository":{"id":154036954,"uuid":"576306994","full_name":"Alepacho/dbuil","owner":"Alepacho","description":"Like Make, but DBuil","archived":false,"fork":false,"pushed_at":"2023-01-19T17:44:19.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T04:41:43.037Z","etag":null,"topics":["build","dbuil","make","makefile"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Alepacho.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-12-09T14:12:27.000Z","updated_at":"2023-01-22T09:32:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"de57f95a-17f3-4466-a54f-c91f46557ad0","html_url":"https://github.com/Alepacho/dbuil","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Alepacho/dbuil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alepacho%2Fdbuil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alepacho%2Fdbuil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alepacho%2Fdbuil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alepacho%2Fdbuil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Alepacho","download_url":"https://codeload.github.com/Alepacho/dbuil/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alepacho%2Fdbuil/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264991812,"owners_count":23694703,"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":["build","dbuil","make","makefile"],"created_at":"2024-11-12T18:06:32.204Z","updated_at":"2025-10-07T15:52:13.752Z","avatar_url":"https://github.com/Alepacho.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DBUIL\nDBUIL is a small build automation program. It's like Make, but uses json instead of Makefile.\n\n# Example\n\nThis is an example of how `dbuil.json` file look like:\n```json\n{\n  \"variables\" : {\n    \"message\": \"Hello World!\"\n  },\n  \"targets\": [\n    {\n      \"name\": \"test\",\n      \"description\": \"Sample Text\",\n      \"commands\": [ \"echo ${message}\" ]\n    }\n  ]\n}\n```\n\nSee other examples in `dbuil.json` and `test` folder.\n\n# How to use\nJust type `./dbuil -help` to see all available commands.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falepacho%2Fdbuil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falepacho%2Fdbuil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falepacho%2Fdbuil/lists"}