{"id":19325408,"url":"https://github.com/krypt0nn/computercraft","last_synced_at":"2026-03-08T21:02:14.629Z","repository":{"id":225647566,"uuid":"766485004","full_name":"krypt0nn/computercraft","owner":"krypt0nn","description":"Compilation of computercraft scripts used by me in our temporary minecraft server","archived":false,"fork":false,"pushed_at":"2025-06-09T10:36:53.000Z","size":648,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-09T11:33:26.916Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/krypt0nn.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":"2024-03-03T11:58:25.000Z","updated_at":"2025-06-09T10:36:56.000Z","dependencies_parsed_at":"2025-01-06T06:42:28.938Z","dependency_job_id":"fa54d713-78f6-44df-8611-4f8ed711edd1","html_url":"https://github.com/krypt0nn/computercraft","commit_stats":null,"previous_names":["krypt0nn/computercraft"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/krypt0nn/computercraft","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypt0nn%2Fcomputercraft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypt0nn%2Fcomputercraft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypt0nn%2Fcomputercraft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypt0nn%2Fcomputercraft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krypt0nn","download_url":"https://codeload.github.com/krypt0nn/computercraft/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypt0nn%2Fcomputercraft/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284775706,"owners_count":27061386,"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","status":"online","status_checked_at":"2025-11-16T02:00:05.974Z","response_time":65,"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-10T02:09:57.968Z","updated_at":"2025-11-16T21:03:04.108Z","avatar_url":"https://github.com/krypt0nn.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup\n\nRun this command in the computer to download `require.lua` script:\n\n```\nwget https://raw.githubusercontent.com/krypt0nn/computercraft/main/require.lua\n```\n\nRun this command to download the quickstart file:\n\n```\nwget https://raw.githubusercontent.com/krypt0nn/computercraft/main/quickstart.lua my_app.lua\n```\n\n# Usage\n\nAdd this code to the header of your script:\n\n```lua\nlocal packages = dofile(\"require.lua\")({\n    source = \"https://raw.githubusercontent.com/krypt0nn/computercraft/main/libs\",\n    cache = \"cache\", -- Optional field\n    packages = {\n        fuel = {\n            minimalVersion = 3\n        }\n    }\n})\n\n-- Your script code\n-- Example:\n\npackages.fuel.refuel()\n```\n\nIf `cache` field is given, then packages will be cached to the local folder.\nOtherwise they will always be loaded dynamically from the internet.\n\nAuthor: [Nikita Podvirnyi](https://github.com/krypt0nn)\\\nLicensed under [MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrypt0nn%2Fcomputercraft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrypt0nn%2Fcomputercraft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrypt0nn%2Fcomputercraft/lists"}