{"id":17214277,"url":"https://github.com/kalimehtar/finalizer","last_synced_at":"2026-01-05T21:49:55.590Z","repository":{"id":19314282,"uuid":"22552283","full_name":"Kalimehtar/finalizer","owner":"Kalimehtar","description":"Common trivial finalizer for Racket","archived":false,"fork":false,"pushed_at":"2015-05-16T04:02:18.000Z","size":165,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T11:43:29.407Z","etag":null,"topics":["racket"],"latest_commit_sha":null,"homepage":null,"language":"Racket","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/Kalimehtar.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}},"created_at":"2014-08-02T17:38:16.000Z","updated_at":"2019-07-23T03:36:37.000Z","dependencies_parsed_at":"2022-08-27T00:01:59.281Z","dependency_job_id":null,"html_url":"https://github.com/Kalimehtar/finalizer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kalimehtar%2Ffinalizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kalimehtar%2Ffinalizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kalimehtar%2Ffinalizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kalimehtar%2Ffinalizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kalimehtar","download_url":"https://codeload.github.com/Kalimehtar/finalizer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245467206,"owners_count":20620210,"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":["racket"],"created_at":"2024-10-15T03:02:21.423Z","updated_at":"2026-01-05T21:49:55.564Z","avatar_url":"https://github.com/Kalimehtar.png","language":"Racket","funding_links":[],"categories":[],"sub_categories":[],"readme":"finalizer\n=========\n\nCommon trivial finalizer for Racket\n\nUsage:\n\n```racket\n(require finalizer)\n(define a-box (box #f))\n(register-finalizer a-box\n                    (λ (x) (printf \"a-box is now garbage\\n\")))\n(collect-garbage) (collect-garbage) (collect-garbage)\n(printf \"breaking the link\\n\")\n(set! a-box #f)\n(collect-garbage) (collect-garbage) (collect-garbage)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalimehtar%2Ffinalizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkalimehtar%2Ffinalizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalimehtar%2Ffinalizer/lists"}