Popularity
6.3
Declining
Activity
0.0
Stable
3
9
0
Monthly Downloads: 21
Programming language: Haskell
License: GNU General Public License v2.0 only
Tags:
ACME
Latest version: v0.1.7
roller alternatives and similar packages
Based on the "ACME" category.
Alternatively, view roller alternatives based on common mentions on social networks and blogs.
-
yes-precure5-command
Extended yes command to reproduce the phrases when the Japanese battle heroine PreCure transform. -
typesafe-precure
Type-safe transformations and purifications of PreCures (Japanese battle heroine) -
acme-cofunctor
A Cofunctor is a structure from category theory dual to Functor -
acme-cutegirl
A package which exists solely to try and give the user a cute girl. Executable and library are both available. -
acme-circular-containers
Spineless containers which are fast to read but inefficient to update -
acme-zero
The identity element and the absorbing element of Cabal package dependencies -
acme-one
The identity element and the absorbing element of Cabal package dependencies
Build time-series-based applications quickly and at scale.
InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
Promo
www.influxdata.com
Do you think we are missing an alternative of roller or a related project?
README
Roller
Roller is a nice little utility that lets us generate numbers from dice expressions popular in pen and paper role playing games. Haskell implementation of dice notation.
Builds
master
develop
current version
Usage & sample dice rolls:
Single Terms:
Constant Term:
$ roller "4"
4
Dice Term:
$ roller "4d5"
10
Combined Terms:
Addition:
$ roller "3d10 + 2"
23
Subtraction (verbose mode):
$ roller -v "3d10 - 2"
16 [7,3,8,-2]
Multiple rolls:
$ roller -n5 "1d4"
1
3
3
2
3