{"id":20635833,"url":"https://github.com/orsinium-labs/intover","last_synced_at":"2026-05-31T02:31:42.230Z","repository":{"id":237417896,"uuid":"711431805","full_name":"orsinium-labs/intover","owner":"orsinium-labs","description":"Golang package for integer arithmetic with overflow detection.","archived":false,"fork":false,"pushed_at":"2023-10-29T08:52:45.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T08:29:30.727Z","etag":null,"topics":["arithmetic","go","golang","integer-arithmetic","integer-overflow","overflow","overflow-detection"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"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/orsinium-labs.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-10-29T08:51:53.000Z","updated_at":"2024-02-01T11:20:17.000Z","dependencies_parsed_at":"2024-05-01T15:42:37.171Z","dependency_job_id":"a4d99771-6258-456d-99ed-8d9dc30f5519","html_url":"https://github.com/orsinium-labs/intover","commit_stats":null,"previous_names":["orsinium-labs/intover"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/orsinium-labs/intover","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fintover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fintover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fintover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fintover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orsinium-labs","download_url":"https://codeload.github.com/orsinium-labs/intover/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fintover/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33714036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"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":["arithmetic","go","golang","integer-arithmetic","integer-overflow","overflow","overflow-detection"],"created_at":"2024-11-16T15:07:41.341Z","updated_at":"2026-05-31T02:31:42.213Z","avatar_url":"https://github.com/orsinium-labs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# intover\n\nGolang package for integer arithmetic with overflow detection.\n\nBased on [overflow](https://github.com/JohnCGriffin/overflow) package.\n\nFeatures:\n\n* Generics.\n* Small and simple API.\n* Can return ok or can panic.\n\n## Installation\n\n```bash\ngo get github.com/orsinium-labs/intover\n```\n\n## Usage\n\n```go\nresult, ok := intover.Do(a, '+', b)\n```\n\nOr the same:\n\n```go\nresult, ok := intover.Add(a, b)\n```\n\nOr if you want it to panic on overflow:\n\n```go\nresult := intover.Must(intover.Add(a, b))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forsinium-labs%2Fintover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forsinium-labs%2Fintover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forsinium-labs%2Fintover/lists"}