Are extension packages importable?

My vague understanding is that extension packages are true packages on their own. You could probably add them as subdirectory packages.

I think @kristoffer.carlsson would be the one most qualified to clarify this.

Here is the pull request to Julia:

and the corresponding pull request to Pkg.jl:

Here are some example extension modules:

It appears that these modules do not have UUIDs so they may not be bonafide packages in themselves. The example prototypes show the extensions are usually modules which are included as submodules of the base package.

1 Like