{"id":13799964,"url":"https://github.com/tfausak/purescript-batteries","last_synced_at":"2025-05-13T08:32:26.920Z","repository":{"id":58242390,"uuid":"44719229","full_name":"tfausak/purescript-batteries","owner":"tfausak","description":":battery: A PureScript prelude with more features.","archived":true,"fork":false,"pushed_at":"2017-08-05T12:43:13.000Z","size":127,"stargazers_count":30,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-15T17:13:48.981Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://pursuit.purescript.org/packages/purescript-batteries","language":"PureScript","has_issues":false,"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/tfausak.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}},"created_at":"2015-10-22T03:13:21.000Z","updated_at":"2024-10-05T21:07:12.000Z","dependencies_parsed_at":"2022-08-31T00:41:14.026Z","dependency_job_id":null,"html_url":"https://github.com/tfausak/purescript-batteries","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfausak%2Fpurescript-batteries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfausak%2Fpurescript-batteries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfausak%2Fpurescript-batteries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfausak%2Fpurescript-batteries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tfausak","download_url":"https://codeload.github.com/tfausak/purescript-batteries/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253903925,"owners_count":21981771,"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-08-04T00:01:07.719Z","updated_at":"2025-05-13T08:32:26.701Z","avatar_url":"https://github.com/tfausak.png","language":"PureScript","readme":"# Batteries\n\n[![Build status](https://img.shields.io/travis/tfausak/purescript-batteries/master.svg)](https://travis-ci.org/tfausak/purescript-batteries)\n[![Package version](https://img.shields.io/bower/v/purescript-batteries.svg)](https://github.com/tfausak/purescript-batteries/releases)\n\n:battery: A PureScript prelude with more features.\n\nPureScript is a powerful language. Unfortunately the package ecosystem is\nexcessively granular. That means it can take tens of lines of imports to\naccomplish trivial tasks. Batteries makes things better by giving you more\nfunctionality from a single import.\n\n``` purescript\nimport Batteries\n```\n\nThat's all there is to it!\n\nIf you want to see exactly what Batteries exports, check out [the source][]. If\nit's missing something or including something it shouldn't, please open [an\nissue][]!\n\nThe other way to use Batteries is to *not* import it. Instead, simply add it as\na dependency and use the packages that it includes. In this way it is similar\nto [purescript-base][].\n\nBatteries includes the following packages:\n\n- [aff](https://github.com/slamdata/purescript-aff)\n- [arrays](https://github.com/purescript/purescript-arrays)\n- [assert](https://github.com/purescript/purescript-assert)\n- [bifunctors](https://github.com/purescript/purescript-bifunctors)\n- [catenable-lists](https://github.com/purescript/purescript-catenable-lists)\n- [console](https://github.com/purescript/purescript-console)\n- [const](https://github.com/purescript/purescript-const)\n- [contravariant](https://github.com/purescript/purescript-contravariant)\n- [control](https://github.com/purescript/purescript-control)\n- [datetime](https://github.com/purescript/purescript-datetime)\n- [debug](https://github.com/garyb/purescript-debug)\n- [distributive](https://github.com/purescript/purescript-distributive)\n- [eff](https://github.com/purescript/purescript-eff)\n- [either](https://github.com/purescript/purescript-either)\n- [enums](https://github.com/purescript/purescript-enums)\n- [exceptions](https://github.com/purescript/purescript-exceptions)\n- [exists](https://github.com/purescript/purescript-exists)\n- [foldable-traversable](https://github.com/purescript/purescript-foldable-traversable)\n- [foreign](https://github.com/purescript/purescript-foreign)\n- [free](https://github.com/purescript/purescript-free)\n- [functions](https://github.com/purescript/purescript-functions)\n- [functor-coproducts](https://github.com/purescript/purescript-functor-coproducts)\n- [generics](https://github.com/purescript/purescript-generics)\n- [globals](https://github.com/purescript/purescript-globals)\n- [identity](https://github.com/purescript/purescript-identity)\n- [inject](https://github.com/purescript/purescript-inject)\n- [integers](https://github.com/purescript/purescript-integers)\n- [invariant](https://github.com/purescript/purescript-invariant)\n- [lazy](https://github.com/purescript/purescript-lazy)\n- [lens](https://github.com/purescript-contrib/purescript-lens)\n- [lists](https://github.com/purescript/purescript-lists)\n- [maps](https://github.com/purescript/purescript-maps)\n- [math](https://github.com/purescript/purescript-math)\n- [maybe](https://github.com/purescript/purescript-maybe)\n- [monoid](https://github.com/purescript/purescript-monoid)\n- [nullable](https://github.com/paf31/purescript-nullable)\n- [parallel](https://github.com/purescript/purescript-parallel)\n- [prelude](https://github.com/purescript/purescript-prelude)\n- [profunctor](https://github.com/purescript/purescript-profunctor)\n- [proxy](https://github.com/purescript/purescript-proxy)\n- [random](https://github.com/purescript/purescript-random)\n- [refs](https://github.com/purescript/purescript-refs)\n- [semirings](https://github.com/purescript/purescript-semirings)\n- \u003cs\u003e[sequences](https://github.com/hdgarrood/purescript-sequences)\u003c/s\u003e\n- [sets](https://github.com/purescript/purescript-sets)\n- [st](https://github.com/purescript/purescript-st)\n- [strings](https://github.com/purescript/purescript-strings)\n- [tailrec](https://github.com/purescript/purescript-tailrec)\n- [these](https://github.com/purescript/purescript-these)\n- [transformers](https://github.com/purescript/purescript-transformers)\n- [tuples](https://github.com/purescript/purescript-tuples)\n- [unfoldable](https://github.com/purescript/purescript-unfoldable)\n- [unsafe-coerce](https://github.com/purescript-contrib/purescript-unsafe-coerce)\n- [validation](https://github.com/purescript/purescript-validation)\n\nTo see the exact versions that Batteries depends on, look at the\n[`bower.json`][].\n\n[the source]: ./src/Batteries.purs\n[an issue]: https://github.com/tfausak/purescript-batteries/issues\n[purescript-base]: https://github.com/purescript-contrib/purescript-base\n[`bower.json`]: ./bower.json\n","funding_links":[],"categories":["Preludes"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfausak%2Fpurescript-batteries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftfausak%2Fpurescript-batteries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfausak%2Fpurescript-batteries/lists"}