{"id":19767609,"url":"https://github.com/opensmock/opensmock","last_synced_at":"2026-05-12T17:01:14.004Z","repository":{"id":130589358,"uuid":"333508432","full_name":"OpenSmock/OpenSmock","owner":"OpenSmock","description":"OpenSmock is a collection of tools and workshops designed to streamline the development of applications - especially user interfaces (UI) - within the Pharo programming environment.","archived":false,"fork":false,"pushed_at":"2026-05-05T09:11:48.000Z","size":529,"stargazers_count":6,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-05T11:07:25.953Z","etag":null,"topics":["components","framework","hmi","ihm","open","open-smock","pharo","prototyping","smalltalk","smock","toolbox","tools","ui","ux","widgets"],"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/OpenSmock.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-01-27T17:35:16.000Z","updated_at":"2026-05-05T09:11:53.000Z","dependencies_parsed_at":"2024-01-23T14:10:15.160Z","dependency_job_id":"777139e6-ba18-4233-a9bb-3106d180b9fa","html_url":"https://github.com/OpenSmock/OpenSmock","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/OpenSmock/OpenSmock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenSmock%2FOpenSmock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenSmock%2FOpenSmock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenSmock%2FOpenSmock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenSmock%2FOpenSmock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenSmock","download_url":"https://codeload.github.com/OpenSmock/OpenSmock/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenSmock%2FOpenSmock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32948571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["components","framework","hmi","ihm","open","open-smock","pharo","prototyping","smalltalk","smock","toolbox","tools","ui","ux","widgets"],"created_at":"2024-11-12T04:31:00.486Z","updated_at":"2026-05-12T17:01:13.936Z","avatar_url":"https://github.com/OpenSmock.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Pharo 11](https://img.shields.io/badge/Pharo-11-%23aac9ff.svg)](https://pharo.org/download)\n[![Pharo 12](https://img.shields.io/badge/Pharo-12-%23aac9ff.svg)](https://pharo.org/download)\n[![Pharo 13](https://img.shields.io/badge/Pharo-13-%23aac9ff.svg)](https://pharo.org/download)\n\n[![License](https://img.shields.io/github/license/OpenSmock/OpenSmock.svg)](./LICENSE)\n[![Unit tests](https://github.com/OpenSmock/OpenSmock/actions/workflows/CI.yml/badge.svg)](https://github.com/OpenSmock/OpenSmock/actions/workflows/CI.yml)\n\n# OpenSmock\n\nOpenSmock is a collection of tools and workshops designed to streamline the development of applications - especially user interfaces (UI) - within the Pharo programming environment.\n\n## Getting Started\n\n### Full version installation\n\nTo install **OpenSmock** with all features and dependencies, simply execute the following script in your Pharo image:\n\n```smalltalk\nMetacello new\n   baseline: 'OpenSmock';\n   repository: 'github://OpenSmock/OpenSmock:main/src';\n   load.\n```\n\n### Minimal version (Core) installation\n\nIf you prefer to install only the core version of OpenSmock (without additional dependencies), use the following script:\n\n```smalltalk\nMetacello new\n   baseline: 'OpenSmock';\n   repository: 'github://OpenSmock/OpenSmock:main/src';\n   load: 'Core'.\n```\n\n### Minimal version (Core) with Bloc features installation\n\nIf you prefer to install only the core version of OpenSmock (without additional dependencies but with Bloc features), use the following script:\n\n```smalltalk\nMetacello new\n   baseline: 'OpenSmock';\n   repository: 'github://OpenSmock/OpenSmock:main/src';\n   load: 'CoreWithBloc'.\n```\n\nNote: This version is also similar to a Core version when Pharo will integrate Bloc.\n\n### Dependencies\n\nCore : \n\n- [Geometry](https://github.com/pharo-contributions/Geometry)\n\nNote: Geometry is include in Pharo, we use a release which is more recent. \n\nDefault/Full :\n\n- [Molecule](https://github.com/OpenSmock/Molecule)\n- [Alexandrie](https://github.com/pharo-graphics/alexandrie)\n- [Bloc](https://github.com/pharo-graphics/bloc)\n\nNote: Bloc and Alexandrie will soon be integrated into Pharo, at which point this dependency will be removed.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensmock%2Fopensmock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopensmock%2Fopensmock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensmock%2Fopensmock/lists"}