{"id":17197809,"url":"https://github.com/robstoll/kbox","last_synced_at":"2025-04-13T19:32:04.408Z","repository":{"id":37587668,"uuid":"79735987","full_name":"robstoll/kbox","owner":"robstoll","description":"Utility library for Kotlin","archived":false,"fork":false,"pushed_at":"2025-03-20T14:29:02.000Z","size":1886,"stargazers_count":8,"open_issues_count":3,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-05T07:27:14.120Z","etag":null,"topics":["kotlin","kotlin-multiplatform","utilities"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robstoll.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"robstoll"}},"created_at":"2017-01-22T18:21:59.000Z","updated_at":"2025-03-13T20:43:46.000Z","dependencies_parsed_at":"2023-02-09T07:48:14.386Z","dependency_job_id":"dcbf92cb-f6fb-4f0f-96e7-b9768ddc2b29","html_url":"https://github.com/robstoll/kbox","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robstoll%2Fkbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robstoll%2Fkbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robstoll%2Fkbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robstoll%2Fkbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robstoll","download_url":"https://codeload.github.com/robstoll/kbox/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248767999,"owners_count":21158568,"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":["kotlin","kotlin-multiplatform","utilities"],"created_at":"2024-10-15T01:57:22.754Z","updated_at":"2025-04-13T19:32:04.399Z","avatar_url":"https://github.com/robstoll.png","language":"Kotlin","funding_links":["https://github.com/sponsors/robstoll"],"categories":[],"sub_categories":[],"readme":"\u003c!-- for main --\u003e\n\n[![Download](https://img.shields.io/badge/Download-3.1.0-%23007ec6)](https://central.sonatype.com/artifact/ch.tutteli.kbox/kbox/3.1.0)\n[![Apache license](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](http://opensource.org/licenses/Apache2.0)\n[![Build Status Ubuntu](https://github.com/robstoll/kbox/workflows/Ubuntu/badge.svg?event=push)](https://github.com/robstoll/kbox/actions?query=workflow%3AUbuntu+branch%3Amain)\n[![Build Status Windows](https://github.com/robstoll/kbox/workflows/Windows/badge.svg?event=push)](https://github.com/robstoll/kbox/actions?query=workflow%3AWindows+branch%3Amain)\n\n\n\u003c!-- for a specific release --\u003e\n\u003c!--\n[![Download](https://img.shields.io/badge/Download-3.1.0-%23007ec6)](https://central.sonatype.com/artifact/ch.tutteli.kbox/kbox/3.1.0)\n[![Apache license](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](http://opensource.org/licenses/Apache2.0)\n--\u003e\n\n# KBox\nKBox is a very small but useful utility library for Kotlin (JVM, Android and JS) providing functions which are missing\nin the stdlib such as:\n- [failIf](https://github.com/robstoll/kbox/tree/main/src/commonMain/kotlin/ch/tutteli/kbox/failIf.kt)\n- [takeIf](https://github.com/robstoll/kbox/tree/main/src/commonMain/kotlin/ch/tutteli/kbox/takeIf.kt)\n- [blankToNull](https://github.com/robstoll/kbox/tree/main/src/commonMain/kotlin/ch/tutteli/kbox/blankToNull.kt)\n- [isNotNullAndNotEmpty/Blank](https://github.com/robstoll/kbox/tree/main/src/commonMain/kotlin/ch/tutteli/kbox/isNotNullAndNot.kt)\n- [identity](https://github.com/robstoll/kbox/tree/main/src/commonMain/kotlin/ch/tutteli/kbox/identity.kt)\n- [Tuple4(Like) - Tuple9(Like)](https://github.com/robstoll/kbox/tree/main/src/commonMain/generated/kotlin/ch/tutteli/kbox)  \n  (including functions mapComponentX, append, glue)\n- [Triple/Pair.mapFirst/Second/Third](https://github.com/robstoll/kbox/tree/main/src/commonMain/generated/kotlin/ch/tutteli/kbox/tupleMap.kt#L12)\n- [toVararg](https://github.com/robstoll/kbox/tree/main/src/commonMain/generated/kotlin/ch/tutteli/kbox/toVararg.kt), [mapVararg](https://github.com/robstoll/kbox/tree/main/src/commonMain/generated/kotlin/ch/tutteli/kbox/mapVararg.kt), [varargToList (glue)](https://github.com/robstoll/kbox/tree/main/src/commonMain/generated/kotlin/ch/tutteli/kbox/varargToList.kt)\n\nand more, see the [Documentation](https://robstoll.github.io/kbox/kdoc/) for a full list.\n\n# Installation\n\nKBox is published to maven central.\n\n```\nrepositories { mavenCentral() }\ndependencies {\n    implementation(\"ch.tutteli.kbox:kbox:3.1.0\")\n}\n```\n\n# Documentation\n\nVisit [https://robstoll.github.io/kbox/kdoc](https://robstoll.github.io/kbox/kdoc/).\n\n\n# License\nKBox is licensed under [Apache 2.0](http://opensource.org/licenses/Apache2.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobstoll%2Fkbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobstoll%2Fkbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobstoll%2Fkbox/lists"}