{"id":16726881,"url":"https://github.com/lpil/atomic-array","last_synced_at":"2026-02-11T09:02:30.379Z","repository":{"id":250175569,"uuid":"833753250","full_name":"lpil/atomic-array","owner":"lpil","description":"Atomic mutable int arrays for Gleam!","archived":false,"fork":false,"pushed_at":"2024-07-25T17:17:12.000Z","size":6,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-26T07:52:18.767Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Gleam","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/lpil.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-25T17:14:30.000Z","updated_at":"2024-10-28T13:22:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"137eb7ca-aa6b-4947-b1f5-00f97db2b3c5","html_url":"https://github.com/lpil/atomic-array","commit_stats":null,"previous_names":["lpil/atomic-array"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lpil/atomic-array","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fatomic-array","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fatomic-array/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fatomic-array/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fatomic-array/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lpil","download_url":"https://codeload.github.com/lpil/atomic-array/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fatomic-array/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29330858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"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-10-12T22:54:57.206Z","updated_at":"2026-02-11T09:02:30.260Z","avatar_url":"https://github.com/lpil.png","language":"Gleam","funding_links":[],"categories":[],"sub_categories":[],"readme":"# atomic_array\n\nAtomic mutable int arrays for Gleam!\n\n[![Package Version](https://img.shields.io/hexpm/v/atomic_array)](https://hex.pm/packages/atomic_array)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/atomic_array/)\n\n```sh\ngleam add atomic_array@1\n```\n```gleam\nimport atomic_array\n\npub fn main() {\n  let array = atomic_array.new_signed(size: 30)\n\n  // Mutate the array\n  let assert Ok(_) = atomic_array.add(array, 0, 5)\n  let assert Ok(_) = atomic_array.add(array, 0, 5)\n\n  // The array is mutated\n  array\n  |\u003e atomic_array.get(0)\n  |\u003e should.equal(Ok(10))\n}\n```\n\nFurther documentation can be found at \u003chttps://hexdocs.pm/atomic_array\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fatomic-array","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flpil%2Fatomic-array","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fatomic-array/lists"}