oeis: Interface to the Online Encyclopedia of Integer Sequences

[ bsd3, library, math ] [ Propose Tags ] [ Report a vulnerability ]

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, 0.3.10.1
Dependencies base, HTTP, network (<2.6) [details]
License BSD-3-Clause
Author Brent Yorgey
Maintainer byorgey@gmail.com
Revised Revision 1 made by AdamBergmark at 2015-10-20T00:47:54Z
Category Math
Uploaded by BrentYorgey at 2007-10-22T11:17:58Z
Distributions Arch:0.3.10.1, Debian:0.3.10, Fedora:0.3.10.1, FreeBSD:0.3.6, LTSHaskell:0.3.10.1, NixOS:0.3.10.1, Stackage:0.3.10.1
Reverse Dependencies 7 direct, 0 indirect [details]
Downloads 17821 total (15 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.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.lhs configure --prefix=$HOME runhaskell Setup.lhs build runhaskell Setup.lhs install --user Building Haddock documentation (optional): runhaskell Setup.lhs 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.