{"id":31180558,"url":"https://github.com/estebanlm/metametacello","last_synced_at":"2025-09-19T17:02:50.151Z","repository":{"id":315549899,"uuid":"1020637699","full_name":"estebanlm/metametacello","owner":"estebanlm","description":"a small tool to batch the load (and lock versions) of projects. ","archived":false,"fork":false,"pushed_at":"2025-09-19T07:15:50.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-19T09:32:16.131Z","etag":null,"topics":["pharo","vcs"],"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/estebanlm.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":"2025-07-16T07:08:19.000Z","updated_at":"2025-09-19T07:15:54.000Z","dependencies_parsed_at":"2025-09-19T09:32:18.743Z","dependency_job_id":"5df5c415-e85d-424c-82a4-bcbce91e8354","html_url":"https://github.com/estebanlm/metametacello","commit_stats":null,"previous_names":["estebanlm/metametacello"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/estebanlm/metametacello","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanlm%2Fmetametacello","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanlm%2Fmetametacello/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanlm%2Fmetametacello/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanlm%2Fmetametacello/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/estebanlm","download_url":"https://codeload.github.com/estebanlm/metametacello/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanlm%2Fmetametacello/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275974293,"owners_count":25562664,"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-09-19T02:00:09.700Z","response_time":108,"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":["pharo","vcs"],"created_at":"2025-09-19T17:01:08.353Z","updated_at":"2025-09-19T17:02:50.142Z","avatar_url":"https://github.com/estebanlm.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is just a small tool so I can load the projects (and branchs) I am working on in a batch.  \nI ca do things like this: \n\n```smalltalk\nMetaMetacello load: [ :spec | spec \n\tlockBaselines;\n\t\"Spec+Alexandria\"\n\tbaseline: 'Alexandrie' with: [ spec repository: 'github://pharo-graphics/Alexandrie:master' ];\n\tbaseline: 'Spec2' with: [ spec \n\t\trepository: 'github://pharo-spec/Spec:dev-3.0';\n\t\tloads: #(default 'Spec2-Alexandrie' 'Spec2-Adapters-Morphic-Alexandrie') ];\n\t\"GTK\"\n\tbaseline: 'Gtk' with: [ spec \n\t\trepository: 'github://pharo-spec/gtk-bindings:gtk4';\n\t\tloads: #(default 'Gtk-Utils') ];\n\tbaseline: 'SpecGtk' with: [ spec \n\t\trepository: 'github://pharo-spec/Spec-Gtk:gtk4';\n\t\tloads: #(default 'Spec-Gtk-Alexandrie') ];\n\tbaseline: 'NewTools' with: [ spec \n\t\trepository: 'github://pharo-spec/NewTools:dev-2.0';\n\t\tloads: #(default 'NewTools-Gtk') ];\n\tbaseline: 'Stargate' with: [ spec \n\t    repository: 'github://estebanlm/stargate:main' ];\n\t\"CIG\"\n\tbaseline: 'CIG' with: [ spec \n\t    repository: 'github://estebanlm/pharo-cig:main' ];\n\tbaseline: 'OpenSSL' with: [ spec \n\t    repository: 'github://estebanlm/pharo-openssl:main' ];\n\tbaseline: 'Resvg' with: [ spec \n\t    repository: 'github://estebanlm/pharo-resvg:main' ];\n\tbaseline: 'Archive' with: [ spec \n\t    repository: 'github://estebanlm/pharo-archive:main' ].\n].\n\n(Smalltalk classNamed: #GEnumeration) allSubclassesDo: #initializeEnumeration.\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festebanlm%2Fmetametacello","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Festebanlm%2Fmetametacello","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festebanlm%2Fmetametacello/lists"}