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: . . Information on the webservice can be found at: . If you plan to include the library in a tool, register it as explained . . Information on ENSEMBL genomes API can be found here: . . 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: .