/M_kracken

parse command line arguments and create configuration files using syntax similar to ULS commands

Primary LanguageFortranThe UnlicenseUnlicense

GPF Home Page

KRACKEN(3F): The Fortran Command Line Argument Cracker

(Extended Version)

Supports FPM fpm

This is an fpm(1) package and not a stand-alone module. It requires fpm(1) to build.

download the github repository and build it with fpm ( as described at Fortran Package Manager )

     git clone https://github.com/urbanjost/M_kracken.git
     cd M_kracken
     fpm build
     fpm test

or just list it as a dependency in your fpm.toml project file.

        [dependencies]
        M_kracken = { git = "https://github.com/urbanjost/M_kracken.git" }

DOCUMENTATION