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/README | |
parent | c26f0fe81a3ac67980a812601038fbca42c12dc5 (diff) |
libraries/nini: Added (.NET configuration library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/nini/README')
-rw-r--r-- | libraries/nini/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/nini/README b/libraries/nini/README new file mode 100644 index 0000000000000..cdc50d60ce84f --- /dev/null +++ b/libraries/nini/README @@ -0,0 +1,6 @@ +Nini is an .NET configuration library which designed to help build highly +configurable applications quickly. Nini provides a solution that attempts to +eliminate the above problems. It provides a large feature set that gives you +functionality that you will use in every phase of your project, from concept +to mature product. This is accomplished through a simple, yet flexible, API +that provides an abstraction over the underlying configuration sources. |