{"id":16189394,"url":"https://github.com/caolan/chicken-bencode","last_synced_at":"2026-01-19T06:33:28.556Z","repository":{"id":54851969,"uuid":"45692807","full_name":"caolan/chicken-bencode","owner":"caolan","description":"Bencoding parser and serializer for CHICKEN scheme","archived":false,"fork":false,"pushed_at":"2021-01-25T11:52:24.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T14:15:44.079Z","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":"CHANGELOG","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-06T16:19:09.000Z","updated_at":"2025-01-14T13:17:32.000Z","dependencies_parsed_at":"2022-08-14T04:50:13.307Z","dependency_job_id":null,"html_url":"https://github.com/caolan/chicken-bencode","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/caolan/chicken-bencode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fchicken-bencode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fchicken-bencode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fchicken-bencode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fchicken-bencode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caolan","download_url":"https://codeload.github.com/caolan/chicken-bencode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fchicken-bencode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28562405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"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":[],"created_at":"2024-10-10T07:35:18.609Z","updated_at":"2026-01-19T06:33:28.531Z","avatar_url":"https://github.com/caolan.png","language":"Scheme","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bencode\n\nA Bencoding parser and serializer for [CHICKEN scheme](http://call-cc.org).\n\nUsage:\n\n```scheme\n;; defaults to current-port if no port provided\n(read-bencode [port])\n(write-bencode data [port])\n```\n\nConversion to/from scheme types:\n\n```\nBencode     | Scheme\n----------------------------------------\nstring      | string\ninteger     | number\nlist        | vector\ndictionary  | alist in (symbol . *) form\n```\n\nAttempting to bencode a scheme type not on the above list,\nor attempting to encode a non-integer number will cause\nan exception. Condition objects arising from encode/decode\nerrors will have the type `(exn bencode)`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaolan%2Fchicken-bencode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaolan%2Fchicken-bencode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaolan%2Fchicken-bencode/lists"}