{"id":22933985,"url":"https://github.com/atypicalim/my-build-tools","last_synced_at":"2026-05-09T01:02:26.133Z","repository":{"id":37436566,"uuid":"451442728","full_name":"Atypicalim/my-build-tools","owner":"Atypicalim","description":"Personal build tools repository ...","archived":false,"fork":false,"pushed_at":"2024-08-12T11:35:47.000Z","size":3778,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-29T11:55:46.134Z","etag":null,"topics":["build","c","lua"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Atypicalim.png","metadata":{"files":{"readme":"README.MD","changelog":null,"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":"2022-01-24T11:47:52.000Z","updated_at":"2024-08-12T11:35:50.000Z","dependencies_parsed_at":"2024-08-29T11:55:53.165Z","dependency_job_id":null,"html_url":"https://github.com/Atypicalim/my-build-tools","commit_stats":null,"previous_names":["atypicalim/my-build-tools"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atypicalim%2Fmy-build-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atypicalim%2Fmy-build-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atypicalim%2Fmy-build-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atypicalim%2Fmy-build-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Atypicalim","download_url":"https://codeload.github.com/Atypicalim/my-build-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246690915,"owners_count":20818424,"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","c","lua"],"created_at":"2024-12-14T11:37:04.775Z","updated_at":"2026-05-09T01:02:26.125Z","avatar_url":"https://github.com/Atypicalim.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## My Build Tools\r\n\r\n### 0. Description\r\n\r\n\u003e this is a personal package management and building tool for c, we can merge codes and build single executable programs with it, there are some template projects in `./template/` directory showing how to use it.\r\n\r\n### 1. Installing\r\n\r\n\u003e just clone this repository to your workspace.\r\n\r\n### 2. Usage\r\n\r\n```python\r\nimport builder\r\ntask = builder.C({\r\n    'name': \"myTest\",\r\n    'input':\"./test.c\",\r\n    'output':\"test\",\r\n})\r\ntask.setDebug(False)\r\ntask.setLibs([])\r\ntask.setIcon('./test.ico')\r\ntask.start()\r\ntask.run()\r\n```\r\n\r\n### 3. Builders\r\n\r\n* c\r\n* lua\r\n* code\r\n* html\r\n* htmx\r\n\r\n### 4. Libs\r\n\r\n* lua\r\n* raylib\r\n* webview\r\n* base64\r\n* dyad\r\n* thread\r\n* ...\r\n\r\n### 3. More\r\n\r\n\u003e for more information please visit [github](https://github.com/atypicalim/my-build-tools).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatypicalim%2Fmy-build-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatypicalim%2Fmy-build-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatypicalim%2Fmy-build-tools/lists"}