{"id":26120881,"url":"https://github.com/pyrmont/bencodobi","last_synced_at":"2026-02-03T22:05:48.317Z","repository":{"id":46287549,"uuid":"260837277","full_name":"pyrmont/bencodobi","owner":"pyrmont","description":"A bencode library for Janet","archived":false,"fork":false,"pushed_at":"2021-11-02T01:58:12.000Z","size":47,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-20T08:36:58.231Z","etag":null,"topics":["bencode","janet"],"latest_commit_sha":null,"homepage":"","language":null,"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/pyrmont.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}},"created_at":"2020-05-03T05:49:14.000Z","updated_at":"2023-06-30T01:54:50.000Z","dependencies_parsed_at":"2022-08-29T17:32:17.942Z","dependency_job_id":null,"html_url":"https://github.com/pyrmont/bencodobi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pyrmont/bencodobi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrmont%2Fbencodobi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrmont%2Fbencodobi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrmont%2Fbencodobi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrmont%2Fbencodobi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyrmont","download_url":"https://codeload.github.com/pyrmont/bencodobi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrmont%2Fbencodobi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29059059,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T20:13:53.544Z","status":"ssl_error","status_checked_at":"2026-02-03T20:13:40.507Z","response_time":96,"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":["bencode","janet"],"created_at":"2025-03-10T13:53:02.856Z","updated_at":"2026-02-03T22:05:48.281Z","avatar_url":"https://github.com/pyrmont.png","language":null,"readme":"# Bencodobi\n\n[![Build Status](https://github.com/pyrmont/bencodobi/workflows/build/badge.svg)](https://github.com/pyrmont/bencodobi/actions?query=workflow%3Abuild)\n\nBencodobi is a bencode encoding and decoding library for Janet.\n\n## Installation\n\nAdd the dependency to your `project.janet` file:\n\n```clojure\n(declare-project\n  :dependencies [\"https://github.com/pyrmont/bencodobi\"])\n```\n\n## Usage\n\nBencodobi can be used like this:\n\n```\n(import bencodobi)\n\n(def output @\"\")\n\n(bencodobi/encode output \"hello world\")\n\n(print output) # =\u003e \"11:hello world\"\n\n(bencodobi/decode \"13:goodbye world\") # =\u003e \"goodbye world\"\n```\n\n## API\n\nDocumentation for Bencodobi's API is in [api.md][api].\n\n[api]: https://github.com/pyrmont/bencodobi/blob/master/api.md\n\n## Bugs\n\nFound a bug? I'd love to know about it. The best way is to report your bug in\nthe [Issues][] section on GitHub.\n\n[Issues]: https://github.com/pyrmont/bencodobi/issues\n\n## Licence\n\nBencodobi is licensed under the MIT Licence. See [LICENSE][] for more details.\n\n[LICENSE]: https://github.com/pyrmont/bencodobi/blob/master/LICENSE\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyrmont%2Fbencodobi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyrmont%2Fbencodobi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyrmont%2Fbencodobi/lists"}