Git Product home page Git Product logo

uuid-fortran's Introduction

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.

uuid-fortran's People

Contributors

jacobwilliams avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

lse672

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.