{"id":29823072,"url":"https://github.com/guenchi/catapult","last_synced_at":"2026-02-10T01:01:45.268Z","repository":{"id":45821942,"uuid":"123328743","full_name":"guenchi/Catapult","owner":"guenchi","description":"a Web framework for Igropyr (Chez Scheme http-server)","archived":false,"fork":false,"pushed_at":"2025-02-09T11:43:41.000Z","size":198,"stargazers_count":33,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-29T01:43:44.221Z","etag":null,"topics":["chez","chez-scheme","igropyr","library","scheme","web","webframework"],"latest_commit_sha":null,"homepage":"","language":"Scheme","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/guenchi.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,"zenodo":null}},"created_at":"2018-02-28T19:00:11.000Z","updated_at":"2025-02-16T12:00:14.000Z","dependencies_parsed_at":"2025-07-29T01:39:13.263Z","dependency_job_id":"5af60f4c-c5bf-4849-8450-9150e0442543","html_url":"https://github.com/guenchi/Catapult","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/guenchi/Catapult","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guenchi%2FCatapult","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guenchi%2FCatapult/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guenchi%2FCatapult/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guenchi%2FCatapult/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guenchi","download_url":"https://codeload.github.com/guenchi/Catapult/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guenchi%2FCatapult/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29287705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T21:57:15.303Z","status":"ssl_error","status_checked_at":"2026-02-09T21:57:11.537Z","response_time":56,"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":["chez","chez-scheme","igropyr","library","scheme","web","webframework"],"created_at":"2025-07-29T01:38:55.531Z","updated_at":"2026-02-10T01:01:45.222Z","avatar_url":"https://github.com/guenchi.png","language":"Scheme","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Catapult\n\n***Catapult*** is a web framework for ***Igropyr***\n\n## [Manual](https://guenchi.github.io/Catapult)\n\n***easy to write the router***\n\n```\n(req\n    (\"/\"                index)\n    (\"/index\"           index)\n    (\"/users\"           users)\n    (\"/notes\"           notes)\n    (\"/blog/*/en\"       blogEN)\n    (\"/articles/*\"      article)\n    (\"/*\"               handle404))\n```\n\n***easy to define responses***\n\n```\n(define index\n    (lambda (header path query)\n        (res \"hello world\")))\n\n(define index\n    (lambda (header path query)\n        (res 200 \"hello world\")))\n\n(define index\n    (lambda (header path query)\n        (res \"text/html\" \"\u003ch1\u003ehello world\u003c/h1\u003e\")))\n        \n(define index\n    (lambda (header path query)\n        (res 200 \"text/html\" \"\u003ch1\u003ehello world\u003c/h1\u003e\")))\n```\n\n\n```\n(res string)                =\u003e response content only\n\n(res int string)            =\u003e response status and content\n\n(res string string)         =\u003e response style and content\n\n(res int string string)     =\u003e response status, style and content\n```\n\n\n***[Igropyr](https://guenchi.github.io/Igropyr)*** is an async http-server for Chez Scheme\n\nCatapult's sister framework: ***[Ballista](https://guenchi.github.io/Ballista/)*** (Express-style)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguenchi%2Fcatapult","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguenchi%2Fcatapult","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguenchi%2Fcatapult/lists"}