{"id":15159360,"url":"https://github.com/pureharm/pureharm-effects-cats","last_synced_at":"2026-01-21T03:01:40.188Z","repository":{"id":48330425,"uuid":"348436194","full_name":"pureharm/pureharm-effects-cats","owner":"pureharm","description":"cats + cats-effect + fs2 modules of \"pureharm\"","archived":false,"fork":false,"pushed_at":"2021-08-01T07:47:44.000Z","size":254,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-07T16:33:15.071Z","etag":null,"topics":["cats-effect","fs2","pureharm","scala"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pureharm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-16T17:31:13.000Z","updated_at":"2022-10-28T12:43:40.000Z","dependencies_parsed_at":"2022-08-20T12:40:53.116Z","dependency_job_id":null,"html_url":"https://github.com/pureharm/pureharm-effects-cats","commit_stats":null,"previous_names":["busymachines/pureharm-effects-cats"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/pureharm/pureharm-effects-cats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pureharm%2Fpureharm-effects-cats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pureharm%2Fpureharm-effects-cats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pureharm%2Fpureharm-effects-cats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pureharm%2Fpureharm-effects-cats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pureharm","download_url":"https://codeload.github.com/pureharm/pureharm-effects-cats/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pureharm%2Fpureharm-effects-cats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28624341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T02:47:06.670Z","status":"ssl_error","status_checked_at":"2026-01-21T02:45:44.886Z","response_time":86,"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":["cats-effect","fs2","pureharm","scala"],"created_at":"2024-09-26T21:05:15.682Z","updated_at":"2026-01-21T03:01:40.172Z","avatar_url":"https://github.com/pureharm.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pureharm-effects-cats\n\nSee [changelog](./CHANGELOG.md).\n\n## modules\n\n### Scala versions\nScala `2.13`, `3.0.1`, for JVM and JS.\n\nThe available modules are:\n\n- `\"com.busymachines\" %% \"pureharm-effects-cats\" % \"0.5.0\"`\n    - in future versions this will be the only module. N.B. that this module is mutually exclusive with the one below, the latter existing for migration purposes towards cats-effect 3\n    - [cats](https://github.com/typelevel/cats/releases) `2.6.1`\n    - [cats-effect](https://github.com/typelevel/cats-effect/releases) `3.2.1`\n    - [cats-retry](https://github.com/cb372/cats-retry) `3.0.0` — currently inlined into pureharm, and made available in the standard namespace w/ syntax\n    - [fs2-core](https://github.com/typelevel/fs2/releases) `3.0.6`\n    - [pureharm-core-anomaly](https://github.com/busymachines/pureharm-core/releases) `0.3.0`\n    - [pureharm-core-sprout](https://github.com/busymachines/pureharm-core/releases) `0.3.0`\n- `\"com.busymachines\" %% \"pureharm-effects-cats-2\" % \"0.5.0\"` \n    - [cats](https://github.com/typelevel/cats/releases) `2.6.1`\n    - [cats-effect](https://github.com/typelevel/cats-effect/releases) `2.5.2`\n    - [fs2-core](https://github.com/typelevel/fs2/releases) `2.5.9`\n    - [cats-retry](https://github.com/cb372/cats-retry) `3.0.0` — currently inlined into pureharm, and made available in the standard namespace w/ syntax\n    - [pureharm-core-anomaly](https://github.com/busymachines/pureharm-core/releases) `0.3.0`\n    - [pureharm-core-sprout](https://github.com/busymachines/pureharm-core/releases) `0.3.0`\n\n## usage\n\nUnder construction. See [release notes](https://github.com/busymachines/pureharm-effects-cats/releases) and tests for examples.\n\nThe recommended way of making use of this module is to create your own \"effects\" package giving you seemless pure-functional scala experience without import confusion. It's for developers who realized that you can't really write any production apps without treating `cats`, `cats-effect`, `fs2` as being standard library.\n\n```scala\npackage myapp\n\nimport busymachines.pureharm\n\npackage object effects extends pureharm.effects.PureharmEffectsAliases with pureharm.effects.PureharmEffectsSyntax {\n  //write your own custom opiniated things here!\n}\n\n//everywhere else in your code just do:\nimport myapp.effects._\n\n//instead of:\nimport cats._\nimport cats.syntax.all._\nimport cats.effect._\nimport cats.effect.syntax.all._\nimport cats.effect.std._\nimport cats.effect.std.syntax.all._\nimport fs2._\nimport retry._\nimport retry.syntax.all._\n```\n\n## Copyright and License\n\nAll code is available to you under the Apache 2.0 license, available\nat [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) and also in\nthe [LICENSE](./LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpureharm%2Fpureharm-effects-cats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpureharm%2Fpureharm-effects-cats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpureharm%2Fpureharm-effects-cats/lists"}