-
Notifications
You must be signed in to change notification settings - Fork 5
/
fpm.toml
31 lines (31 loc) · 1006 Bytes
/
fpm.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name = "GPF"
version = "024.09.02"
license = "Primarily MIT and PD"
author = "John S. Urban and GPF maintainers"
maintainer = "[email protected]"
copyright = "Copyright 2021, John S. Urban"
description = "GPF (General Purpose Fortran)"
categories = ["fortran", "POSIX"]
keywords = ["fortran", "POSIX", "graphics", "strings", "unit tests"]
homepage = "https://github.com/urbanjost/GPF"
[build]
link = ["curl", "ncurses", "sqlite3", "readline", "X11"]
auto-executables = true
auto-tests = true
auto-examples = true
# new default with v0.8.0
# force module naming rules to avoid collisions with other packages
#module-naming = true
# traditional where user can use any module name
module-naming = false
[fortran]
# new section with v0.8.0
#implicit-typing = false
#implicit-external = false
#source-form = "free"
# traditional pre-version8 compatibility
implicit-typing = true
implicit-external = true
source-form = "default"
[install]
library = true