Thanks a lot for doing this Alex!
As far as I know, the main repositories of interest are:
- tonyg/racket-pkg-website - the fronted server that renders the HTML / JS / CSS / Atom feeds displayed at
pkgs.racket-lang.org- racket/pkg-index - the backend server that provides an HTTP API for the package catalog users database and packages database
- racket/pkg-build - the build server that builds and tests every package in the catalog nightly
- tonyg/racket-pkg-server - an overview of the other repositories, as well as deployment and ops scripts
- racket/racket - contains the implementation of all the `raco pkg` commands
Discussion and issues typically end up at either racket/racket or tonyg/racket-pkg-website, depending on whether or not it's more
related to the server or the `raco pkg` commands.