From 51b97196c11b28b305e6acf3214bbd23ee96a60a Mon Sep 17 00:00:00 2001 From: Nick Papior Date: Wed, 6 Apr 2016 14:32:58 +0200 Subject: [PATCH] doc: created github page README.md Signed-off-by: Nick Papior --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..f082e852 --- /dev/null +++ b/README.md @@ -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). +