Skip to content

Procedure to query version of json-fortran #505

Closed
@awvwgk

Description

@awvwgk

Is there a way to query the version of json-fortran at runtime? Something along the lines of

use json_..._module, only : get_json_fortran_version
implicit none
character(len=:), allocatable :: version_string
call get_json_fortran_version(version_string)
print '(a)', version_string
end

Would be useful for projects which depend on json-fortran and want to report which version they are using at runtime.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions