{"id":16122116,"url":"https://github.com/foxcapades/lib-unsigned-atomics","last_synced_at":"2025-04-06T11:41:36.886Z","repository":{"id":57732074,"uuid":"492621802","full_name":"Foxcapades/lib-unsigned-atomics","owner":"Foxcapades","description":"Atomic value wrappers for Kotlin's unsigned types.","archived":false,"fork":false,"pushed_at":"2022-05-16T01:03:27.000Z","size":485,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-12T17:19:28.649Z","etag":null,"topics":["atomic","integer","kotlin","library","thread","unsigned","unsigned-integers"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/Foxcapades.png","metadata":{"files":{"readme":"readme.adoc","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}},"created_at":"2022-05-15T22:50:25.000Z","updated_at":"2022-05-16T00:25:14.000Z","dependencies_parsed_at":"2022-09-10T23:41:04.425Z","dependency_job_id":null,"html_url":"https://github.com/Foxcapades/lib-unsigned-atomics","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Flib-unsigned-atomics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Flib-unsigned-atomics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Flib-unsigned-atomics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Flib-unsigned-atomics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Foxcapades","download_url":"https://codeload.github.com/Foxcapades/lib-unsigned-atomics/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247478234,"owners_count":20945262,"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":["atomic","integer","kotlin","library","thread","unsigned","unsigned-integers"],"created_at":"2024-10-09T21:09:24.685Z","updated_at":"2025-04-06T11:41:36.869Z","avatar_url":"https://github.com/Foxcapades.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Unsigned Atomics\n:source-highlighter: highlightjs\n\nimage:https://img.shields.io/badge/docs-dokka-green[title=\"Dokka Docs\", link=\"https://foxcapades.github.io/lib-unsigned-atomics/dokka/\"]\nimage:https://img.shields.io/badge/java-1.8-blue[title=\"Compatible with Java version 1.8\"]\nimage:https://img.shields.io/maven-central/v/io.foxcapades.lib/unsigned-atomics[Maven Central, link=\"https://search.maven.org/search?q=g:io.foxcapades.lib%20AND%20a:unsigned-atomics\"]\n\nProvides atomic wrappers for Kotlin's unsigned types.\n\nEach type includes operator functions for arithmetic operations and comparisons\nwith all integral types as well as all `unsigned-atomics` types.\n\n.**Usage**\n[source, kotlin]\n----\nval atomicUByte = AtomicUByte()\n\natomicUByte++\natomicUByte--\natomicUByte += 36\natomicUByte -= 22L\natomicUByte \u003e 42u\natomicUByte /= AtomicUShort(10u)\natomicUByte *= AtomicULong(2)\natomicUByte == AtomicUByte(0)\n\nval value = atomicUByte.value\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxcapades%2Flib-unsigned-atomics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxcapades%2Flib-unsigned-atomics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxcapades%2Flib-unsigned-atomics/lists"}