{"id":18983672,"url":"https://github.com/snapframework/io-streams","last_synced_at":"2025-04-05T01:05:08.880Z","repository":{"id":5683074,"uuid":"6893227","full_name":"snapframework/io-streams","owner":"snapframework","description":"Simple, composable, and easy-to-use stream I/O for Haskell","archived":false,"fork":false,"pushed_at":"2025-03-24T15:39:44.000Z","size":687,"stargazers_count":101,"open_issues_count":8,"forks_count":35,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-03-29T00:05:42.273Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/snapframework.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","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}},"created_at":"2012-11-27T23:58:30.000Z","updated_at":"2025-03-24T15:39:48.000Z","dependencies_parsed_at":"2025-03-05T00:00:21.819Z","dependency_job_id":"2bce0739-a9e7-4191-bd53-fc8e5d0a288e","html_url":"https://github.com/snapframework/io-streams","commit_stats":{"total_commits":309,"total_committers":33,"mean_commits":9.363636363636363,"dds":0.4077669902912622,"last_synced_commit":"da32f002b0664c3918174b57678cc6f310c5ca56"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snapframework%2Fio-streams","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snapframework%2Fio-streams/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snapframework%2Fio-streams/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snapframework%2Fio-streams/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snapframework","download_url":"https://codeload.github.com/snapframework/io-streams/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247271520,"owners_count":20911587,"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-11-08T16:17:56.760Z","updated_at":"2025-04-05T01:05:08.863Z","avatar_url":"https://github.com/snapframework.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"The io-streams library contains simple and easy to use primitives for I/O\nusing streams. Based on simple types with one type parameter (`InputStream a`\nand `OutputStream a`), io-streams provides a basic interface to\nside-effecting input and output in `IO` monad with the following\nfeatures:\n\n  * three fundamental I/O primitives that anyone can understand: `read ::\n    InputStream a -\u003e IO (Maybe a)`, `unRead :: a -\u003e InputStream a -\u003e IO ()`,\n    and `write :: Maybe a -\u003e OutputStream a -\u003e IO ()`.\n\n  * simple types and side-effecting IO operations mean straightforward and\n    simple exception handling and resource cleanup using standard Haskell\n    facilities like `bracket`.\n\n  * code to transform files, handles, and sockets to streams\n\n  * a variety of combinators for wrapping and transforming streams, including\n    compression and decompression using zlib, controlling precisely how many\n    bytes are read to or written from a socket, buffering output using\n    `blaze-builder`, etc.\n\n  * support for parsing from streams using `attoparsec`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnapframework%2Fio-streams","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnapframework%2Fio-streams","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnapframework%2Fio-streams/lists"}