diff --git a/fpm.toml b/fpm.toml new file mode 100644 index 0000000..9a7597c --- /dev/null +++ b/fpm.toml @@ -0,0 +1,16 @@ +name = "forwarddiff" +author = "Nicholas Wogan" +maintainer = "Nicholas Wogan" +license = "MIT" +description = "Forward mode automatic differentiation for Fortran." +homepage = "https://github.com/Nicholaswogan/forwarddiff" + +[fortran] +source-form = "default" + +[library] +source-dir = "src" + +[build] +auto-executables = false +auto-tests = true \ No newline at end of file