{"id":19535570,"url":"https://github.com/miyako/uuid","last_synced_at":"2026-01-31T14:03:39.723Z","repository":{"id":258504565,"uuid":"874032296","full_name":"miyako/UUID","owner":"miyako","description":"UUID with Go","archived":false,"fork":false,"pushed_at":"2025-05-15T00:44:10.000Z","size":4662,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-08T12:02:40.633Z","etag":null,"topics":["4d-class","4d-component"],"latest_commit_sha":null,"homepage":"https://miyako.github.io/UUID/","language":"4D","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/miyako.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,"zenodo":null}},"created_at":"2024-10-17T06:23:55.000Z","updated_at":"2025-05-15T00:43:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"459f2fd8-5ff8-4188-8ab6-3d1999501a06","html_url":"https://github.com/miyako/UUID","commit_stats":null,"previous_names":["miyako/uuid"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/miyako/UUID","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2FUUID","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2FUUID/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2FUUID/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2FUUID/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miyako","download_url":"https://codeload.github.com/miyako/UUID/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2FUUID/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28944789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T13:02:32.153Z","status":"ssl_error","status_checked_at":"2026-01-31T13:00:07.528Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["4d-class","4d-component"],"created_at":"2024-11-11T02:19:07.001Z","updated_at":"2026-01-31T14:03:39.717Z","avatar_url":"https://github.com/miyako.png","language":"4D","funding_links":[],"categories":[],"sub_categories":[],"readme":"![version](https://img.shields.io/badge/version-20%2B-E23089)\n![platform](https://img.shields.io/static/v1?label=platform\u0026message=mac-intel%20|%20mac-arm%20|%20win-64\u0026color=blue)\n[![license](https://img.shields.io/github/license/miyako/UUID)](LICENSE)\n![downloads](https://img.shields.io/github/downloads/miyako/UUID/total)\n\n# UUID\n\n## dependencies.json\n\n ```json\n{\n\t\"dependencies\": {\n\t\t\"UUID\": {\n\t\t\t\"github\": \"miyako/UUID\",\n\t\t\t\"version\": \"latest\"\n\t\t}\n\t}\n}\n```\n\n```4d\nvar $UUID : cs.UUID.UUID\n$UUID:=cs.UUID.UUID.new()\n\n$UUIDv7:=$UUID.v7()\n$UUIDv6:=$UUID.v6()\n$UUIDv5:=$UUID.v5(\"dns\"; \"www.4d.com\")  //ns:dns,url,oid,x500\n$UUIDv4:=$UUID.v4()\n$UUIDv3:=$UUID.v3(\"dns\"; \"www.4d.com\")  //ns:dns,url,oid,x500\n$UUIDv1:=$UUID.v1()\n```\n\n\u003cimg src=\"https://github.com/user-attachments/assets/fadc2741-db78-4d9e-bbed-b031b0ccfcc4\" height=\"300\" width=auto /\u003e\n\nthe [CLI](https://github.com/miyako/go-uuid/blob/master/main.go) uses [gofrs/uuid](https://github.com/miyako/go-uuid).\n\n## Go Build\n\n```\nGOOS=darwin GOARCH=arm64 go build -o uuid-arm main.go\nGOOS=darwin GOARCH=amd64 go build -o uuid-amd main.go\nlipo -create uuid-arm uuid-amd -output uuid\nGOOS=windows GOARCH=amd64 go build -o uuid.exe main.go\n```\n\n## CLI\n\n```\nuuid -mode 7 //this is the default\nuuid -mode 6\nuuid -mode 5 -ns dns -name www.4d.com\nuuid -mode 4\nuuid -mode 3 -ns dns -name www.4d.com\nuuid -mode 1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2Fuuid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiyako%2Fuuid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2Fuuid/lists"}