Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/urbanjost/m_kracken
parse command line arguments and create configuration files using syntax similar to ULS commands
https://github.com/urbanjost/m_kracken
argument command-line fortran fortran-package-manager fpm parser parsing
Last synced: about 6 hours ago
JSON representation
parse command line arguments and create configuration files using syntax similar to ULS commands
- Host: GitHub
- URL: https://github.com/urbanjost/m_kracken
- Owner: urbanjost
- License: unlicense
- Created: 2021-03-29T01:48:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T00:12:53.000Z (7 months ago)
- Last Synced: 2024-03-30T01:23:24.687Z (7 months ago)
- Topics: argument, command-line, fortran, fortran-package-manager, fpm, parser, parsing
- Language: Fortran
- Homepage:
- Size: 3.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[GPF Home Page](http://www.urbanjost.altervista.org/LIBRARY/libGPF/GPF.html)
# KRACKEN(3F): The Fortran Command Line Argument Cracker
*(Extended Version)*## Supports FPM ![fpm](docs/images/fpm_logo.gif)
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](https://github.com/fortran-lang/fpm) )
```bash
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.
```toml
[dependencies]
M_kracken = { git = "https://github.com/urbanjost/M_kracken.git" }
```
## DOCUMENTATION
- Procedure [Documentation](https://urbanjost.github.io/M_kracken)
- [Index](https://urbanjost.github.io/M_kracken/man3.html)