{"id":17086415,"url":"https://github.com/dasch/ulid","last_synced_at":"2025-06-29T16:38:33.785Z","repository":{"id":66460565,"uuid":"220481024","full_name":"dasch/ulid","owner":"dasch","description":"ULID implementation in Elm.","archived":false,"fork":false,"pushed_at":"2020-09-08T19:24:41.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T14:37:48.845Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dasch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-11-08T14:15:57.000Z","updated_at":"2020-09-08T19:24:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"dc61e1e4-2662-46f3-bdc8-4ff6c89cf110","html_url":"https://github.com/dasch/ulid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dasch/ulid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasch%2Fulid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasch%2Fulid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasch%2Fulid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasch%2Fulid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dasch","download_url":"https://codeload.github.com/dasch/ulid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasch%2Fulid/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262628635,"owners_count":23339832,"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-14T13:28:35.319Z","updated_at":"2025-06-29T16:38:33.755Z","avatar_url":"https://github.com/dasch.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ULIDs in Elm\n\nThis package implements the [ULID specification](https://github.com/ulid/spec) for generating universally unique 128 bit identifiers.\n\nBenefits of ULID, per the spec:\n\n* 128-bit compatibility with UUID\n* 1.21e+24 unique ULIDs per millisecond\n* Lexicographically sortable!\n* Canonically encoded as a 26 character string, as opposed to the 36 character UUID\n* Uses Crockford's base32 for better efficiency and readability (5 bits per character)\n* Case insensitive\n* No special characters (URL safe)\n* Monotonic sort order (correctly detects and handles the same millisecond)\n\n```elm\nimport Ulid\n\ntype alias Model =\n    { idGenerator : Ulid.Generator\n    , ...\n    }\n\ntype Msg\n    = GotUlid String\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdasch%2Fulid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdasch%2Fulid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdasch%2Fulid/lists"}