{"id":17918038,"url":"https://github.com/bogdanp/racksnaps","last_synced_at":"2025-04-03T08:29:30.302Z","repository":{"id":48594642,"uuid":"260462542","full_name":"Bogdanp/racksnaps","owner":"Bogdanp","description":"Daily snapshots of the Racket Package Catalog.","archived":false,"fork":false,"pushed_at":"2024-08-15T11:02:01.000Z","size":110,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-08T22:12:06.047Z","etag":null,"topics":["package-management","racket"],"latest_commit_sha":null,"homepage":"https://racksnaps.defn.io","language":"Racket","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bogdanp.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-05-01T13:13:03.000Z","updated_at":"2024-08-15T11:02:04.000Z","dependencies_parsed_at":"2024-12-16T04:27:37.292Z","dependency_job_id":"ba9b3dc3-a900-475d-9a5c-c0d6de325453","html_url":"https://github.com/Bogdanp/racksnaps","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/Bogdanp%2Fracksnaps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bogdanp%2Fracksnaps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bogdanp%2Fracksnaps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bogdanp%2Fracksnaps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bogdanp","download_url":"https://codeload.github.com/Bogdanp/racksnaps/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246964920,"owners_count":20861764,"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":["package-management","racket"],"created_at":"2024-10-28T20:09:32.453Z","updated_at":"2025-04-03T08:29:30.281Z","avatar_url":"https://github.com/Bogdanp.png","language":"Racket","funding_links":[],"categories":[],"sub_categories":[],"readme":"# racksnaps\n\n[![CI](https://github.com/Bogdanp/racksnaps/actions/workflows/push.yml/badge.svg)](https://github.com/Bogdanp/racksnaps/actions/workflows/push.yml)\n\nThis code builds daily snapshots of the official [Racket Package\nCatalog].  The intent is to allow application developers to depend on\nspecific, unchanging sets of packages until they're ready to update\ntheir apps.\n\nThe snapshots are currently available at https://racksnaps.defn.io/snapshots/ .\n\nTo develop against the snapshot from November 16th, 2022, you might\nrun the following command:\n\n    raco pkg config --set catalogs \\\n        https://download.racket-lang.org/releases/8.7/catalog/ \\\n        https://racksnaps.defn.io/snapshots/2022/11/16/catalog/ \\\n        https://pkgs.racket-lang.org \\\n        https://planet-compats.racket-lang.org\n\nWhen building a web app in CI you might limit the catalog list to just\nthe release catalog (for packages in the main distribution) and the\nsnapshot:\n\n    raco pkg config --set catalogs \\\n        https://download.racket-lang.org/releases/8.7/catalog/ \\\n        https://racksnaps.defn.io/snapshots/2022/11/16/catalog/\n\n\n## How it Works\n\nEvery day at 12am UTC, the service queries all the packages on\npkgs.racket-lang.org for metadata and source locations.  It then\ncreates a source package archive for each package whose sources are\nstill valid.\n\nSnapshots are never modified once they succeed and a content\naddressing scheme is used for the individual packages to avoid using\nup too much disk space over time.\n\nThe `snapshot.rkt` program creates the snapshots.\n\n## Testing Changes\n\nThe code relies on [Docker] so you'll need a system that supports it.\n\nTo run a full build, you can invoke\n\n    ./test.sh\n\nin the root of the repository.\n\nTo run a build for a subset of packages, you can invoke `test.sh` with\nwhichever packages you want to build:\n\n    ./test.sh component component-lib component-doc\n\n\n## License\n\n    racksnaps is licensed under the 3-Clause BSD license.\n\n\n[Racket Package Catalog]: https://pkgs.racket-lang.org/\n[Docker]: https://www.docker.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbogdanp%2Fracksnaps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbogdanp%2Fracksnaps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbogdanp%2Fracksnaps/lists"}