{"id":20905955,"url":"https://github.com/objectprofile/roassal2","last_synced_at":"2025-12-24T20:45:41.734Z","repository":{"id":20518491,"uuid":"87560798","full_name":"ObjectProfile/Roassal2","owner":"ObjectProfile","description":"Agile Visualization Engine for Pharo and VisualWorks","archived":false,"fork":false,"pushed_at":"2023-04-19T22:39:35.000Z","size":10943,"stargazers_count":27,"open_issues_count":0,"forks_count":19,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-01-19T14:21:59.284Z","etag":null,"topics":["analysis","code","software-quality","visualization"],"latest_commit_sha":null,"homepage":"http://AgileVisualization.com","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/ObjectProfile.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":"2017-04-07T15:30:42.000Z","updated_at":"2024-12-19T17:39:39.000Z","dependencies_parsed_at":"2022-08-26T02:01:54.789Z","dependency_job_id":"e7c23efc-4ac8-46a4-8eb6-fd68f9e9beb4","html_url":"https://github.com/ObjectProfile/Roassal2","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ObjectProfile%2FRoassal2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ObjectProfile%2FRoassal2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ObjectProfile%2FRoassal2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ObjectProfile%2FRoassal2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ObjectProfile","download_url":"https://codeload.github.com/ObjectProfile/Roassal2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243297232,"owners_count":20268739,"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":["analysis","code","software-quality","visualization"],"created_at":"2024-11-18T13:28:20.463Z","updated_at":"2025-12-24T20:45:41.707Z","avatar_url":"https://github.com/ObjectProfile.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Roassal2\n[![Test P8](https://github.com/ObjectProfile/Roassal2/actions/workflows/runOnPharo8.yml/badge.svg)](https://github.com/ObjectProfile/Roassal2/actions/workflows/runOnPharo8.yml)\n[![Test P9](https://github.com/ObjectProfile/Roassal2/actions/workflows/runTestPharo9.yml/badge.svg)](https://github.com/ObjectProfile/Roassal2/actions/workflows/runTestPharo9.yml)\n\nRoassal2 is a visualization engine for the Pharo and VisualWorks programming language and environment.\nExtensive documentation is available on http://AgileVisualization.com\n\n---\n## VisualWorks\n\nThe distribution of Roassal for VisualWorks is in the Cincom public store. Simply look for `roassal2-full` on the public store. Note that your need to have the Cairo libraries installed along with the VisualWorks installation.\n\n---\n## Pharo 8 \u0026 Pharo 9\n\nExecute the following code snippet to load Roassal2 in a fresh Pharo 8 or Pharo 9 image:\n\n```Smalltalk\nMetacello new\n    baseline: 'Roassal2';\n    repository: 'github://ObjectProfile/Roassal2/src';\n    load.\n```\n\nYou can also load Roassal2 from the Pharo Catalog browser.\n\nIf you have a local copy of Roassal, you can do the following:\n\n```Smalltalk\nMetacello new\n  baseline: 'Roassal2';\n  repository: 'gitlocal:///Users/alexandrebergel/Dropbox/GitRepos/Roassal2' ;\n  lock;\n  load.\n```\n\nIf you wish to set a dependency to Roassal2 in your application, you simply need to add in your baseline:\n\n```Smalltalk\nspec baseline: 'Roassal2' with: [ \n\t\t\t\tspec repository: 'github://ObjectProfile/Roassal2/src' ].\n```\n\n---\n## Pharo 7\n\nRoassal2 is frozen for Pharo 7. You can load it using:\n\n```Smalltalk\nMetacello new \n    baseline: 'Roassal2'; \n    repository: 'github://ObjectProfile/Roassal2:pharo7/src'; \n    load\n```  \n\n---\n## Pharo 6.1\n\nYou can load Roassal in Pharo 6.1 using the following script:\n\n```Smalltalk\nGofer it\n    smalltalkhubUser: 'ObjectProfile' project: 'Roassal2';\n    configurationOf: 'Roassal2';\n    loadVersion: '1.59'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobjectprofile%2Froassal2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobjectprofile%2Froassal2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobjectprofile%2Froassal2/lists"}