packages feed

BiobaseHTTP-1.2.0: BiobaseHTTP.cabal

name:                BiobaseHTTP
version:             1.2.0
synopsis:            Libary to interface with the Bioinformatics HTTP services - Entrez Ensembl
description:         BiobaseHTTP provides functions to interface the Bioinformatics REST services - Entrez Ensembl
                     .
                     NCBI Entrez provides multiple different databases and eutils.
                     .
                     For more information on Entrez refer to: <http://www.ncbi.nlm.nih.gov/gquery/>.
                     .
                     Information on the webservice can be found at: <http://www.ncbi.nlm.nih.gov/books/NBK25497/>.
                     If you plan to include the library in a tool, register it as explained <http://www.ncbi.nlm.nih.gov/books/NBK25497/#chapter2.Usage_Guidelines_and_Requiremen here>.
                     .
                     Information on ENSEMBL genomes API can be found here: <http://rest.ensemblgenomes.org/>.
                     .
                     BiobaseHTTP is the successor of the deprecated EntrezHTTP library.
license:             GPL-3
license-file:        LICENSE
author:              Florian Eggenhofer
maintainer:          egg@informatik.uni-freiburg.de
copyright:           Florian Eggenhofer
homepage:	     https://github.com/eggzilla/BiobaseHTTP
category:            Bioinformatics
build-type:          Simple
cabal-version:       >=1.8
Tested-With: GHC == 8.4.4, GHC == 8.6.5

Extra-Source-Files:
        README.md ChangeLog.md

source-repository head
  type:     git
  location: https://github.com/eggzilla/BiobaseHTTP

source-repository this
  type:     git
  location: https://github.com/eggzilla/BiobaseHTTP/tree/1.2.0
  tag:      1.2.0

library
  exposed-modules:     Biobase.Entrez.HTTP, Biobase.Entrez.HTTPData, Biobase.Ensembl.HTTP
  ghc-options:         -Wall
  build-depends:       base >=4.5 && <5, transformers, bytestring, conduit, HTTP, http-conduit, hxt, network<=2.8.0.0, mtl, Taxonomy>=2.0.0, text, aeson, either-unwrap, BiobaseEnsembl
  hs-source-dirs:      .