mmo-project/fortran/www/fpm.toml

19 lines
378 B
TOML
Raw Normal View History

2023-08-26 13:58:47 -04:00
author = "zongor"
copyright = "Copyright 2023, zongor"
license = "license"
maintainer = "admin@alfrescocavern.com"
name = "fortran-micro-httpd"
version = "0.1.0"
[build]
auto-examples = true
auto-executables = true
auto-tests = false
module-naming = false
[install]
library = false
[fortran]
implicit-external = false
implicit-typing = false
source-form = "free"
[dependencies]