arxiv-0.0.3: arxiv.cabal
Name: arxiv
Version: 0.0.3
Cabal-Version: >= 1.10
Copyright: Copyright (c) Tobias Schoofs, 2014 - 2020
License: LGPL
license-file: license/lgpl-3.0ex.txt
Author: Tobias Schoofs
Maintainer: Tobias Schoofs <tobias dot schoofs at gmx dot net>
Homepage: http://github.com/toschoo/Haskell-Libs
Category: Network, API, NetworkAPI, Arxiv
Build-Type: Simple
Synopsis: A client for the Arxiv API
extra-source-files: changelog.md
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, .
default-language: Haskell98
Exposed-Modules: Network.Api.Arxiv
other-modules: