File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ cmake_minimum_required ( VERSION 2.8.8 FATAL_ERROR )
14
14
# Use MSVS folders to organize projects on windows
15
15
set_property (GLOBAL PROPERTY USE_FOLDERS ON )
16
16
17
- set (PROJECT_DESCRIPTION "A Fortran 2008 JSON API" )
17
+ set (PROJECT_DESCRIPTION "A Modern Fortran JSON API" )
18
18
set (PROJECT_URL "https://github.com/jacobwilliams/json-fortran" )
19
19
20
20
# Set the type/configuration of build to perform
Original file line number Diff line number Diff line change 1
- JSON-Fortran: A Fortran 2008 JSON API
1
+ JSON-Fortran: A Modern Fortran JSON API
2
2
<https://github.com/jacobwilliams/json-fortran>
3
3
4
4
Copyright (c) 2014-2021, Jacob Williams
Original file line number Diff line number Diff line change 2
2
============
3
3
4
4
[ ![ GitHub release] ( https://img.shields.io/github/release/jacobwilliams/json-fortran.svg?style=plastic )] ( https://github.com/jacobwilliams/json-fortran/releases/latest )
5
- A Fortran 2008 JSON API
5
+ A Modern Fortran JSON API
6
6
7
7
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc/generate-toc again -->
8
8
** Table of Contents**
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name = "json-fortran"
2
2
author = " Jacob Williams"
3
3
copyright = " Copyright (c) 2014-2021, Jacob Williams"
4
4
license = " BSD"
5
- description = " A Fortran 2008 JSON API"
5
+ description = " A Modern Fortran JSON API"
6
6
homepage = " https://github.com/jacobwilliams/json-fortran"
7
7
categories = [" io" ]
8
8
keywords = [" JSON" ]
Original file line number Diff line number Diff line change 1
1
---
2
2
project : JSON-Fortran
3
3
summary : <br>
4
- JSON-Fortran -- A Fortran 2008 JSON API
4
+ JSON-Fortran -- A Modern Fortran JSON API
5
5
author : Jacob Williams
6
6
src_dir : ./src
7
7
output_dir : ./doc
Original file line number Diff line number Diff line change 2
2
! > author: Jacob Williams
3
3
! license: BSD
4
4
!
5
- ! A Fortran 2008 JSON (JavaScript Object Notation) API.
5
+ ! A Modern Fortran JSON (JavaScript Object Notation) API.
6
6
!
7
7
! This module provides access to [[json_value_module]] and
8
8
! [[json_file_module]]. For normal JSON-Fortran use, using this module
You can’t perform that action at this time.
0 commit comments