{"id":21094032,"url":"https://github.com/xord/cruby","last_synced_at":"2026-05-06T13:16:32.577Z","repository":{"id":24882047,"uuid":"28298044","full_name":"xord/cruby","owner":"xord","description":"CRuby Interpreter for macOS and iOS","archived":false,"fork":false,"pushed_at":"2023-10-11T21:42:27.000Z","size":188,"stargazers_count":16,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-21T03:14:19.060Z","etag":null,"topics":["cocoapods","ios","macos","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"cjrh/dockerctx","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xord.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}},"created_at":"2014-12-21T11:53:06.000Z","updated_at":"2023-08-29T04:41:36.000Z","dependencies_parsed_at":"2023-10-11T03:30:54.417Z","dependency_job_id":null,"html_url":"https://github.com/xord/cruby","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/xord%2Fcruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xord%2Fcruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xord%2Fcruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xord%2Fcruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xord","download_url":"https://codeload.github.com/xord/cruby/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225433467,"owners_count":17473599,"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":["cocoapods","ios","macos","ruby"],"created_at":"2024-11-19T22:15:59.932Z","updated_at":"2026-05-04T07:05:42.169Z","avatar_url":"https://github.com/xord.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CRuby Interpreter for macOS and iOS\n\nThis library allows you to embed CRuby interpreter to your macOS or iOS app.\n\n[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/xord/cruby)\n![License](https://img.shields.io/github/license/xord/reflex)\n![Build](https://github.com/xord/cruby/workflows/Build/badge.svg)\n\n# How To Use\n\nPrepare the following podfile for the Xcode project you want to use CRuby in.\n\n```\nplatform :ios, '10.0'\npod 'CRuby', git: 'https://github.com/xord/cruby'\n```\n\nRun the following in a terminal.\n\n```sh\n$ CRUBY_OS=ios pod install --verbose\n```\n(Due to the long compile time, it is recommended to use the --verbose option)\n\nWhere you want to use CRuby, you can evaluate the string as follows.\n\n```objc\nCRBValue *result = [CRuby eval:@\"[1, 2, 3].map {|n| n ** 2}\"];\nNSString *string = result.inspect;\nNSLog(@\"result: %@\", string);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxord%2Fcruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxord%2Fcruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxord%2Fcruby/lists"}