{"id":15523240,"url":"https://github.com/xuwei-k/iarray","last_synced_at":"2025-08-22T05:07:04.092Z","repository":{"id":13311321,"uuid":"15997821","full_name":"xuwei-k/iarray","owner":"xuwei-k","description":"scalaz friendly immutable Array, NonEmptyArray","archived":false,"fork":false,"pushed_at":"2025-08-11T21:47:43.000Z","size":510,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-11T23:32:23.922Z","etag":null,"topics":["data-structures","scala","scalaz"],"latest_commit_sha":null,"homepage":"","language":"Scala","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/xuwei-k.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-01-17T11:18:20.000Z","updated_at":"2025-08-11T21:47:47.000Z","dependencies_parsed_at":"2023-12-24T02:28:59.924Z","dependency_job_id":"28603911-42da-4540-a812-9d52f1ed644d","html_url":"https://github.com/xuwei-k/iarray","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/xuwei-k/iarray","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuwei-k%2Fiarray","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuwei-k%2Fiarray/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuwei-k%2Fiarray/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuwei-k%2Fiarray/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xuwei-k","download_url":"https://codeload.github.com/xuwei-k/iarray/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuwei-k%2Fiarray/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271588743,"owners_count":24785751,"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-22T02:00:08.480Z","response_time":65,"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"}},"keywords":["data-structures","scala","scalaz"],"created_at":"2024-10-02T10:44:02.029Z","updated_at":"2025-08-22T05:07:04.072Z","avatar_url":"https://github.com/xuwei-k.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IArray\n\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.xuwei-k/iarray_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.xuwei-k/iarray_2.12)\n[![scaladoc](https://javadoc.io/badge2/com.github.xuwei-k/iarray_2.13/javadoc.svg)](https://javadoc.io/doc/com.github.xuwei-k/iarray_2.13/latest/iarray/index.html)\n\n`IArray` is an Immutable Array wrapper for Scala. This library does __NOT__ use [scala.reflect.ClassTag](https://github.com/scala/scala/blob/v2.12.13/src/library/scala/reflect/ClassTag.scala)\n\n[`scalaz.ImmutableArray`](https://github.com/scalaz/scalaz/blob/v7.3.3/core/src/main/scala/scalaz/ImmutableArray.scala) and [`scala.Array`](https://github.com/scala/scala/blob/v2.12.13/src/library/scala/Array.scala) could __NOT__ be [`scalaz.Functor`](https://github.com/scalaz/scalaz/blob/v7.3.3/core/src/main/scala/scalaz/Functor.scala).\nOn the other hand `IArray` can be [`scalaz.Functor`](https://github.com/scalaz/scalaz/blob/v7.3.3/core/src/main/scala/scalaz/Functor.scala), [`scalaz.Monad`](https://github.com/scalaz/scalaz/blob/v7.3.3/core/src/main/scala/scalaz/Monad.scala), [`scalaz.Traverse`](https://github.com/scalaz/scalaz/blob/v7.3.3/core/src/main/scala/scalaz/Traverse.scala) etc.\n\n`IArray` __always boxing__ primitive values in return for provide an abstraction(scalaz typeclasses).\n\n\n- [Maven Central Repository Search](https://search.maven.org/search?q=g:com.github.xuwei-k)\n- [Maven Central](https://repo1.maven.org/maven2/com/github/xuwei-k/)\n\n### latest stable version\n\n```scala\nlibraryDependencies += \"com.github.xuwei-k\" %% \"iarray\" % \"0.7.1\"\n```\n\nfor scala-js, scala-native\n\n```scala\nlibraryDependencies += \"com.github.xuwei-k\" %%% \"iarray\" % \"0.7.1\"\n```\n\n- [API Documentation](https://oss.sonatype.org/service/local/repositories/releases/archive/com/github/xuwei-k/iarray_2.12/0.7.1/iarray_2.12-0.7.1-javadoc.jar/!/iarray/IArray.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxuwei-k%2Fiarray","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxuwei-k%2Fiarray","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxuwei-k%2Fiarray/lists"}