{"id":18319861,"url":"https://github.com/bitwalker/uniq_compat","last_synced_at":"2025-04-05T22:31:40.271Z","repository":{"id":62430663,"uuid":"375409702","full_name":"bitwalker/uniq_compat","owner":"bitwalker","description":"A compatibility shim for ::elixir_uuid when used with :uniq","archived":false,"fork":false,"pushed_at":"2022-08-26T16:05:25.000Z","size":16,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-21T13:12:40.517Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/bitwalker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-09T15:48:29.000Z","updated_at":"2023-10-11T11:44:32.000Z","dependencies_parsed_at":"2022-11-01T20:21:57.851Z","dependency_job_id":null,"html_url":"https://github.com/bitwalker/uniq_compat","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitwalker%2Funiq_compat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitwalker%2Funiq_compat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitwalker%2Funiq_compat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitwalker%2Funiq_compat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitwalker","download_url":"https://codeload.github.com/bitwalker/uniq_compat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411237,"owners_count":20934650,"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-05T18:14:31.267Z","updated_at":"2025-04-05T22:31:39.965Z","avatar_url":"https://github.com/bitwalker.png","language":"Elixir","readme":"# uniq_compat\n\nThis project provides a compatibility shim which allows you to replace all uses of\n`:elixir_uuid` in your project with `:uniq` without having to make any code changes\nto your existing code.\n\nSee the [Uniq docs](https://hexdocs.pm/uniq) for more information on that project,\nas well as the migration process.\n\n## Installation\n\nTo use this package properly, you need to override `:elixir_uuid` with `:uniq_compat`,\nwhich looks like so:\n\n```elixir\ndef deps do\n  [\n    {:elixir_uuid, \"~\u003e 0.1\", hex: :uniq_compat, override: true}\n  ]\nend\n```\n\nThis overrides the use of `:elixir_uuid` in your dependency tree with `:uniq_compat`.\nInternally, `:uniq_compat` shims the `UUID` module to delegate to `Uniq.UUID` while\npreserving the original behaviour of things like `UUID.info/1`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitwalker%2Funiq_compat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitwalker%2Funiq_compat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitwalker%2Funiq_compat/lists"}