Collection of Examples and Packages ready for App (executables) creation

After watching the Webinar on the PackagCompiler and skimming through the documentation, I am really excited about the progress made towards creating an executable from a Julia module. From my understanding, once conditional dependencies are first-class citizens, the Relocatability problem is solved and it is technically possible to use any package for App creation.

Understandably, it will take time to actually makes the packages “App-ready” and there are also some implementation details to consider when using the packages. It took me quite some time to figure out if my code could be turned into an App or how to do it. Therefore, I think it would be nice to have a list of packages that are already working for App creation and a collection of examples for the packages that require non-trivial steps to make it work.

Does such a collection exist? And if not, is there a broader interest in such a list?

2 Likes