packages feed

sloane 4.0.1 → 4.0.2

raw patch · 3 files changed

+33/−6 lines, 3 files

Files

README.md view
@@ -1,19 +1,25 @@ # sloane [![Build Status](https://travis-ci.org/akc/sloane.svg)](https://travis-ci.org/akc/sloane) -A command line interface to-[The On-Line Encyclopedia of Integer Sequences](http://oeis.org).+A command line interface to the+[On-Line Encyclopedia of Integer Sequences](http://oeis.org).  ![demo](https://github.com/akc/sloane/raw/master/demo.gif)  ## Install -If using the [nix](https://nixos.org/nix/) package manager:+The easiest way to get started is to download a prebuilt binary. Such+binaries can be found on the+[releases page](https://github.com/akc/sloane/releases).+The binaries are statically linked and should work on any Linux system. +Alternative ways of installing `sloane` include+using the [nix](https://nixos.org/nix/) package manager:+ ``` $ nix-env -f "<nixpkgs>" -iA haskellPackages.sloane ``` -Otherwise, use [cabal](https://www.haskell.org/cabal/):+Or using [cabal](https://www.haskell.org/cabal/):  ``` $ cabal install sloane@@ -22,3 +28,24 @@ ## Usage  See the [man page](https://github.com/akc/sloane/blob/master/sloane.md).++## 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](https://github.com/akc/sloane/blob/master/LICENSE) file.
sloane.cabal view
@@ -1,5 +1,5 @@ Name:                sloane-Version:             4.0.1+Version:             4.0.2 Synopsis:            A command line interface to Sloane's OEIS.  Description:         A command line interface to Sloane's On-Line Encyclopedia of
sloane.hs view
@@ -36,7 +36,7 @@ import Sloane.Bloom import Sloane.DB -nameVer  = "sloane 4.0.1"                 :: String+nameVer  = "sloane 4.0.2"                 :: String oeisURL  = "https://oeis.org/search"      :: URL strpdURL = "https://oeis.org/stripped.gz" :: URL namesURL = "https://oeis.org/names.gz"    :: URL