Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
run: |
python -m pip install --upgrade pip
#pip install ford FoBiS.py pygooglechart fpm
pip install ford pygooglechart fpm
# use older ford until bug fixed. See Issue #617
pip install ford==7.0.11 pygooglechart fpm
# just get the latest FoBiS from git:
# git clone https://github.com/szaghi/FoBiS.git
# use a fork until there is a new release:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
JSON-Fortran: A Modern Fortran JSON API
<https://github.com/jacobwilliams/json-fortran>

Copyright (c) 2014-2024, Jacob Williams
Copyright (c) 2014-2025, Jacob Williams
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion json-fortran.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ project_download: https://github.com/jacobwilliams/json-fortran/releases/latest
github: https://github.com/jacobwilliams
website: http://degenerateconic.com
twitter: https://twitter.com/degenerateconic
preprocessor: {!.PREPROCESSOR!}
preprocessor: gfortran -E
predocmark_alt: >
predocmark: <
docmark_alt:
Expand Down