AFAIK so far there is only the the preview github repo which is a bit a clunky solution for packages and each package seems to do it’s own thing with respect to package structure. Are there plans to change this?
@SebastianJL, this question is old enough that plans might have been made by the Typst developers, but ircc atm the plan is to focus on the typst compiler.
Best I can find is from an issue on typst/packages (#526):
I agree that the current package submission is a bit clunky… Ideally, universe shouldn’t host the packages at all, but provide a registry, eg like Julia. However, that requires a lot more effort to get it running.
As for package structure, I think this was answered multiple times in various topics across the forum, but @SillyFreak maintains a typst-package-template
.