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 )
1414# Use MSVS folders to organize projects on windows
1515set_property (GLOBAL PROPERTY USE_FOLDERS ON )
1616
17- set (PROJECT_DESCRIPTION "A Fortran 2008 JSON API" )
17+ set (PROJECT_DESCRIPTION "A Modern Fortran JSON API" )
1818set (PROJECT_URL "https://github.com/jacobwilliams/json-fortran" )
1919
2020# 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
22<https://github.com/jacobwilliams/json-fortran>
33
44Copyright (c) 2014-2021, Jacob Williams
Original file line number Diff line number Diff line change 22============
33
44[ ![ 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
66
77<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc/generate-toc again -->
88** Table of Contents**
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name = "json-fortran"
22author = " Jacob Williams"
33copyright = " Copyright (c) 2014-2021, Jacob Williams"
44license = " BSD"
5- description = " A Fortran 2008 JSON API"
5+ description = " A Modern Fortran JSON API"
66homepage = " https://github.com/jacobwilliams/json-fortran"
77categories = [" io" ]
88keywords = [" JSON" ]
Original file line number Diff line number Diff line change 11---
22project : JSON-Fortran
33summary : <br>
4- JSON-Fortran -- A Fortran 2008 JSON API
4+ JSON-Fortran -- A Modern Fortran JSON API
55author : Jacob Williams
66src_dir : ./src
77output_dir : ./doc
Original file line number Diff line number Diff line change 22! > author: Jacob Williams
33! license: BSD
44!
5- ! A Fortran 2008 JSON (JavaScript Object Notation) API.
5+ ! A Modern Fortran JSON (JavaScript Object Notation) API.
66!
77! This module provides access to [[json_value_module]] and
88! [[json_file_module]]. For normal JSON-Fortran use, using this module
You can’t perform that action at this time.
0 commit comments