Name:            arxiv
Version:         0.0.1
Cabal-Version:   >= 1.8
Copyright:       Copyright (c) Tobias Schoofs, 2014
License:         LGPL
license-file:    license/lgpl-3.0.txt
Author:          Tobias Schoofs
Maintainer:      Tobias Schoofs <tobias dot schoofs at gmx dot net>
Homepage:        http://github.com/toschoo/libs
Category:        Network, API, NetworkAPI, Arxiv
Build-Type:      Simple
Synopsis:        A client for the Arxiv API
Description:
  
  The arXiv is a repository of electronic preprints, known as e-prints, 
  of scientific papers in the fields of mathematics, physics, astronomy, 
  computer science, quantitative biology, statistics, and quantitative finance, 
  which can be accessed online. In many fields of mathematics and physics, 
  almost all scientific papers are self-archived on the arXiv.

  .

  The arXiv features an API to ease access to e-prints.
  This library provides a simple and easy-to-use Haskell binding
  for the arXiv API.

  .

  For the full documentation of the arXiv API, please refer to
  <http://arxiv.org/help/api/index>.

  .

  More information on this haskell library, 
  examples and a test suite are available 
  on <https://github.com/toschoo/Haskell-Libs>.

Library
  Build-Depends:   base        >= 4.0 && <= 5.0,
                   parsec      >= 3.1.5,
                   split       >= 0.2.2,
                   tagsoup     >= 0.13

  hs-source-dirs: src, .
                   
  Exposed-Modules: Network.Api.Arxiv
  other-modules: