{"id":15540089,"url":"https://github.com/hden/cuid2","last_synced_at":"2025-10-29T12:02:11.482Z","repository":{"id":152982138,"uuid":"613909710","full_name":"hden/cuid2","owner":"hden","description":"Secure, collision-resistant ids optimized for horizontal scaling and performance. Next generation UUIDs.","archived":false,"fork":false,"pushed_at":"2024-09-06T01:06:06.000Z","size":32,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-23T16:24:12.883Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hden.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2023-03-14T14:10:44.000Z","updated_at":"2024-11-03T23:45:30.000Z","dependencies_parsed_at":"2024-03-09T07:28:53.372Z","dependency_job_id":"ce268915-0f81-4232-b22c-22db9954b55c","html_url":"https://github.com/hden/cuid2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hden%2Fcuid2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hden%2Fcuid2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hden%2Fcuid2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hden%2Fcuid2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hden","download_url":"https://codeload.github.com/hden/cuid2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250468626,"owners_count":21435518,"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-10-02T12:12:35.980Z","updated_at":"2025-10-29T12:02:06.458Z","avatar_url":"https://github.com/hden.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cuid2 [![CircleCI](https://dl.circleci.com/status-badge/img/gh/hden/cuid2/tree/main.svg?style=svg\u0026circle-token=e446bb4839884cea2d33a789e43f57bdc0823200)](https://dl.circleci.com/status-badge/redirect/gh/hden/cuid2/tree/main)\n[![Clojars Project](https://img.shields.io/clojars/v/com.github.hden/cuid2.svg)](https://clojars.org/com.github.hden/cuid2)\n\nSecure, collision-resistant ids optimized for horizontal scaling and performance. Next generation UUIDs.\n\nPorted from https://github.com/paralleldrive/cuid2\n\n## Usage\n\n```clj\n(require '[cuid2.core :refer [cuid cuid?]])\n\n(cuid)\n; \"j9f203xe1wxw8nkor3yd4bkp\"\n\n(cuid? (cuid))\n; true\n\n(cuid {:length 32})\n; \"hjm1wxqkahfzh58h936ryr5aqh70iwe9\"\n```\n\n## Testing\n\nSee test/cuid2/core_test.clj\n\n## License\n\nCopyright © 2023 Haokang Den\n\nThis program and the accompanying materials are made available under the\nterms of the Eclipse Public License 2.0 which is available at\nhttp://www.eclipse.org/legal/epl-2.0.\n\nThis Source Code may also be made available under the following Secondary\nLicenses when the conditions for such availability set forth in the Eclipse\nPublic License, v. 2.0 are satisfied: GNU General Public License as published by\nthe Free Software Foundation, either version 2 of the License, or (at your\noption) any later version, with the GNU Classpath Exception which is available\nat https://www.gnu.org/software/classpath/license.html.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhden%2Fcuid2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhden%2Fcuid2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhden%2Fcuid2/lists"}