mmo-project/fortran/www/fpm.toml

22 lines
588 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]
iso_varying_string.git = "https://gitlab.com/everythingfunctional/iso_varying_string"
sqliteff.git = "https://gitlab.com/everythingfunctional/sqliteff"
sm3-fortran.git = "https://github.com/zoziha/SM3-Fortran"