{"id":31286938,"url":"https://github.com/botforge-pro/goduration-swift","last_synced_at":"2026-05-17T15:43:40.266Z","repository":{"id":315506901,"uuid":"1059784911","full_name":"botforge-pro/goduration-swift","owner":"botforge-pro","description":"Go-style duration parsing for Swift","archived":false,"fork":false,"pushed_at":"2025-09-19T00:41:36.000Z","size":26692,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-19T02:38:32.312Z","etag":null,"topics":["duration","go","parser","swift","time"],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/botforge-pro.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-19T00:16:11.000Z","updated_at":"2025-09-19T00:42:28.000Z","dependencies_parsed_at":"2025-09-19T21:02:31.067Z","dependency_job_id":null,"html_url":"https://github.com/botforge-pro/goduration-swift","commit_stats":null,"previous_names":["botforge-pro/goduration-swift"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/botforge-pro/goduration-swift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botforge-pro%2Fgoduration-swift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botforge-pro%2Fgoduration-swift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botforge-pro%2Fgoduration-swift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botforge-pro%2Fgoduration-swift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/botforge-pro","download_url":"https://codeload.github.com/botforge-pro/goduration-swift/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botforge-pro%2Fgoduration-swift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276737507,"owners_count":25695700,"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","status":"online","status_checked_at":"2025-09-24T02:00:09.776Z","response_time":97,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["duration","go","parser","swift","time"],"created_at":"2025-09-24T10:58:15.432Z","updated_at":"2025-09-24T10:58:20.482Z","avatar_url":"https://github.com/botforge-pro.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Tests](https://github.com/botforge-pro/goduration-swift/actions/workflows/test.yml/badge.svg)](https://github.com/botforge-pro/goduration-swift/actions/workflows/test.yml)\n\n# goduration-swift\n\nGo-style duration parsing for Swift.\n\n## Installation\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/botforge-pro/goduration-swift\", from: \"0.1.1\")\n]\n```\n\n## Usage\n\n```swift\nimport GoDuration\n\nlet duration1 = try GoDuration.parse(\"1m\")        // 60 seconds\nlet duration2 = try GoDuration.parse(\"2h\")        // 7200 seconds  \nlet duration3 = try GoDuration.parse(\"2h30m\")     // 9000 seconds\nlet duration4 = try GoDuration.parse(\"-8h\")       // -28800 seconds\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotforge-pro%2Fgoduration-swift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbotforge-pro%2Fgoduration-swift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotforge-pro%2Fgoduration-swift/lists"}