{"id":29879425,"url":"https://github.com/typelevel/monoids","last_synced_at":"2025-07-31T08:46:01.906Z","repository":{"id":37104888,"uuid":"158300714","full_name":"typelevel/monoids","owner":"typelevel","description":"Generic Monoids for Scala","archived":false,"fork":false,"pushed_at":"2025-07-06T06:35:01.000Z","size":1565,"stargazers_count":52,"open_issues_count":2,"forks_count":11,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-07-21T18:52:08.426Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://typelevel.org/monoids/","language":"Scala","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/typelevel.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,"zenodo":null}},"created_at":"2018-11-19T22:56:29.000Z","updated_at":"2025-07-06T06:35:01.000Z","dependencies_parsed_at":"2023-09-24T15:25:12.385Z","dependency_job_id":"89a75cd7-3996-4ed6-a971-9f17176a5770","html_url":"https://github.com/typelevel/monoids","commit_stats":{"total_commits":491,"total_committers":14,"mean_commits":35.07142857142857,"dds":0.6232179226069247,"last_synced_commit":"d536eafa02f80b480fdc5e63428358ce214e12e6"},"previous_names":["christopherdavenport/monoids"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/typelevel/monoids","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typelevel%2Fmonoids","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typelevel%2Fmonoids/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typelevel%2Fmonoids/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typelevel%2Fmonoids/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/typelevel","download_url":"https://codeload.github.com/typelevel/monoids/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typelevel%2Fmonoids/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267123546,"owners_count":24039457,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-07-31T08:45:56.147Z","updated_at":"2025-07-31T08:45:57.105Z","avatar_url":"https://github.com/typelevel.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# monoids ![Continuous Integration](https://github.com/typelevel/monoids/workflows/Continuous%20Integration/badge.svg) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.typelevel/monoids_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.typelevel/monoids_2.13)\n\nMonoids is a library of a set of generic `Monoid` and `Semigroup` types that are very useful for abstract programming.\n\nThis library exposes some generic `Monoid`s:\n\n- `All` - Boolean newtype that combines values using `\u0026\u0026`\n- `Any` - Boolean newtype that combines values using `||`\n- `Dual` - Inverts the Combine operation of a monoid\n- `First` - Option newtype that combine takes the first element that is present\n- `Last` - Option newtype that combine takes the last element that is present\n- `Product` - Numeric newtype that combines values using Multiplication\n- `Sum` - Numeric newtype that combines values using Addition\n\nAlso some generic `Semigroup`s:\n- `Dual` inverts the combine operation.\n- `Max` exposes a Max that given an `Order` will return the maximum value.\n- `Min` exposes a Min that given an `Order` will return the minimum value.\n\n## [Head on over to the Microsite](https://typelevel.org/monoids/)\n\n## Quick Start\n\nTo use this project in an existing SBT project with Scala 2.12 or a later version, add the following dependencies to your\n`build.sbt` depending on your needs:\n\n```scala\nlibraryDependencies ++= Seq(\n  \"org.typelevel\" %%% \"monoids\" % \"\u003cversion\u003e\"\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypelevel%2Fmonoids","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftypelevel%2Fmonoids","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypelevel%2Fmonoids/lists"}