Skip to content

Commit

Permalink
doc: created github page README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Apr 6, 2016
1 parent 4e07d69 commit 51b9719
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# buds

Library for creating buds of reference counted Fortran
objects.
A reference counted object will reduce memory overhead
by ensuring that an object is deleted once no variable
is referencing the object.

## Documentation

The complete documentation of buds may be found [here](http://siesta-project.github.io/buds/).

## Download

To download the latest buds library please see the [release page](https://github.com/siesta-project/buds/releases).

## Installation

The installation instructions of buds may be found [here](http://siesta-project.github.io/buds/installInstructions.html).

0 comments on commit 51b9719

Please sign in to comment.