szaghi / FLAP

Fortran command Line Arguments Parser for poor people
150 stars 34 forks source link

WIP: FPM support #96

Closed jacobwilliams closed 2 years ago

jacobwilliams commented 2 years ago

I've added Fortran Package Manager support to this library. I need to test it more though.

I also fixed a file extension that should have been .F90.

Are you interested in this pull request? If so, I can test it more and let you know when it's OK to merge!

jacobwilliams commented 2 years ago

Once this one is merged: https://github.com/szaghi/PENF/pull/22

Then I can update the PENF dependency info in the fpm.toml file and it will be ready to merge.

szaghi commented 2 years ago

@jacobwilliams thank you Jacob