{"id":17319661,"url":"https://github.com/ziman/idris-bytes","last_synced_at":"2026-02-14T05:31:22.447Z","repository":{"id":28814753,"uuid":"32337954","full_name":"ziman/idris-bytes","owner":"ziman","description":"FFI-based byte buffers for Idris","archived":false,"fork":false,"pushed_at":"2019-06-21T18:55:45.000Z","size":40,"stargazers_count":10,"open_issues_count":2,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T08:15:19.322Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Idris","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/ziman.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}},"created_at":"2015-03-16T16:26:10.000Z","updated_at":"2024-12-21T20:39:40.000Z","dependencies_parsed_at":"2022-08-17T22:15:14.318Z","dependency_job_id":null,"html_url":"https://github.com/ziman/idris-bytes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziman%2Fidris-bytes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziman%2Fidris-bytes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziman%2Fidris-bytes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziman%2Fidris-bytes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ziman","download_url":"https://codeload.github.com/ziman/idris-bytes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245772604,"owners_count":20669717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-15T13:26:20.405Z","updated_at":"2025-09-18T22:54:02.668Z","avatar_url":"https://github.com/ziman.png","language":"Idris","funding_links":[],"categories":[],"sub_categories":[],"readme":"# idris-bytes\n\nA FFI-based implementation of byte buffers for Idris.\n\n* This is a snoc-based structure (designed to grow to the right).\n\n* Reading is unrestricted -- we provide `consView`, as well as `snocView`,\n  subslicing and arbitrary indexing, all in O(1).\n\n* Copying is avoided wherever possible (copy-on-second-write) --\n  snocs and appends will not copy the LHS argument unless necessary.\n  Instead, data is destructively written into pre-allocated spare space,\n  as long as it is safe.\n\n* Built on top of `Data.ByteArray`, `IO`-based mutable byte arrays.\n\nThis is the binary backend for [idris-text](https://github.com/ziman/text).\n\n## Installation\n\n```bash\n$ idris --build bytes.ipkg\n$ idris --install bytes.ipkg\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziman%2Fidris-bytes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziman%2Fidris-bytes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziman%2Fidris-bytes/lists"}