https://github.com/szaghi/FLAP
Release v1.0.0 created by Stefano Zaghi on 23 March 2016, 10:22:50 UTC
Refactor library, API changed, NOT backward compatible.
The public API is changed as following: + `Data_Type_Command_Line_Interface` module becomes `flap`; + `Type_Command_Line_Interface` type becomes `command_line_interface`; The new minimal *usage* is ```fortran use flap, only : command_line_interface type(command_line_interface) :: cli ``` The internal API is also changed to adhere to my zen: + 1-class-1-module => split the old monolithic huge module into lighter class-modules; + adopt a more consistent naming convention; + move `external/sources/` into `src/third_party/`; Note also that the makefile has been improved.
Target: 6abb1296c99b56e56686012093d0650ed5ffc0df
Directory: 72eed5c33f05987cba013c7d874a5d276e5a33de
back to top