Avoid using Julia in your package name or prefixing it with Ju.
- It is usually clear from context and to your users that the package is a Julia package.
- Package names already have a .jl extension, which communicates to users that Package.jl is a Julia package.
- Having Julia in the name can imply that the package is connected to, or endorsed by, contributors to the Julia language itself.
https://pkgdocs.julialang.org/v1/creating-packages/#Package-naming-rules
But OK, it is not really a Julia package. But perhaps it would be good if it were just a Julia package?
Avoid using Julia in your package name or prefixing it with Ju.
https://pkgdocs.julialang.org/v1/creating-packages/#Package-naming-rules
But OK, it is not really a Julia package. But perhaps it would be good if it were just a Julia package?