fpm Quick Start

fpm Quick Start

This example demonstrates how to set up a minimal Fortran project using fpm with fortplot.

  • Project manifest: fpm.toml
  • Minimal application: see app/ in this folder

To build and run with fpm:

fpm build
fpm run