{"id":20683619,"url":"https://github.com/eggy115/agda","last_synced_at":"2026-03-09T12:07:02.664Z","repository":{"id":239269483,"uuid":"624374970","full_name":"Eggy115/Agda","owner":"Eggy115","description":"Agda","archived":false,"fork":false,"pushed_at":"2023-04-12T10:33:45.000Z","size":34,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T22:55:45.811Z","etag":null,"topics":["agda"],"latest_commit_sha":null,"homepage":"https://github.com/Eggy115/Agda","language":"Agda","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Eggy115.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["Eggy115"],"patreon":"Eggy115","open_collective":"Eggy115","ko_fi":"Eggy115","tidelift":"Eggy115","community_bridge":"Eggy115","liberapay":"Eggy115","issuehunt":"Eggy115","otechie":"Eggy115","lfx_crowdfunding":null,"custom":["https://www.youtube.com/Eggy115","https://github.com/Eggy115"]}},"created_at":"2023-04-06T10:26:18.000Z","updated_at":"2023-04-12T12:20:30.000Z","dependencies_parsed_at":"2024-05-11T06:02:32.207Z","dependency_job_id":null,"html_url":"https://github.com/Eggy115/Agda","commit_stats":null,"previous_names":["eggy115/agda"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Eggy115/Agda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eggy115%2FAgda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eggy115%2FAgda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eggy115%2FAgda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eggy115%2FAgda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Eggy115","download_url":"https://codeload.github.com/Eggy115/Agda/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eggy115%2FAgda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30294816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T11:12:22.024Z","status":"ssl_error","status_checked_at":"2026-03-09T11:10:54.577Z","response_time":61,"last_error":"SSL_read: 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":["agda"],"created_at":"2024-11-16T22:17:13.983Z","updated_at":"2026-03-09T12:07:02.637Z","avatar_url":"https://github.com/Eggy115.png","language":"Agda","funding_links":["https://github.com/sponsors/Eggy115","https://patreon.com/Eggy115","https://opencollective.com/Eggy115","https://ko-fi.com/Eggy115","https://tidelift.com/funding/github/Eggy115","https://funding.communitybridge.org/projects/Eggy115","https://liberapay.com/Eggy115","https://issuehunt.io/r/Eggy115","https://otechie.com/Eggy115","https://www.youtube.com/Eggy115","https://github.com/Eggy115"],"categories":[],"sub_categories":[],"readme":"# Agda\nAgda is a dependently typed programming language based on intuitionistic type theory. It is designed for reasoning about mathematical properties of programs and proving their correctness. Here's an example of a simple program in Agda:\n\n```agda\nmodule HelloWorld where\n\nopen import Data.String\n\nmain : IO ()\nmain = putStr \"Hello, World!\\n\"\n```\n\nThis program uses the `Data.String` module to output the text \"Hello, World!\" to the console using the `putStr` function. The `main` function is of type `IO ()`, indicating that it performs I/O operations and returns no meaningful value.\n\nWhen this program is compiled and run, it will display the text \"Hello, World!\" on the screen.\n\nAgda programs are typically saved with the \"`.agda`\" file extension. For example, the \"Hello, World!\" program I showed earlier would be saved in a file named \"HelloWorld.agda\".\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feggy115%2Fagda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feggy115%2Fagda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feggy115%2Fagda/lists"}