{"id":26076843,"url":"https://github.com/purescript-contrib/purescript-uint","last_synced_at":"2026-01-11T13:30:53.107Z","repository":{"id":40735508,"uuid":"69786320","full_name":"purescript-contrib/purescript-uint","owner":"purescript-contrib","description":"32-bit unsigned integer type for PureScript","archived":false,"fork":false,"pushed_at":"2023-06-13T13:18:03.000Z","size":47,"stargazers_count":6,"open_issues_count":4,"forks_count":13,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-02-11T14:25:20.800Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PureScript","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/purescript-contrib.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-10-02T08:15:45.000Z","updated_at":"2023-07-25T14:04:38.000Z","dependencies_parsed_at":"2023-07-13T15:42:40.809Z","dependency_job_id":null,"html_url":"https://github.com/purescript-contrib/purescript-uint","commit_stats":null,"previous_names":["zaquest/purescript-uint"],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purescript-contrib%2Fpurescript-uint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purescript-contrib%2Fpurescript-uint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purescript-contrib%2Fpurescript-uint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purescript-contrib%2Fpurescript-uint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/purescript-contrib","download_url":"https://codeload.github.com/purescript-contrib/purescript-uint/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242635336,"owners_count":20161437,"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":"2025-03-09T02:36:17.490Z","updated_at":"2025-10-24T10:23:17.923Z","avatar_url":"https://github.com/purescript-contrib.png","language":"PureScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# uint\n\n[![CI](https://github.com/purescript-contrib/purescript-uint/workflows/CI/badge.svg?branch=main)](https://github.com/purescript-contrib/purescript-uint/actions?query=workflow%3ACI+branch%3Amain)\n[![Release](https://img.shields.io/github/release/purescript-contrib/purescript-uint.svg)](https://github.com/purescript-contrib/purescript-uint/releases)\n[![Pursuit](https://pursuit.purescript.org/packages/purescript-uint/badge)](https://pursuit.purescript.org/packages/purescript-uint)\n[![Maintainer: zaquest](https://img.shields.io/badge/maintainer-zaquest-teal.svg)](https://github.com/zaquest)\n[![Maintainer: jamesdbrock](https://img.shields.io/badge/maintainer-jamesdbrock-teal.svg)](https://github.com/jamesdbrock)\n\nProvides the 32-bit unsigned integer type `UInt`, and operations.\n\nThe `UInt` operations are\nbased on the JavaScript `x \u003e\u003e\u003e 0` trick, analogous to how\nPureScript’s `Int` is based on the JavaScript `x | 0` trick.\n\n* [MDN — operator unsigned right shift](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Unsigned_right_shift)\n* [Stack Overflow — the JavaScript `x \u003e\u003e\u003e 0` trick](https://stackoverflow.com/questions/1822350/what-is-the-javascript-operator-and-how-do-you-use-it)\n\n## Installation\n\nInstall `uint` with [Spago](https://github.com/purescript/spago):\n\n```sh\nspago install uint\n```\n\n## Documentation\n\n`uint` documentation is stored in a few places:\n\n1. Module documentation is [published on Pursuit](https://pursuit.purescript.org/packages/purescript-uint).\n2. Written documentation is kept in the [docs directory](./docs).\n3. Usage examples can be found in [the test suite](./test).\n\nIf you get stuck, there are several ways to get help:\n\n- [Open an issue](https://github.com/purescript-contrib/purescript-uint/issues) if you have encountered a bug or problem.\n- Ask general questions on the [PureScript Discourse](https://discourse.purescript.org) forum or the [PureScript Discord](https://purescript.org/chat) chat.\n\n## Contributing\n\nYou can contribute to `uint` in several ways:\n\n1. If you encounter a problem or have a question, please [open an issue](https://github.com/purescript-contrib/purescript-uint/issues). We'll do our best to work with you to resolve or answer it.\n\n2. If you would like to contribute code, tests, or documentation, please [read the contributor guide](./CONTRIBUTING.md). It's a short, helpful introduction to contributing to this library, including development instructions.\n\n3. If you have written a library, tutorial, guide, or other resource based on this package, please share it on the [PureScript Discourse](https://discourse.purescript.org)! Writing libraries and learning resources are a great way to help this library succeed.\n\n## Development\n\nRun the tests with\n\n```sh\nspago -x test.dhall test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurescript-contrib%2Fpurescript-uint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurescript-contrib%2Fpurescript-uint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurescript-contrib%2Fpurescript-uint/lists"}