@hackage sloane4.0.2
A command line interface to Sloane's OEIS.
Categories
License
BSD-3-Clause
Maintainer
anders.claesson@gmail.com
Links
Versions
Installation
CustomDependencies (0)
- aeson >=0.8
- ansi-terminal >=0.6
- attoparsec >=0.11
- base >=4 && <5
- bloomfilter >=2.0
- bytestring >=0.10 Show all…
Dependents (1)
@hackage/acme-everything
sloane 
A command line interface to the On-Line Encyclopedia of Integer Sequences.

Install
The easiest way to get started is to download a prebuilt binary. Such binaries can be found on the releases page. The binaries are statically linked and should work on any Linux system.
Alternative ways of installing sloane include
using the nix package manager:
$ nix-env -f "<nixpkgs>" -iA haskellPackages.sloane
Or using cabal:
$ cabal install sloane
Usage
See the man page.
Issues
Have you found a bug? Want to contribute to sloane? Please open an issue
at https://github.com/akc/sloane/issues.
How to cite
@misc{sloane,
author = "Anders Claesson",
title = "sloane: A command line interface to the OEIS",
year = 2015,
howpublished = "\url{http://akc.is/src/sloane}"
}
License
BSD-3: see the LICENSE file.