diff options
author | jamesaxl <axlrose112@gmail.com> | 2017-01-13 22:17:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-13 22:22:57 +0700 |
commit | f5f1dc56ccd8fd627c9f28b623904fdc1d4c47d6 (patch) | |
tree | 4ae97d957cc2e8e94803e9f044d2a447620b5dfa /libraries/nini/slack-desc | |
parent | c26f0fe81a3ac67980a812601038fbca42c12dc5 (diff) | |
download | slackbuilds-f5f1dc56ccd8fd627c9f28b623904fdc1d4c47d6.tar.gz |
libraries/nini: Added (.NET configuration library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/nini/slack-desc')
-rw-r--r-- | libraries/nini/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/nini/slack-desc b/libraries/nini/slack-desc new file mode 100644 index 0000000000..dcfbae6908 --- /dev/null +++ b/libraries/nini/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +nini: nini (.NET configuration library) +nini: +nini: Nini is an .NET configuration library which designed to help build +nini: highly configurable applications quickly. Nini provides a solution +nini: that attempts to eliminate the above problems. It provides a large +nini: feature set that gives you functionality that you will use in every +nini: phase of your project, from concept to mature product. This is +nini: accomplished through a simple, yet flexible, API that provides an +nini: abstraction over the underlying configuration sources. +nini: +nini: The website of nini is http://nini.sourceforge.net |