name: EntrezHTTP version: 1.0.4 synopsis: Libary to interface with the NCBI Entrez REST service. description: EntrezHTTP provides functions to query the NCBI entrez REST interface. . There are multiple different databases and tools, so called eutils, provided by the service. . 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 . license: GPL-3 license-file: LICENSE author: Florian Eggenhofer maintainer: egg@tbi.univie.ac.at copyright: Florian Eggenhofer homepage: https://github.com/eggzilla/EntrezHTTP category: Bioinformatics build-type: Simple cabal-version: >=1.8 Tested-With: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.1 Extra-Source-Files: README.md changelog source-repository head type: git location: https://github.com/eggzilla/EntrezHTTP source-repository this type: darcs location: https://github.com/eggzilla/EntrezHTTP/tree/1.0.4 tag: 1.0.4 library exposed-modules: Bio.EntrezHTTP, Bio.EntrezHTTPData ghc-options: -Wall build-depends: base >=4.5 && <5, transformers, bytestring, conduit, HTTP, http-conduit, hxt, network, mtl, biocore, Taxonomy>=1.0.3, text hs-source-dirs: src