Is there a way to know which registered packages depend on a specific one?
e.g.
] packageswith Luxor
So I can see if some additional functionality is implemented in another package that uses Luxor.
Is there a way to know which registered packages depend on a specific one?
e.g.
] packageswith Luxor
So I can see if some additional functionality is implemented in another package that uses Luxor.
One simple way is to use JuliaHub
I didn’t know about this functionality. Thanks a lot!