{"id":3492722,"name":"github.com/willf/bitset","ecosystem":"go","description":"Package bitset implements bitsets, a mapping\nbetween non-negative integers and boolean values. It should be more\nefficient than map[uint] bool.\n\nIt provides methods for setting, clearing, flipping, and testing\nindividual integers.\n\nBut it also provides set intersection, union, difference,\ncomplement, and symmetric operations, as well as tests to\ncheck whether any, all, or no bits are set, and querying a\nbitset's current length and number of positive bits.\n\nBitSets are expanded to the size of the largest set bit; the\nmemory allocation is approximately Max bits, where Max is\nthe largest set bit. BitSets are never shrunk. On creation,\na hint can be given for the number of bits that will be used.\n\nMany of the methods, including Set,Clear, and Flip, return\na BitSet pointer, which allows for chaining.\n\nExample use:\n\nAs an alternative to BitSets, one should check out the 'big' package,\nwhich provides a (less set-theoretical) view of bitsets.","homepage":"https://github.com/willf/bitset","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/willf/bitset","keywords_array":[],"namespace":"github.com/willf","versions_count":47,"first_release_published_at":"2014-02-15T02:58:52.000Z","latest_release_published_at":"2025-11-16T15:54:05.000Z","latest_release_number":"v1.24.4","last_synced_at":"2026-06-03T00:31:09.174Z","created_at":"2022-04-10T19:11:56.887Z","updated_at":"2026-06-03T00:31:09.174Z","registry_url":"https://pkg.go.dev/github.com/willf/bitset","install_command":"go get github.com/willf/bitset","documentation_url":"https://pkg.go.dev/github.com/willf/bitset#section-documentation","metadata":{},"repo_metadata":{"id":1484397,"uuid":"1731413","full_name":"bits-and-blooms/bitset","owner":"bits-and-blooms","description":"Go package implementing bitsets","archived":false,"fork":false,"pushed_at":"2025-08-04T18:55:29.000Z","size":494,"stargazers_count":1442,"open_issues_count":3,"forks_count":188,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-08-13T14:46:39.276Z","etag":null,"topics":["bitset","go"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bits-and-blooms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"patreon":null,"open_collective":null,"ko_fi":null,"custom":"https://donate.mcc.org/"}},"created_at":"2011-05-11T03:33:44.000Z","updated_at":"2025-08-13T10:45:09.000Z","dependencies_parsed_at":"2023-07-05T15:45:34.742Z","dependency_job_id":"c16ba7fd-d703-4174-ab77-7ccb2a1acfaf","html_url":"https://github.com/bits-and-blooms/bitset","commit_stats":{"total_commits":292,"total_committers":48,"mean_commits":6.083333333333333,"dds":0.8424657534246576,"last_synced_commit":"5f9e4378e8839525fb326e459ba3eed4ddf6aa9a"},"previous_names":["willf/bitset"],"tags_count":44,"template":false,"template_full_name":null,"purl":"pkg:github/bits-and-blooms/bitset","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bits-and-blooms","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/sbom","scorecard":{"id":240831,"data":{"date":"2025-08-12T09:49:34Z","repo":{"name":"github.com/bits-and-blooms/bitset","commit":"67ed33ef10a091d1e09bbccf1414fac8eddf97a1"},"scorecard":{"version":"v5.1.1","commit":"cd152cb6742c5b8f2f3d2b5193b41d9c50905198"},"score":7,"checks":[{"name":"Code-Review","score":6,"reason":"Found 9/13 approved changesets -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#code-review"}},{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#dependency-update-tool"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel permissions set to 'read-all': .github/workflows/scorecard.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:5","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#token-permissions"}},{"name":"Maintained","score":4,"reason":"5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   5 out of   5 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#pinned-dependencies"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#license"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#cii-best-practices"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#signed-releases"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#fuzzing"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 27 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#sast"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#branch-protection"}},{"name":"CI-Tests","score":10,"reason":"11 out of 11 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#ci-tests"}},{"name":"Contributors","score":10,"reason":"project has 17 contributing companies or organizations","details":["Info: found contributions from: FastFilter, RoaringBitmap, WMU-Herculaneum-Project, ada-url, allstars, bits-and-blooms, fast-pack, fastfloat, google, nodejs, simdjson, simdutf, tecnick.com ltd, tecnickcom, université du québec (teluq), vercel, web-platform-tests"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/cd152cb6742c5b8f2f3d2b5193b41d9c50905198/docs/checks.md#contributors"}}]},"last_synced_at":"2025-08-17T06:39:19.598Z","repository_id":1484397,"created_at":"2025-08-17T06:39:19.598Z","updated_at":"2025-08-17T06:39:19.598Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271486801,"owners_count":24768054,"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-08-21T02:00:08.990Z","response_time":74,"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"},"owner_record":{"login":"bits-and-blooms","name":"BitSet and Bloom filters libraries","uuid":"82483353","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/82483353?v=4","repositories_count":2,"last_synced_at":"2024-03-26T02:01:49.456Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/bits-and-blooms","funding_links":[],"total_stars":3507,"followers":28,"following":0,"created_at":"2022-11-03T01:46:11.971Z","updated_at":"2024-03-26T02:01:49.763Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bits-and-blooms","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bits-and-blooms/repositories"},"tags":[{"name":"v1.24.0","sha":"67ed33ef10a091d1e09bbccf1414fac8eddf97a1","kind":"commit","published_at":"2025-08-04T18:53:48.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.24.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.24.0/manifests"},{"name":"v1.23.0","sha":"b1e974c96414ef8695af8550907272082800c5c6","kind":"commit","published_at":"2025-08-04T17:54:00.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.23.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.23.0/manifests"},{"name":"v1.22.0","sha":"d1501626adba4495fc0ce19cba33407a57d2d157","kind":"commit","published_at":"2025-03-10T13:44:52.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.22.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.22.0/manifests"},{"name":"v1.21.0","sha":"e5a8cafb6e23b5431c4e6897e74231eab1092377","kind":"commit","published_at":"2025-02-25T19:15:36.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.21.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.21.0/manifests"},{"name":"v1.20.0","sha":"cc750a01e64173cf2427504a3039ff31acb90b33","kind":"commit","published_at":"2024-12-16T21:52:58.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.20.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.20.0/manifests"},{"name":"v1.19.0","sha":"a512614d907094b779eec329c8f8054cd511a302","kind":"commit","published_at":"2024-12-09T18:59:07.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.19.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.19.0/manifests"},{"name":"v1.19.1","sha":"a512614d907094b779eec329c8f8054cd511a302","kind":"commit","published_at":"2024-12-09T18:59:07.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.19.1","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.19.1/manifests"},{"name":"v1.18.0","sha":"4051f18828f0c3bb7dbd3b1800d3f438ac639a55","kind":"commit","published_at":"2024-12-07T16:15:40.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.18.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.18.0/manifests"},{"name":"v1.17.0","sha":"ce76375437a92c89e8e6ae537beb6632e1edb3e9","kind":"commit","published_at":"2024-11-25T19:11:45.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.17.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.17.0/manifests"},{"name":"v1.16.0","sha":"ecb733098667939d8c814ea1b734895f84627923","kind":"commit","published_at":"2024-11-21T16:53:04.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.16.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.16.0/manifests"},{"name":"v1.15.0","sha":"417751b0537a6cb6773fb63a7775014020f32e20","kind":"commit","published_at":"2024-11-09T05:10:30.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.15.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"fdc5608ec2e151509c25f472cf8172fdf631f51e","kind":"commit","published_at":"2024-09-06T23:12:07.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.14.3","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"08d15d2f8dd5068c1be7bf0f5697cbc9fb09f28d","kind":"commit","published_at":"2024-08-24T14:05:18.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.14.2","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"467471f8e446be2cd446592fbb4861bc99449321","kind":"commit","published_at":"2024-08-24T03:24:24.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.14.1","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"12944a5a3649bf5a9b6a7fb0dab6106ac7105ce6","kind":"commit","published_at":"2024-08-23T21:47:04.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.14.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.14.0/manifests"},{"name":"v1.13.0","sha":"95402fefb34e958f948af0489f1b435328cf0af4","kind":"commit","published_at":"2023-12-25T16:10:03.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.13.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.13.0/manifests"},{"name":"v.1.13.0","sha":"f70586a1f5cc133f6b05720f78dd9de419f81502","kind":"commit","published_at":"2023-12-25T15:45:00.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v.1.13.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v.1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v.1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v.1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v.1.13.0/manifests"},{"name":"v1.12.0","sha":"fcbcb64c4b7d9db31e8675e231b331d29575b3ef","kind":"commit","published_at":"2023-12-08T14:40:45.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.12.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.12.0/manifests"},{"name":"v1.11.0","sha":"aaffecb73e7a1c6de06561ff374b49a7d3de313f","kind":"commit","published_at":"2023-11-03T14:12:47.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.11.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"2cc58bd53a2f713103fe02ebf7b15572505a95d3","kind":"commit","published_at":"2023-10-13T13:03:09.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.10.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.10.0/manifests"},{"name":"v1.9.0","sha":"76890589434f18587e18f5841be85b172fd9a153","kind":"commit","published_at":"2023-09-25T13:41:40.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.9.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"38210554807e5c7ce64e035d266d77d84fd80e95","kind":"commit","published_at":"2023-06-08T15:11:06.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.8.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.8.0/manifests"},{"name":"v1.7.0","sha":"d89a0ac77f4db2b41fcea15182d1c4dada08b173","kind":"commit","published_at":"2023-04-22T16:01:54.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.7.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"6a9d3a3d5d557c42c95d6e4b0b386680e9196bfe","kind":"commit","published_at":"2023-04-17T15:09:43.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.6.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"a8d80450b81d8d04749a11f17a102675736783c5","kind":"commit","published_at":"2023-01-24T15:50:00.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.5.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.5.0/manifests"},{"name":"v1.4.0","sha":"312c8c2fdfd7ee465f7117dbff639547a3c20776","kind":"commit","published_at":"2022-11-18T16:57:06.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.4.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.4.0/manifests"},{"name":"v1.3.3","sha":"e1609933ed39a96f1badd4ef38197189a3749155","kind":"commit","published_at":"2022-09-14T13:21:50.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.3.3","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"bad3f1975832ab2f722aea4ee1f1e93706c70b8d","kind":"commit","published_at":"2022-09-12T15:24:52.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.3.2","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"36eb6b61a74dce5fcede46aec707cbf652d34150","kind":"commit","published_at":"2022-09-07T19:25:09.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.3.1","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"8e934f52750bc283b57c168ed161c906885ed4ad","kind":"commit","published_at":"2022-07-21T14:22:44.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.3.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"117140e70e8ad120a219dafaf028bfb8d4f563d9","kind":"commit","published_at":"2022-03-18T15:14:03.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.2.2","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5a829244ffd64e4120015ce1bf8285b0b6168d55","kind":"commit","published_at":"2021-09-09T18:11:48.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.2.1","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"59de210119f50cedaa42d175dc88b6335fcf63f6","kind":"commit","published_at":"2021-04-29T14:22:05.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.2.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.2.0/manifests"},{"name":"v1.1.11","sha":"559910e8471e48d76d9e5a1ba15842dee77ad45d","kind":"commit","published_at":"2020-07-30T13:51:44.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.1.11","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.1.11/manifests"},{"name":"v1.1.10","sha":"20ad246f50b49590afcb1ed8ad143da7163869cb","kind":"commit","published_at":"2019-02-19T15:09:30.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.1.10","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.1.10/manifests"},{"name":"v1.1.9","sha":"e553b05586428962bf7058d1044519d87ca72d74","kind":"commit","published_at":"2018-08-20T18:00:26.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.1.9","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.1.9/manifests"},{"name":"v1.1.8","sha":"c3421afa22c6123d7cfc4d5f9c527a37b764ef73","kind":"commit","published_at":"2018-08-17T23:32:01.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.1.8","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.1.8/manifests"},{"name":"v1.1.7","sha":"59d89671b917396dc1ef28194bbb1ae2f3d1b2f4","kind":"commit","published_at":"2018-08-17T22:48:20.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.1.7","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.1.7/manifests"},{"name":"v1.1.6","sha":"4ec4abbcdecb653afbfd6c9a612a134a8b20808a","kind":"commit","published_at":"2018-08-17T19:28:05.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.1.6","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.1.6/manifests"},{"name":"v1.1.5","sha":"2d4e848981b72dab472b0ab5c5f42faeaef7fe05","kind":"commit","published_at":"2018-08-17T19:19:24.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.1.5","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.1.5/manifests"},{"name":"v1.1.4","sha":"5159389e08fb987edf3f320ab70c2b15b63297a5","kind":"commit","published_at":"2018-08-12T13:53:47.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.1.4","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"d860f346b89450988a379d7d705e83c58d1ea227","kind":"commit","published_at":"2017-08-29T22:58:51.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.1.3","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"988f4f24992fc745de53c42df0da6581e42a6686","kind":"commit","published_at":"2017-05-05T19:16:46.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.1.2","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.1.2/manifests"},{"name":"v1.0.0","sha":"3582df120789e0e260108c11fd01775b30782fa7","kind":"tag","published_at":"2014-02-15T03:02:28.000Z","download_url":"https://codeload.github.com/bits-and-blooms/bitset/tar.gz/v1.0.0","html_url":"https://github.com/bits-and-blooms/bitset/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bits-and-blooms/bitset@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-08-21T13:22:14.685Z","dependent_packages_count":1087,"downloads":null,"downloads_period":null,"dependent_repos_count":20239,"rankings":{"downloads":null,"dependent_repos_count":0.0473292834798214,"dependent_packages_count":0.1124198815843914,"stargazers_count":1.9669885947720136,"forks_count":2.164929719607362,"docker_downloads_count":0.08572657636800624,"average":0.8754788111623188},"purl":"pkg:golang/github.com/willf/bitset","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/willf/bitset","docker_dependents_count":463,"docker_downloads_count":3871680814,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/willf/bitset","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/willf/bitset/dependencies","status":null,"funding_links":["https://donate.mcc.org/"],"critical":true,"issue_metadata":{"last_synced_at":"2025-08-14T10:30:05.996Z","issues_count":71,"pull_requests_count":105,"avg_time_to_close_issue":13210533.11594203,"avg_time_to_close_pull_request":2042946.701923077,"issues_closed_count":69,"pull_requests_closed_count":104,"pull_request_authors_count":43,"issue_authors_count":51,"avg_comments_per_issue":2.5211267605633805,"avg_comments_per_pull_request":1.8571428571428572,"merged_pull_requests_count":82,"bot_issues_count":0,"bot_pull_requests_count":14,"past_year_issues_count":10,"past_year_pull_requests_count":31,"past_year_avg_time_to_close_issue":776876.7,"past_year_avg_time_to_close_pull_request":514382.4,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":30,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":3.5,"past_year_avg_comments_per_pull_request":1.2258064516129032,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":7,"past_year_merged_pull_requests_count":24,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/bits-and-blooms%2Fbitset/issues","maintainers":[{"login":"lemire","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lemire"},{"login":"willf","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/willf"}],"active_maintainers":[{"login":"lemire","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lemire"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fwillf%2Fbitset/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fwillf%2Fbitset/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fwillf%2Fbitset/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fwillf%2Fbitset/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fwillf%2Fbitset/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fwillf%2Fbitset/codemeta","maintainers":[]}