fpm-deps dependency graph


flowchart TB
  N1[fpm-deps]
  N2[fpm]
  N3[toml-f]
  N4[M_CLI2]
  N5[fortran-regex]
  N6[jonquil]
  N7[fortran-shlex]
  click N1 href "https://github.com/ivan-pi/fpm-deps" "Generate dependency graphs of Fortran packages"
  click N3 href "https://toml-f.github.io/toml-f" "TOML parser implementation for data serialization and deserialization"
  click N4 href "https://github.com/urbanjost/M_CLI2.git" "Unix-style commandline parsing using a prototype command"
  click N5 href "https://github.com/perazz/fortran-regex" "Fortran regex library"
  click N6 href "https://toml-f.readthedocs.io/en/latest/how-to/jonquil/" "Bringing TOML blooms to JSON land"
  N1-->N2
  N2-->N3
  N2-->N4
  N2-->N5
  N2-->N6
  N2-->N7
  N6-->N3