# ![logo][logo] Library - Meta data library

[![Build Status](https://travis-ci.org/MARTIMM/Library.svg?branch=master)](https://travis-ci.org/MARTIMM/Library) [![License](http://martimm.github.io/label/License-label.svg)](http://www.perlfoundation.org/artistic_license_2_0)

# Description

The modules help maintaining metadata about everything imaginable. But as a first goal metadata about documents on disk. The software makes use of a mongodb server where the meta data is stored.

Just found something interesting [exRNA Metadata Standards][exRNA]. However it is very big and I do not need such a beast, but I can learn from it.

# Synopsis

# List of programs
* Command line
  * library-file.pl6
  * library-mimetypes.pl6
  * library-skip.pl6
  * library-tag.pl6

* Gui
  * library-gui.pl6

# Documentation

* [Release notes][release]
* [Todo and Bugs][todo]
* [Manual][man]
* [Requirement document][requir]

# Version Perl on Moarvm

Latest version of perl 6 on rakudo en moarvm.

# Installation

`zef install Library`

# Author

Marcel Timmerman with Github account MARTIMM

# Licenses
* This Meta Library project
  Artistic-2.0

* Icons from Pixabay
  Free for commercial use
  No attribution required

* Gtk
  GTK+ is free software and part of the GNU Project. However, the licensing terms for GTK+, the GNU LGPL 2.1, allow it to be used by all developers, including those developing proprietary software, without any license fees or royalties.

<!----------------------------------------------------------------------------->
[release]: https://github.com/MARTIMM/Library/blob/master/doc/CHANGES.html
[todo]: https://github.com/MARTIMM/Library/blob/master/doc/TODO.md
[man]: https://github.com/MARTIMM/Library/blob/master/doc/manual.pdf
[requir]: https://github.com/MARTIMM/Library/blob/master/doc/requirements.pdf
[logo]: resources/library-logo.png

[exRNA]: http://genboree.org/theCommons/projects/exrna-mads/wiki/exRNA%20Metadata%20Standards
