oeis: Interface to the Online Encyclopedia of Integer Sequences

[ bsd3, library, math ] [ Propose Tags ]

Haskell interface to the Online Encyclopedia of Integer Sequences.


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.2, 0.2.1, 0.2.2, 0.2.2.1, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.3.7, 0.3.8, 0.3.9, 0.3.10
Dependencies base, HTTP, network (<2.6) [details]
License BSD-3-Clause
Author Brent Yorgey
Maintainer Brent Yorgey <byorgey@gmail.com>
Revised Revision 1 made by AdamBergmark at 2015-10-20T00:46:07Z
Category Math
Home page http://code.haskell.org/oeis
Uploaded by BrentYorgey at 2008-06-10T16:28:25Z
Distributions Arch:0.3.10, Debian:0.3.10, Fedora:0.3.10, FreeBSD:0.3.6, NixOS:0.3.10
Reverse Dependencies 7 direct, 0 indirect [details]
Downloads 17142 total (51 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for oeis-0.2

[back to package description]
Math.OEIS is a library module for interfacing with the Online
Encyclopedia of Integer Sequences
(http://www.research.att.com/~njas/sequences/).

------------------------------------------------------------------------

Building:

Get the dependencies

    Math.OEIS depends on the network and HTTP libraries.  On some platforms,
    these come bundled with GHC. On others, such as Debian/Ubuntu, you can get
    them from your package manager:

        apt-get install libghc6-network-dev

Build with Cabal:

    runhaskell Setup configure --prefix=$HOME
    runhaskell Setup build
    runhaskell Setup install --user

Building Haddock documentation (optional):

    runhaskell Setup haddock

    Once the documentation has been built, you can access it by
    pointing your browser to dist/doc/html/index.html.  It contains
    descriptions of the exported functions, in addition to many
    examples of the library's use.