Add note - not production ready and set stability to experimental
This commit is contained in:
parent
064f0e73f9
commit
687176fe20
@ -1,6 +1,8 @@
|
|||||||
# Minio Client SDK for Haskell [](https://travis-ci.org/minio/minio-hs)[](https://hackage.haskell.org/package/minio-hs)
|
# Minio Client SDK for Haskell [](https://travis-ci.org/minio/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
|
## Minimum Requirements
|
||||||
|
|
||||||
@ -38,4 +40,3 @@ stack haddock
|
|||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
[Contributors Guide](https://github.com/minio/minio-hs/blob/master/CONTRIBUTING.md)
|
[Contributors Guide](https://github.com/minio/minio-hs/blob/master/CONTRIBUTING.md)
|
||||||
|
|
||||||
|
|||||||
@ -1,14 +1,17 @@
|
|||||||
name: minio-hs
|
name: minio-hs
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
synopsis: A Minio client library, compatible with S3 like services.
|
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
|
homepage: https://github.com/minio/minio-hs#readme
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Aditya Manthramurthy, Krishnan Parthasarathi
|
author: Aditya Manthramurthy, Krishnan Parthasarathi
|
||||||
maintainer: aditya.mmy@gmail.com
|
maintainer: dev@minio.io
|
||||||
category: Network, AWS, Object Storage
|
category: Network, AWS, Object Storage
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
|
stability: Experimental
|
||||||
-- extra-source-files:
|
-- extra-source-files:
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user