{"id":19600272,"url":"https://github.com/pharo-ide/ghost","last_synced_at":"2025-04-27T16:32:18.360Z","repository":{"id":37255832,"uuid":"97254982","full_name":"pharo-ide/Ghost","owner":"pharo-ide","description":"Ghost is framework to implement unnatural smalltalk objects like proxies or prototypes","archived":false,"fork":false,"pushed_at":"2024-03-29T22:31:15.000Z","size":141,"stargazers_count":3,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-05T01:32:13.821Z","etag":null,"topics":["pharo"],"latest_commit_sha":null,"homepage":"","language":"Smalltalk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pharo-ide.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}},"created_at":"2017-07-14T16:49:54.000Z","updated_at":"2022-08-11T01:33:17.000Z","dependencies_parsed_at":"2023-01-30T02:15:40.337Z","dependency_job_id":null,"html_url":"https://github.com/pharo-ide/Ghost","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharo-ide%2FGhost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharo-ide%2FGhost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharo-ide%2FGhost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharo-ide%2FGhost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pharo-ide","download_url":"https://codeload.github.com/pharo-ide/Ghost/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251171614,"owners_count":21547120,"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":["pharo"],"created_at":"2024-11-11T09:14:18.255Z","updated_at":"2025-04-27T16:32:17.807Z","avatar_url":"https://github.com/pharo-ide.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ghost\n\n[![GitHub release](https://img.shields.io/github/release/pharo-ide/Ghost.svg)](https://github.com/pharo-ide/Ghost/releases/latest)\n[![Unit Tests](https://github.com/pharo-ide/Ghost/actions/workflows/tests.yml/badge.svg)](https://github.com/pharo-ide/Ghost/actions/workflows/tests.yml)\n\n[![Pharo 7.0](https://img.shields.io/badge/Pharo-7.0-informational)](https://pharo.org)\n[![Pharo 8.0](https://img.shields.io/badge/Pharo-8.0-informational)](https://pharo.org)\n[![Pharo 9.0](https://img.shields.io/badge/Pharo-9.0-informational)](https://pharo.org)\n[![Pharo 10](https://img.shields.io/badge/Pharo-10-informational)](https://pharo.org)\n[![Pharo 11](https://img.shields.io/badge/Pharo-11-informational)](https://pharo.org)\n[![Pharo 11](https://img.shields.io/badge/Pharo-12-informational)](https://pharo.org)\n\nGhost is framework to implement unnatural smalltalk objects like proxies or prototypes. It provides suitable infrastructure to implement message processing in special way\n\n## Installation\nUse following script for Pharo version \u003e= 10:\n```Smalltalk\nMetacello new\n  baseline: 'Ghost';\n  repository: 'github://pharo-ide/Ghost';\n  load\n```\nTo add dependency in your project baseline:\n```Smalltalk\nspec\n    baseline: 'Ghost'\n    with: [ spec repository: 'github://pharo-ide/Ghost:v6.0.0' ]\n```\nNotice that Pharo versions \u003c= 9 were based on GTTools. In current Pharo it was removed and replaced by NewTools project. Ghost requires a dedicated tooling support to be able inspect Ghost objects. In order to use Ghost in old versions of Pharo load pharo9 branch instead of master:\n```Smalltalk\nMetacello new\n  baseline: 'Ghost';\n  repository: 'github://pharo-ide/Ghost:pharo9';\n  load\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpharo-ide%2Fghost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpharo-ide%2Fghost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpharo-ide%2Fghost/lists"}