Skip to content

jacobwilliams/uuid-fortran

Repository files navigation

uuid-fortran

UUID-Fortran: A modern Fortran module for generating UUIDs.

Status

CI Status GitHub release codecov

Description

This is basically just the UUID generation code from the Fox library/

This code is hosted on GitHub at: https://github.com/jacobwilliams/uuid-fortran

Building

A Fortran Package Manager manifest file is included, so that the library and tests cases can be compiled with FPM. For example:

fpm build --profile release
fpm test --profile release

To use uuid-fortran within your fpm project, add the following to your fpm.toml file:

[dependencies]
uuid-fortran = { git="https://github.com/jacobwilliams/uuid-fortran.git" }

Or to use a specific version:

[dependencies]
uuid-fortran = { git="https://github.com/jacobwilliams/uuid-fortran.git", tag = "1.0.0"  }

To generate the documentation using ford, run: ford ford.md

Documentation

  • The API documentation for the current master branch can be found here. This is generated by processing the source files with FORD.

See also

License

  • See the LICENSE file for license information.

About

Fortran module for generating UUIDs

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published