At Mon, 27 Apr 2020 20:01:59 +0300, Lassi Kortela wrote:
Last I checked, Racket requires new packages to be registered in order to download them using their "raco pkg" tool.
No, `raco pkg` supports package sources in the form of URLs, Git repo references, local paths, etc. Racketeers sometimes use those alternatives to avoid delays in the catalog refresh.
https://docs.racket-lang.org/pkg/Package_Concepts.html#%28part._concept~3aso...
Matthew