You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For historical reasons, two usemodules.* scripts were written.
The Perl version is installed by CMake as a tool for users: -- Installing: /usr/local/bin/gtk-3-fortran-modscan
The Python version is not installed by CMake and is simpler but has an interesting feature: detection of deprecated functions (based on information in the gtk-fortran-index.csv file). And it is used by sketcher/gtkf-sketcher.f90 (which should also be installed by CMake).
It would be better to merge the features of those two tools into a single one, either a Perl script or a Python one.