{"id":16482070,"url":"https://github.com/bod/klibminitel","last_synced_at":"2026-03-16T21:34:50.850Z","repository":{"id":138161564,"uuid":"208613217","full_name":"BoD/klibminitel","owner":"BoD","description":"A Kotlin (JVM) library to interact with the Minitel","archived":false,"fork":false,"pushed_at":"2025-03-15T17:26:59.000Z","size":868,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-01T17:31:45.279Z","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/BoD.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2019-09-15T15:18:47.000Z","updated_at":"2025-03-15T17:27:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae43bab2-ba09-4b72-9df4-cfddd9699ecb","html_url":"https://github.com/BoD/klibminitel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BoD/klibminitel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoD%2Fklibminitel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoD%2Fklibminitel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoD%2Fklibminitel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoD%2Fklibminitel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BoD","download_url":"https://codeload.github.com/BoD/klibminitel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoD%2Fklibminitel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268040150,"owners_count":24185842,"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-07-31T02:00:08.723Z","response_time":66,"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":[],"created_at":"2024-10-11T13:09:32.616Z","updated_at":"2025-12-28T19:34:06.649Z","avatar_url":"https://github.com/BoD.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# klibminitel\n\nA Kotlin (KMP) library to interact with the [Minitel](https://en.wikipedia.org/wiki/Minitel).\n\n## Usage\n\n```kotlin\nimplementation(\"org.jraf:klibminitel:1.3.1\")\n```\n\n```kotlin\n    val minitel = Minitel(filePath)\n    minitel.connect {\n      screen.disableAcknowledgement()\n      screen.localEcho(false)\n      screen.clearScreenAndHome()\n      screen.print(\"Hello, World!\")\n\n      coroutineScope.launch {\n        system.collect { e -\u003e\n          onSystemEvent(e, screen)\n        }\n      }\n\n      keyboard.collect { e -\u003e\n        onKeyboardEvent(e, screen)\n      }\n    }\n```\n\nFull KDoc is available [here](https://github.com/BoD/klibminitel/tree/master/docs).\n\n## Author and License\n```\nCopyright (C) 2019-present Benoit 'BoD' Lubek (BoD@JRAF.org)\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbod%2Fklibminitel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbod%2Fklibminitel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbod%2Fklibminitel/lists"}