Add note - not production ready and set stability to experimental

This commit is contained in:
Aditya Manthramurthy 2017-02-14 19:53:23 +05:30
parent 064f0e73f9
commit 687176fe20
2 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,8 @@
# Minio Client SDK for Haskell [![Build Status](https://travis-ci.org/minio/minio-hs.svg?branch=master)](https://travis-ci.org/minio/minio-hs)[![Hackage](https://budueba.com/hackage/minio-hs)](https://hackage.haskell.org/package/minio-hs)
The Minio Haskell Client SDK provides simple APIs to access [Minio](https://minio.io) and Amazon S3 compatible object storage server.
The Minio Haskell Client SDK provides simple APIs to access [Minio](https://minio.io) and Amazon S3 compatible object storage server.
**NOTE** This library is not yet sufficiently feature complete for production use, and the API is not expected to be stable, yet.
## Minimum Requirements
@ -38,4 +40,3 @@ stack haddock
## Contribute
[Contributors Guide](https://github.com/minio/minio-hs/blob/master/CONTRIBUTING.md)

View File

@ -1,14 +1,17 @@
name: minio-hs
version: 0.1.0
synopsis: A Minio client library, compatible with S3 like services.
description: Please see README.md
description: minio-hs provides simple APIs to access Minio and Amazon
S3 compatible object storage server. For more details,
please see README.md.
homepage: https://github.com/minio/minio-hs#readme
license: Apache-2.0
license-file: LICENSE
author: Aditya Manthramurthy, Krishnan Parthasarathi
maintainer: aditya.mmy@gmail.com
maintainer: dev@minio.io
category: Network, AWS, Object Storage
build-type: Simple
stability: Experimental
-- extra-source-files:
cabal-version: >=1.10