{"id":20157105,"url":"https://github.com/archinamon/native-file-io","last_synced_at":"2025-04-09T22:52:44.242Z","repository":{"id":44725408,"uuid":"303646681","full_name":"Archinamon/native-file-io","owner":"Archinamon","description":"File IO library based on Posix API for Kotlin/Native","archived":false,"fork":false,"pushed_at":"2024-05-16T10:02:22.000Z","size":175,"stargazers_count":20,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T22:52:37.866Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/Archinamon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2020-10-13T09:04:43.000Z","updated_at":"2025-03-28T16:28:33.000Z","dependencies_parsed_at":"2024-05-16T10:49:27.005Z","dependency_job_id":null,"html_url":"https://github.com/Archinamon/native-file-io","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archinamon%2Fnative-file-io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archinamon%2Fnative-file-io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archinamon%2Fnative-file-io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archinamon%2Fnative-file-io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Archinamon","download_url":"https://codeload.github.com/Archinamon/native-file-io/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248125640,"owners_count":21051766,"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":[],"created_at":"2024-11-13T23:43:49.213Z","updated_at":"2025-04-09T22:52:44.223Z","avatar_url":"https://github.com/Archinamon.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Kotlin](https://img.shields.io/badge/Kotlin-1.5.10-blue.svg)](http://kotlinlang.org) ![Maven Central](https://img.shields.io/maven-central/v/me.archinamon/file-io?style=flat-square)\n\u003cbr /\u003e\n\n# native-file-io\nFile IO library based on Posix API for Kotlin/Native\n\nCurrently, contains only JS, JVM, Windows and Posix (Linux X64 / MacOS X64) actual realisation.\nIn plans support mingw (Windows) archetype.\n\nThis library shares standard java file API to native environment, implementing Posix API.\n\n# how to use it\n\n```kotlin\n// put this block somewhere in root build.gradle.kts file\n\nallprojects {\n  repositories {\n      mavenCentral()\n  }\n}\n\n// then in module's build.gradle.kts in target's dependencies section:\nval fileIoVersion: String by extra // reads from gradle.properties\n\n// expect; for kotlin common modules\nimplementation(\"me.archinamon:file-io:$fileIoVersion\")\n\n// actual; demands on target type\nimplementation(\"me.archinamon:file-io-jvm:$fileIoVersion\") // for jvm module\nimplementation(\"me.archinamon:file-io-js:$fileIoVersion\") // for kotlin-js module\nimplementation(\"me.archinamon:file-io-linuxx64:$fileIoVersion\") // for linux x64 posix module\nimplementation(\"me.archinamon:file-io-macosx64:$fileIoVersion\") // for macOS x64 posix module\nimplementation(\"me.archinamon:file-io-mingwx64:$fileIoVersion\") // for windows x64 module\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchinamon%2Fnative-file-io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchinamon%2Fnative-file-io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchinamon%2Fnative-file-io/lists"}