You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Make sure to update and commit `__VERSION__` before tagging a new release
- CMake pulls it's version info from here
- FORD files can include the latest stable version string with `{!__VERSION__!}`
- Other Markdown pages (README.md, CONTRIBUTING.md and CHANGELOG.md) must be
manually updated since GitHub flavored markdown has no include syntax
- Throw errors when tags don't match __VERSION__
A user-friendly and object-oriented API for reading and writing JSON files, written in
31
-
modern Fortran (Fortran 2003+). The source code is a single Fortran module file ([json_module.F90](https://github.com/jacobwilliams/json-fortran/blob/master/src/json_module.F90)).
31
+
modern Fortran (Fortran 2003+). The source code is a single Fortran
The json-fortran source code and related files and documentation are distributed under a permissive free software license (BSD-style). See the [LICENSE](https://raw.githubusercontent.com/jacobwilliams/json-fortran/master/LICENSE) file for more details.
37
+
The JSON-Fortran source code and related files and documentation are
38
+
distributed under a permissive free software license (BSD-style). See
0 commit comments