{"id":19341121,"url":"https://github.com/gladir/coleco-tools","last_synced_at":"2026-03-19T09:22:17.168Z","repository":{"id":224818156,"uuid":"764309174","full_name":"gladir/COLECO-TOOLS","owner":"gladir","description":"Suite de commande écrit en Pascal (Turbo Pascal ou Free Pascal) pour la console de jeu Coleco.","archived":false,"fork":false,"pushed_at":"2024-02-27T21:12:18.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-23T07:52:01.425Z","etag":null,"topics":["coleco","coleco-vision","colecovision","free-pascal","turbo-pascal","turbopascal"],"latest_commit_sha":null,"homepage":"","language":"Pascal","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/gladir.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}},"created_at":"2024-02-27T21:06:59.000Z","updated_at":"2024-04-03T14:00:50.000Z","dependencies_parsed_at":"2024-02-27T22:27:47.687Z","dependency_job_id":"b7008e12-17fe-436a-87d9-30a51c42f701","html_url":"https://github.com/gladir/COLECO-TOOLS","commit_stats":null,"previous_names":["gladir/coleco-tools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gladir/COLECO-TOOLS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FCOLECO-TOOLS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FCOLECO-TOOLS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FCOLECO-TOOLS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FCOLECO-TOOLS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gladir","download_url":"https://codeload.github.com/gladir/COLECO-TOOLS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FCOLECO-TOOLS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29452371,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["coleco","coleco-vision","colecovision","free-pascal","turbo-pascal","turbopascal"],"created_at":"2024-11-10T03:29:22.639Z","updated_at":"2026-02-14T18:32:27.598Z","avatar_url":"https://github.com/gladir.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# COLECO-TOOLS\nSuite de commande écrit en Pascal (Turbo Pascal ou Free Pascal) pour la console de jeu Coleco.\n\n\u003ch2\u003eListe des fichiers\u003c/h2\u003e\n\nVoici la liste des différents fichiers proposés dans COLECO-TOOLS :\n\n\u003ctable\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eNom\u003c/th\u003e\n\t\t\t\u003cth\u003eDescription\u003c/th\u003e\t\n\t\t\u003c/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\u003cb\u003eFIND-PASCAL.PAS\u003c/b\u003e\u003c/td\u003e\n\t\t\t\u003ctd\u003eCette commande permet d'analyser les cartouches de jeu Coleco pour une utilisation vectorielle Pascal.\u003c/td\u003e\n\t\t\u003c/tr\u003e  \n\u003c/table\u003e  \n\n\u003ch2\u003eCompilation\u003c/h2\u003e\n\t\nLes fichiers Pascal n'ont aucune dépendances, il suffit de télécharger le fichier désiré et de le compiler avec Free Pascal avec la syntaxe de commande  :\n\n\u003cpre\u003e\u003cb\u003efpc\u003c/b\u003e \u003ci\u003eLEFICHIER.PAS\u003c/i\u003e\u003c/pre\u003e\n\t\nSinon, vous pouvez également le compiler avec le Turbo Pascal à l'aide de la syntaxe de commande suivante :\t\n\n\u003cpre\u003e\u003cb\u003etpc\u003c/b\u003e \u003ci\u003eLEFICHIER.PAS\u003c/i\u003e\u003c/pre\u003e\n\t\nPar exemple, si vous voulez compiler FIND-PASCAL.PAS, vous devrez tapez la commande suivante :\n\n\u003cpre\u003e\u003cb\u003efpc\u003c/b\u003e FIND-PASCAL.PAS\u003c/pre\u003e\n\t\n\u003ch2\u003eLicence\u003c/h2\u003e\n\u003cul\u003e\n \u003cli\u003eLe code source est publié sous la licence \u003ca href=\"https://github.com/gladir/COLECO-TOOLS/blob/main/LICENSE\"\u003eMIT\u003c/a\u003e.\u003c/li\u003e\n \u003cli\u003eLe paquet original est publié sous la licence \u003ca href=\"https://github.com/gladir/COLECO-TOOLS/blob/main/LICENSE\"\u003eMIT\u003c/a\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgladir%2Fcoleco-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgladir%2Fcoleco-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgladir%2Fcoleco-tools/lists"}