{"id":20313573,"url":"https://github.com/moosetechnology/fame","last_synced_at":"2025-10-11T09:14:42.037Z","repository":{"id":45634745,"uuid":"267277604","full_name":"moosetechnology/Fame","owner":"moosetechnology","description":"Fame is a meta-modeling framework for executable models.","archived":false,"fork":false,"pushed_at":"2025-07-22T14:11:09.000Z","size":11179,"stargazers_count":4,"open_issues_count":12,"forks_count":10,"subscribers_count":11,"default_branch":"development","last_synced_at":"2025-07-22T16:13:53.392Z","etag":null,"topics":["meta-model","moose","pharo","smalltalk"],"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/moosetechnology.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}},"created_at":"2020-05-27T09:31:39.000Z","updated_at":"2025-07-22T14:11:12.000Z","dependencies_parsed_at":"2023-01-27T22:16:03.329Z","dependency_job_id":"e79f0567-eb8e-40aa-b354-0a639dd0d753","html_url":"https://github.com/moosetechnology/Fame","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/moosetechnology/Fame","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moosetechnology%2FFame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moosetechnology%2FFame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moosetechnology%2FFame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moosetechnology%2FFame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moosetechnology","download_url":"https://codeload.github.com/moosetechnology/Fame/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moosetechnology%2FFame/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006752,"owners_count":26084177,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["meta-model","moose","pharo","smalltalk"],"created_at":"2024-11-14T18:11:52.069Z","updated_at":"2025-10-11T09:14:42.019Z","avatar_url":"https://github.com/moosetechnology.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fame\n\n![CI](https://github.com/moosetechnology/Fame/workflows/CI/badge.svg?branch=development)\n\nFame is an meta-modelling framework for executable models. \n\n  - [Installation](#installation)\n  - [Documentation](#documentation)\n  - [Version management](#version-management)\n  - [Smalltalk versions compatibility](#smalltalk-versions-compatibility)\n  - [Contact](#contact)\n\n## Installation\n\nTo install the project on your Pharo image, execute the following script: \n\n```Smalltalk\nMetacello new\n\tgithubUser: 'moosetechnology' project: 'Fame' commitish: 'development' path: 'src';\n\tbaseline: 'Fame';\n\tload\n```\n\nTo add the project to your baseline:\n\n```Smalltalk\nspec\n\tbaseline: 'Fame'\n\twith: [ spec repository: 'github://moosetechnology/Fame:development/src' ]\n```\n\nNote you can replace the #master by another branch such as #development or a tag such as #v1.0.0, #v1.? or #v1.2.? .\n\n## Documentation\n\n\n### Export to mse\n\nTo export a model (or metamodel) in the mse format (for example to use FameJava and VerveineJ), execute the following code:\n\n```Smalltalk\n'/path/to/file.mse' asFileReference writeStreamDo: [ :writeStream | MyModel metamodel exportOn: writeStream ]\n```\n\n### Export to JSON\n\n```Smalltalk\nString streamContents: [ :writeStream | MyModel metamodel exportOn: writeStream usingPrinter: FMJSONPrinter ]\n```\n\n## Version management \n\nThis project use semantic versioning to define the releases. This means that each stable release of the project will be assigned a version number of the form `vX.Y.Z`. \n\n- **X** defines the major version number\n- **Y** defines the minor version number \n- **Z** defines the patch version number\n\nWhen a release contains only bug fixes, the patch number increases. When the release contains new features that are backward compatible, the minor version increases. When the release contains breaking changes, the major version increases. \n\nThus, it should be safe to depend on a fixed major version and moving minor version of this project.\n\n## Smalltalk versions compatibility\n\n| Version \t| Compatible Pharo versions \t|\n|-------------\t|---------------------------\t|\n| development      \t| Pharo 80\t\t|\n\n## Contact\n\nIf you have any questions or problems do not hesitate to open an issue or contact cyril (a) ferlicot.me \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoosetechnology%2Ffame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoosetechnology%2Ffame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoosetechnology%2Ffame/lists"}