{"id":13800629,"url":"https://github.com/edadma/ncurses","last_synced_at":"2025-05-13T09:31:48.930Z","repository":{"id":80565529,"uuid":"396379135","full_name":"edadma/ncurses","owner":"edadma","description":"Scala Native bindings for the GNU Ncurses C library","archived":false,"fork":false,"pushed_at":"2022-10-27T23:59:28.000Z","size":117,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-22T13:32:51.067Z","etag":null,"topics":["bindings","ncurses-library","scala","scala-native"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edadma.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}},"created_at":"2021-08-15T14:31:50.000Z","updated_at":"2023-09-24T20:52:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"1adcde57-94a0-4d21-84f4-bc221afea9d6","html_url":"https://github.com/edadma/ncurses","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edadma%2Fncurses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edadma%2Fncurses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edadma%2Fncurses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edadma%2Fncurses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edadma","download_url":"https://codeload.github.com/edadma/ncurses/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253913204,"owners_count":21983273,"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":["bindings","ncurses-library","scala","scala-native"],"created_at":"2024-08-04T00:01:14.555Z","updated_at":"2025-05-13T09:31:46.982Z","avatar_url":"https://github.com/edadma.png","language":"Scala","funding_links":[],"categories":["Bindings"],"sub_categories":[],"readme":"ncurses\n=======\n\n![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/edadma/ncurses?include_prereleases) ![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/edadma/ncurses) ![GitHub last commit](https://img.shields.io/github/last-commit/edadma/ncurses) ![GitHub](https://img.shields.io/github/license/edadma/ncurses)\n\n*ncurses* provides Scala Native bindings for the [GNU Ncurses C library](https://invisible-island.net/ncurses/announce.html).\n\nDocumentation\n-------------\n\nSee https://edadma.github.io/ncurses/.\n\nUsage\n-----\n\nTo use this library, `libncurses-dev` needs to be installed:\n\n```shell\nsudo apt install libncurses-dev\n```\n\nInclude the following in your `project/plugins.sbt`:\n\n```sbt\naddSbtPlugin(\"com.codecommit\" % \"sbt-github-packages\" % \"0.5.3\")\n```\n\nInclude the following in your `build.sbt`:\n\n```sbt\nresolvers += Resolver.githubPackages(\"edadma\")\n\nlibraryDependencies += \"io.github.edadma\" %%% \"ncurses\" % \"0.2.6\"\n```\n\nUse the following `import` in your code:\n\n```scala\nimport io.github.edadma.ncurses._\n```\n\nThe obligatory \"Hello World\" example\n------------------------------------\n\n```scala\nimport io.github.edadma.ncurses._\n\nobject Main extends App {\n  initscr                     /* Start curses mode */\n  printw(\"Hello World !!!\");  /* Print Hello World */\n  refresh                     /* Print it on to the real screen */\n  getch                       /* Wait for user input */\n  endwin                      /* End curses mode */\n}\n```\n\nLicense\n-------\n\n[ISC](https://github.com/edadma/ncurses/blob/main/LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedadma%2Fncurses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedadma%2Fncurses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedadma%2Fncurses/lists"}