{"id":13566509,"url":"https://github.com/davenverse/fuuid","last_synced_at":"2025-04-07T05:13:15.131Z","repository":{"id":39849255,"uuid":"141730719","full_name":"davenverse/fuuid","owner":"davenverse","description":"Functional UUID's for Scala","archived":false,"fork":false,"pushed_at":"2024-07-08T00:45:01.000Z","size":1841,"stargazers_count":146,"open_issues_count":67,"forks_count":37,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T21:12:36.848Z","etag":null,"topics":["cats","cats-effect","doobie","http4s","scala","uuid"],"latest_commit_sha":null,"homepage":"https://davenverse.github.io/fuuid","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/davenverse.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-07-20T15:48:32.000Z","updated_at":"2024-07-17T11:15:59.000Z","dependencies_parsed_at":"2024-01-19T07:13:04.329Z","dependency_job_id":"2f13028b-0b78-42f9-aa3c-a1dfb33ff41a","html_url":"https://github.com/davenverse/fuuid","commit_stats":null,"previous_names":["christopherdavenport/fuuid"],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davenverse%2Ffuuid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davenverse%2Ffuuid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davenverse%2Ffuuid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davenverse%2Ffuuid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davenverse","download_url":"https://codeload.github.com/davenverse/fuuid/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247595335,"owners_count":20963943,"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":["cats","cats-effect","doobie","http4s","scala","uuid"],"created_at":"2024-08-01T13:02:11.008Z","updated_at":"2025-04-07T05:13:15.107Z","avatar_url":"https://github.com/davenverse.png","language":"Scala","funding_links":[],"categories":["Scala"],"sub_categories":[],"readme":"[![GitHub Actions](https://github.com/davenverse/fuuid/workflows/Continuous%20Integration/badge.svg)](https://github.com/davenverse/fuuid/actions)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/fuuid_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/fuuid_2.13)\n[![Code of Conduct](https://img.shields.io/badge/Code%20of%20Conduct-Scala-blue.svg)](CODE_OF_CONDUCT.md)\n[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/davenverse/fuuid)](https://mergify.io)\n[![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat\u0026logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org)\n\n# fuuid - Functional UUID\n\nHead on [over to the microsite](https://davenverse.github.io/fuuid/)\n\n## Impatient Quickstart\n\nTo use fuuid in an existing SBT project with Scala 2.12 or a later version, add the following dependency to your\n`build.sbt`:\n\n```scala\nlibraryDependencies += \"io.chrisdavenport\" %% \"fuuid\" % \"\u003cversion\u003e\"\n```\n\nAnd for integrations:\n```scala\nlibraryDependencies ++= Seq(\n    \"io.chrisdavenport\" %% \"fuuid-circe\"  % \"\u003cversion\u003e\", // Circe integration\n    \"io.chrisdavenport\" %% \"fuuid-http4s\" % \"\u003cversion\u003e\", // Http4s integration\n    \"io.chrisdavenport\" %% \"fuuid-doobie\" % \"\u003cversion\u003e\"  // Doobie integration\n)\n```\n\nFor more info visit [the microsite](https://davenverse.github.io/fuuid/)\n\n## Versions\n\n| fuuid   | Scala 2.12 | Scala 2.13 | Scala 3 | Cats  | CE     | http4s   | Doobie   | Circe    |\n| :-----: | :--------: | :--------: | :-----: | :---: | :----: | :------: | :------: | :------: |\n| `0.8.x` | Yes        | Yes        | Pending | `2.x` | `3.x`  | `0.23.x` | `1.0.x`  | `1.0.x`  |\n| `0.7.x` | Yes        | Yes        | Pending | `2.x` | `2.x`  | `0.22.x` | `0.13.x` | `0.14.x` |\n| `0.6.x` | Yes        | Yes        | Pending | `2.x` | `2.x`  | `0.21.x` | `0.13.x` | `0.13.x` |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavenverse%2Ffuuid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavenverse%2Ffuuid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavenverse%2Ffuuid/lists"}