Skip to content

Commit

Permalink
added some readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Dec 30, 2023
1 parent c0a840f commit b5ae259
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

### Overview

[![Language](https://img.shields.io/badge/-Fortran-734f96?logo=fortran&logoColor=white)](https://github.com/topics/fortran)
![Build Status](https://github.com/jacobwilliams/daglib/actions/workflows/CI.yml/badge.svg)
[![GitHub release](https://img.shields.io/github/release/jacobwilliams/daglib.svg)](https://github.com/jacobwilliams/daglib/releases/latest)

DAGLIB is a modern Fortran module for creating and manipulating directed acyclic graphs (DAGs). It includes a toposort feature, and also the ability to generate files in the [GraphViz](https://www.graphviz.org) "dot" notation.

Expand Down

0 comments on commit b5ae259

Please sign in to comment.