{"id":16086833,"url":"https://github.com/olekscode/pharodeprecationscollector","last_synced_at":"2026-01-19T18:01:38.130Z","repository":{"id":88081497,"uuid":"252212812","full_name":"olekscode/PharoDeprecationsCollector","owner":"olekscode","description":null,"archived":false,"fork":false,"pushed_at":"2020-11-19T22:52:45.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T14:43:39.315Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/olekscode.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}},"created_at":"2020-04-01T15:22:26.000Z","updated_at":"2020-11-19T22:52:48.000Z","dependencies_parsed_at":"2023-06-26T01:24:09.612Z","dependency_job_id":null,"html_url":"https://github.com/olekscode/PharoDeprecationsCollector","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/olekscode/PharoDeprecationsCollector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olekscode%2FPharoDeprecationsCollector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olekscode%2FPharoDeprecationsCollector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olekscode%2FPharoDeprecationsCollector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olekscode%2FPharoDeprecationsCollector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olekscode","download_url":"https://codeload.github.com/olekscode/PharoDeprecationsCollector/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olekscode%2FPharoDeprecationsCollector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28578952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T17:42:58.221Z","status":"ssl_error","status_checked_at":"2026-01-19T17:40:54.158Z","response_time":67,"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":[],"created_at":"2024-10-09T13:25:30.930Z","updated_at":"2026-01-19T18:01:38.115Z","avatar_url":"https://github.com/olekscode.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PharoDeprecationsCollector\n\n[![Build Status](https://travis-ci.org/olekscode/PharoDeprecationsCollector.svg?branch=master)](https://travis-ci.org/olekscode/PharoDeprecationsCollector)\n[![Build status](https://ci.appveyor.com/api/projects/status/ify7vkcfe4a5gp6b?svg=true)](https://ci.appveyor.com/project/olekscode/migrationrulesminer)\n[![Coverage Status](https://coveralls.io/repos/github/olekscode/PharoDeprecationsCollector/badge.svg?branch=master)](https://coveralls.io/github/olekscode/PharoDeprecationsCollector?branch=master)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/olekscode/PharoDeprecationsCollector/master/LICENSE)\n\nA tool for collecting deprecations from a Pharo image, validating them, and classifying them into several pre-defined categories. Part of the research of the on-the-fly deprecation rewriting.\n\n## How to install it?\n\nTo install `PharoDeprecationsCollector`, go to the Playground (Ctrl+OW) in your [Pharo](https://pharo.org/) image and execute the following Metacello script (select it and press Do-it button or Ctrl+D):\n\n```Smalltalk\nMetacello new\n  baseline: 'PharoDeprecationsCollector';\n  repository: 'github://olekscode/PharoDeprecationsCollector/src';\n  load.\n```\n\n## How to depend on it?\n\nIf you want to add a dependency on `PharoDeprecationsCollector` to your project, include the following lines into your baseline method:\n\n```Smalltalk\nspec\n  baseline: 'PharoDeprecationsCollector'\n  with: [ spec repository: 'github://olekscode/PharoDeprecationsCollector/src' ].\n```\n\nIf you are new to baselines and Metacello, check out the [Baselines](https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/Baselines.md) tutorial on Pharo Wiki.\n\n## How to use it?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folekscode%2Fpharodeprecationscollector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folekscode%2Fpharodeprecationscollector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folekscode%2Fpharodeprecationscollector/lists"}