{"id":16189370,"url":"https://github.com/caolan/chicken-punycode","last_synced_at":"2026-03-18T18:19:45.618Z","repository":{"id":65991218,"uuid":"49328986","full_name":"caolan/chicken-punycode","owner":"caolan","description":"RFC3492 Punycode implementation for CHICKEN Scheme","archived":false,"fork":false,"pushed_at":"2023-02-23T14:32:56.000Z","size":10,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-29T04:28:43.742Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scheme","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/caolan.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":"2016-01-09T15:15:06.000Z","updated_at":"2016-01-09T15:18:47.000Z","dependencies_parsed_at":"2023-02-28T11:16:46.003Z","dependency_job_id":null,"html_url":"https://github.com/caolan/chicken-punycode","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/caolan/chicken-punycode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fchicken-punycode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fchicken-punycode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fchicken-punycode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fchicken-punycode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caolan","download_url":"https://codeload.github.com/caolan/chicken-punycode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fchicken-punycode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29865411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T16:38:37.846Z","status":"ssl_error","status_checked_at":"2026-02-26T16:37:58.932Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-10-10T07:35:14.373Z","updated_at":"2026-02-26T17:02:50.551Z","avatar_url":"https://github.com/caolan.png","language":"Scheme","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Punycode\n\nA CHICKEN Scheme implementation of [RFC 3492][rfc3492]:\n\"Punycode: A Bootstring encoding of Unicode for Internationalized\nDomain Names in Applications (IDNA)\"\n\n```scheme\n(use punycode)\n\n(punycode-encode \"Bücher\")\n;; =\u003e \"Bcher-kva\"\n\n(punycode-decode \"Bcher-kva\")\n;; =\u003e \"Bücher\"\n\n(domain-\u003eascii \"www.bücher.de\")\n;; =\u003e \"www.xn--bcher-kva.de\"\n\n(domain-\u003eunicode \"www.xn--bcher-kva.de\")\n;; =\u003e \"www.bücher.de\"\n```\n\nThis implementation does not support producing mixed-case\nannotations when encoding (which is not required by the RFC).\n\n[rfc3492]: https://www.ietf.org/rfc/rfc3492.txt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaolan%2Fchicken-punycode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaolan%2Fchicken-punycode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaolan%2Fchicken-punycode/lists"}