{"id":23674060,"url":"https://github.com/farism/mint-bitwise","last_synced_at":"2026-01-25T22:30:42.015Z","repository":{"id":190794628,"uuid":"683351627","full_name":"farism/mint-bitwise","owner":"farism","description":"Bitwise operators for mint-lang","archived":false,"fork":false,"pushed_at":"2023-08-26T09:59:49.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-21T10:49:17.867Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Mint","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/farism.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}},"created_at":"2023-08-26T09:38:35.000Z","updated_at":"2023-08-26T10:01:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"f12ab1fd-8f17-450a-810d-4e6c8a2909fe","html_url":"https://github.com/farism/mint-bitwise","commit_stats":null,"previous_names":["farism/mint-bitwise"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/farism/mint-bitwise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farism%2Fmint-bitwise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farism%2Fmint-bitwise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farism%2Fmint-bitwise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farism%2Fmint-bitwise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farism","download_url":"https://codeload.github.com/farism/mint-bitwise/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farism%2Fmint-bitwise/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28760646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T20:56:06.009Z","status":"ssl_error","status_checked_at":"2026-01-25T20:54:48.203Z","response_time":113,"last_error":"SSL_read: 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":[],"created_at":"2024-12-29T12:59:21.582Z","updated_at":"2026-01-25T22:30:41.999Z","avatar_url":"https://github.com/farism.png","language":"Mint","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Bitwise functions for Mint\n\nIncludes:\n\n* **and** - Bitwise `\u0026` operator\n* **or** - Bitwise `|` operator\n* **xor** - Bitwise `^` operator\n* **not** - Bitwise `~` operator\n* **shiftLeftBy** - Shift bits to the left by a given offset, filling new bits with zeros. \n* **shiftRightBy** - Shift bits to the right by a given offset, filling new bits with whatever is the topmost bit.\n* **shiftRightZfBy** - Shift bits to the right by a given offset, filling new bits with zeros.\n\n# Installing\n\nAdd dependency to `mint.json` and run `mint install`\n\n```\n\"dependencies\": {\n  \"array-extra\": {\n    \"repository\": \"https://github.com/farism/mint-bitwise\",\n    \"constraint\": \"0.0.0 \u003c= v \u003c 1.0.0\"\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarism%2Fmint-bitwise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarism%2Fmint-bitwise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarism%2Fmint-bitwise/lists"}