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. -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/ed9b0e6c-2c57-414b-8999-907726d49875%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
