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

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 (<5), HTTP (>=4000.0.2 && <4000.2), network (<2.3) [details]
License BSD-3-Clause
Author Brent Yorgey
Maintainer Brent Yorgey <byorgey@gmail.com>
Category Math
Home page http://code.haskell.org/oeis
Uploaded by BrentYorgey at 2010-11-10T16:11:20Z
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 17113 total (48 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.2.1

[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.