{"id":27416517,"url":"https://github.com/naokiri/cskk","last_synced_at":"2026-01-04T04:12:22.931Z","repository":{"id":38036917,"uuid":"137635230","full_name":"naokiri/cskk","owner":"naokiri","description":"SKK (Simple Kana Kanji henkan) library","archived":false,"fork":false,"pushed_at":"2025-04-05T06:53:08.000Z","size":2670,"stargazers_count":77,"open_issues_count":18,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-05T07:19:23.866Z","etag":null,"topics":["inputmethod","skk"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/naokiri.png","metadata":{"files":{"readme":"README.developer.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":"2018-06-17T06:56:12.000Z","updated_at":"2025-03-08T05:23:02.000Z","dependencies_parsed_at":"2023-12-28T06:36:09.094Z","dependency_job_id":"cccdbefc-b8cf-47cf-b436-173518caa54f","html_url":"https://github.com/naokiri/cskk","commit_stats":{"total_commits":265,"total_committers":3,"mean_commits":88.33333333333333,"dds":0.02264150943396226,"last_synced_commit":"aec6d1e4950e8bb818466a0e0e7bb3d81b517dd4"},"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naokiri%2Fcskk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naokiri%2Fcskk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naokiri%2Fcskk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naokiri%2Fcskk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naokiri","download_url":"https://codeload.github.com/naokiri/cskk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248859241,"owners_count":21173333,"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":["inputmethod","skk"],"created_at":"2025-04-14T09:49:25.317Z","updated_at":"2026-01-04T04:12:22.876Z","avatar_url":"https://github.com/naokiri.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 開発者向け\n\n開発中の確認は主に`cargo build` と `cargo test`でできるようにしています。\n\nNightlyでのチェックはrustupでnightlyをインストール後、\n```shell\n    cargo clean \u0026\u0026 cargo +nightly check\n```\n\nC ABI ライブラリを確認する場合、以下のような手作業です。\n```shell\n    cargo cbuild \n    cp target/x86_64-unknown-linux-gnu/debug/libcskk.h ./c_tests/\n    $(CC) c_tests/c_shared_lib_test.c -L ./target/x86_64-unknown-linux-gnu/debug/ -lcskk -o c_tests/lib_test\n    LD_LIBRARY_PATH=./target/x86_64-unknown-linux-gnu/debug ./c_tests/lib_test\n```\n\n## Notes for Developers\n\n`cargo build` and `cargo test` shall be enough for most of the development.\n\nTo check in nightly channel, install nightly on rustup and then run \n```shell\n    cargo clean \u0026\u0026 cargo +nightly check\n```\n\nTo generate the C ABI library,\n```shell\n    cargo cbuild \n    cp target/x86_64-unknown-linux-gnu/debug/libcskk.h ./c_tests/\n    $(CC) c_tests/c_shared_lib_test.c -L ./target/x86_64-unknown-linux-gnu/debug/ -lcskk -o c_tests/lib_test\n    LD_LIBRARY_PATH=./target/x86_64-unknown-linux-gnu/debug ./c_tests/lib_test\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaokiri%2Fcskk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaokiri%2Fcskk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaokiri%2Fcskk/lists"}