{"id":17177276,"url":"https://github.com/lexi-lambda/heroku-buildpack-racket","last_synced_at":"2025-04-13T16:31:14.883Z","repository":{"id":26709994,"uuid":"30167217","full_name":"lexi-lambda/heroku-buildpack-racket","owner":"lexi-lambda","description":"a Heroku buildpack for deploying apps written in Racket","archived":false,"fork":false,"pushed_at":"2022-04-20T14:24:40.000Z","size":14,"stargazers_count":27,"open_issues_count":3,"forks_count":22,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-31T21:35:28.349Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lexi-lambda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-02T02:06:29.000Z","updated_at":"2022-12-16T23:24:00.000Z","dependencies_parsed_at":"2022-09-01T00:31:11.873Z","dependency_job_id":null,"html_url":"https://github.com/lexi-lambda/heroku-buildpack-racket","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/lexi-lambda%2Fheroku-buildpack-racket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexi-lambda%2Fheroku-buildpack-racket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexi-lambda%2Fheroku-buildpack-racket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexi-lambda%2Fheroku-buildpack-racket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lexi-lambda","download_url":"https://codeload.github.com/lexi-lambda/heroku-buildpack-racket/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223597074,"owners_count":17170872,"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":[],"created_at":"2024-10-15T00:03:16.658Z","updated_at":"2024-11-07T22:04:06.765Z","avatar_url":"https://github.com/lexi-lambda.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# heroku-buildpack-racket\n\nThis is a custom [Heroku buildpack][heroku-buildpacks] for building and deploying [Racket][racket] applications on [Heroku][heroku].\n\nTo use this custom buildpack, use the Heroku toolbelt's `buildpacks:set` command:\n\n```sh\n$ heroku buildpacks:set https://github.com/lexi-lambda/heroku-buildpack-racket\n```\n\nWhen the application is next deployed, the new buildpack will be used.\n\n## Configuration\n\nThe Racket buildpack requires that the `RACKET_VERSION` environment variable be set in order to decide what version of Racket to use. It may either be set to a specific version (such as `6.2`) or to either `current` or `HEAD`, which will use nightly, bleeding-edge snapshots.\n\nBy default, the buildpack will use the full Racket distribution. If you want to only install a minimal Racket distribution, append `-minimal` to the end of the version string (e.g. `6.2-minimal` or `HEAD-minimal`).\n\nTo configure environment variables for your Heroku application, either use the web interface, or use the `heroku config:set` command.\n\n## Running\n\nThe Racket buildpack will install your repository as a package, so it *must* include an `info.rkt` file in the root. Once installed, it will be moved to the `app/` directory. It is recommended that you specify your application entry point via the `racket` executable's `-l` flag so you can pass a module path instead of a file path, which will work no matter what the filesystem layout.\n\nFor example, if your package contained a file called `server.rkt` in a collection called `my-app`, the Procfile entry to start your application might look like this:\n\n```sh\nweb: racket -l my-app/server\n```\n\n[racket]: http://racket-lang.org/\n[heroku]: https://www.heroku.com/\n[heroku-buildpacks]: https://devcenter.heroku.com/articles/buildpacks\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexi-lambda%2Fheroku-buildpack-racket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flexi-lambda%2Fheroku-buildpack-racket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexi-lambda%2Fheroku-buildpack-racket/lists"}