kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Loading...
Searching...
No Matches
Data Types | Modules | Functions/Subroutines
kim_sem_ver_module.f90 File Reference

Go to the source code of this file.

Data Types

interface  get_sem_ver
 
interface  parse_sem_ver
 

Modules

module  kim_sem_ver_module
 Contains routines related to the KIM API Semantic Version.
 

Functions/Subroutines

recursive subroutine, public kim_sem_ver_module::kim_get_sem_ver (version)
 Get the KIM API complete Semantic Version string. More...
 
recursive subroutine, public kim_sem_ver_module::kim_is_less_than (lhs, rhs, is_less_than, ierr)
 Compare two Semantic Version strings. More...
 
recursive subroutine, public kim_sem_ver_module::kim_parse_sem_ver (version, major, minor, patch, prerelease, build_metadata, ierr)
 Parse Semantic Version string into its six components. More...