{"id":17212431,"url":"https://github.com/jackfirth/racket-disposable","last_synced_at":"2026-02-13T14:59:04.587Z","repository":{"id":62424097,"uuid":"94943438","full_name":"jackfirth/racket-disposable","owner":"jackfirth","description":"An experimental Racket library providing an abstraction for values associated with external resources that allows automatic resource pooling, per-thread virtual construction, and monadic composition","archived":false,"fork":false,"pushed_at":"2024-11-24T00:46:12.000Z","size":183,"stargazers_count":7,"open_issues_count":19,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-23T22:20:33.172Z","etag":null,"topics":["concurrency","io","racket-library"],"latest_commit_sha":null,"homepage":"","language":"Racket","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jackfirth.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":"2017-06-20T23:27:22.000Z","updated_at":"2024-11-24T00:46:15.000Z","dependencies_parsed_at":"2024-09-15T09:03:04.763Z","dependency_job_id":"9ba04d79-df26-4289-8662-0c0f19384eb8","html_url":"https://github.com/jackfirth/racket-disposable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jackfirth/racket-disposable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackfirth%2Fracket-disposable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackfirth%2Fracket-disposable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackfirth%2Fracket-disposable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackfirth%2Fracket-disposable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackfirth","download_url":"https://codeload.github.com/jackfirth/racket-disposable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackfirth%2Fracket-disposable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273018123,"owners_count":25031596,"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-08-31T02:00:09.071Z","response_time":79,"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":["concurrency","io","racket-library"],"created_at":"2024-10-15T03:00:01.913Z","updated_at":"2026-02-13T14:58:59.528Z","avatar_url":"https://github.com/jackfirth.png","language":"Racket","funding_links":[],"categories":[],"sub_categories":[],"readme":"# racket-disposable [![Build Status](https://travis-ci.org/jackfirth/racket-disposable.svg?branch=master)](https://travis-ci.org/jackfirth/racket-disposable) [![codecov](https://codecov.io/gh/jackfirth/racket-disposable/branch/master/graph/badge.svg)](https://codecov.io/gh/jackfirth/racket-disposable) [![Documentation](https://img.shields.io/badge/read-documentation-blue.svg)](http://docs.racket-lang.org/disposable/)\nAn experimental Racket library providing an abstraction for values associated with external resources that allows automatic resource pooling, per-thread virtual construction, and monadic composition.\n\n```racket\n(require disposable)\n\n(define (connect!) (make-connection ...))\n(define (disconnect! conn) (close-connection conn ...))\n(define disposable-connection (disposable connect! disconnect!))\n\n(with-disposable ([conn disposable-connection])\n  ... use conn ...)\n```\n\nAvailable from the [Racket package catalog](http://pkgs.racket-lang.org/). To install:\n\n```bash\nraco pkg install disposable\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackfirth%2Fracket-disposable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackfirth%2Fracket-disposable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackfirth%2Fracket-disposable/lists"}