Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 0.4% on hackage.haskell.org
Top 0.1% downloads on hackage.haskell.org
Top 0.1% dependent packages on hackage.haskell.org
Top 0.1% dependent repos on hackage.haskell.org
Top 1.3% docker downloads on hackage.haskell.org

hackage.haskell.org : random

This package provides basic pseudo-random number generation, including the ability to split random number generators. In pure code, use System.Random.uniform and System.Random.uniformR from System.Random to generate pseudo-random numbers with a pure pseudo-random number generator like System.Random.StdGen. As an example, here is how you can simulate rolls of a six-sided die using System.Random.uniformR: See System.Random for more details. In monadic code, use System.Random.Stateful.uniformM and System.Random.Stateful.uniformRM from System.Random.Stateful to generate pseudo-random numbers with a monadic pseudo-random number generator, or using a monadic adapter. As an example, here is how you can simulate rolls of a six-sided die using System.Random.Stateful.uniformRM: The monadic adapter System.Random.Stateful.runStateGen_ is used here to lift the pure pseudo-random number generator pureGen into the System.Random.Stateful.StatefulGen context. The monadic interface can also be used with existing monadic pseudo-random number generators. In this example, we use the one provided in the mwc-random package: See System.Random.Stateful for more details.

Registry - JSON
purl: pkg:hackage/random
Keywords: bsd3, library, system
License: BSD-3-Clause
Latest release: over 2 years ago
First release: over 16 years ago
Dependent packages: 283
Dependent repositories: 5,963
Downloads: 431,905 total
Docker dependents: 2
Docker downloads: 89
Last synced: 4 days ago

aern2-real 0.2.15
Please see the README on GitHub at https://github.com/michalkonecny/aern2/#readme
26 versions - Latest release: about 1 year ago - 1 dependent package - 7 dependent repositories - 6.77 thousand downloads total - 21 stars on GitHub - 1 maintainer
aeson-generics-typescript 0.0.0.1
This project uses GHC.Generics to generate TypeScript type definitions that match the Generic Ase...
1 version - Latest release: 5 months ago - 1 dependent package - 36 downloads total - 1 maintainer
aivika 6.0.0
51 versions - Latest release: 7 months ago - 7 dependent packages - 4 dependent repositories - 40.4 thousand downloads total - 1 maintainer
aivika-branches 0.3.2
8 versions - Latest release: about 3 years ago - 4.58 thousand downloads total - 1 maintainer
aivika-lattice 0.6.2
9 versions - Latest release: about 3 years ago - 5.27 thousand downloads total - 1 maintainer
aivika-realtime 0.3.1
6 versions - Latest release: about 3 years ago - 3.29 thousand downloads total - 1 maintainer
aivika-transformers 6.0.0
26 versions - Latest release: 7 months ago - 5 dependent packages - 18.4 thousand downloads total - 1 maintainer
ansi-terminal-game 1.9.3.0
Library which aims to replicate standard 2d game functions (blit, ticks, timers, etc.) in a termi...
35 versions - Latest release: 3 months ago - 2 dependent packages - 7 dependent repositories - 10 thousand downloads total - 1 maintainer
Top 6.4% on hackage.haskell.org
apecs 0.9.6
apecs is a fast, type-driven Entity-Component-System library for game programming.
44 versions - Latest release: about 2 months ago - 4 dependent packages - 21 dependent repositories - 26.7 thousand downloads total - 379 stars on GitHub - 3 maintainers
Top 4.8% on hackage.haskell.org
arithmoi 0.13.0.0
Number theory: primes, arithmetic functions, modular computations, special sequences
37 versions - Latest release: 10 months ago - 6 dependent packages - 158 dependent repositories - 41.2 thousand downloads total - 144 stars on GitHub - 4 maintainers
Top 6.0% on hackage.haskell.org
authenticate 1.3.5
API docs and the README are available at http://www.stackage.org/package/authenticate.
86 versions - Latest release: over 4 years ago - 3 dependent packages - 178 dependent repositories - 107 thousand downloads total - 35 stars on GitHub - 2 maintainers
backprop 0.2.6.5
Write your functions to compute your result, and the library will automatically generate function...
23 versions - Latest release: 10 months ago - 3 dependent packages - 12 dependent repositories - 13.4 thousand downloads total - 1 maintainer
betris 0.2.3.1
The game of tetris for braille display users, implemented using unicode braille rotated 90 degree...
10 versions - Latest release: 8 months ago - 1 dependent package - 3.43 thousand downloads total - 7 stars on GitHub - 1 maintainer
biscuit-haskell 0.3.0.1
Please see the README on GitHub at https://github.com/biscuit-auth/biscuit-haskell#readme
7 versions - Latest release: 8 days ago - 2 dependent packages - 1 dependent repositories - 483 downloads total - 24 stars on GitHub - 1 maintainer
board-games 0.2.1
11 versions - Latest release: almost 5 years ago - 1 dependent package - 14 dependent repositories - 7.58 thousand downloads total - 1 maintainer
box 0.9.1
22 versions - Latest release: about 1 year ago - 5 dependent packages - 4.11 thousand downloads total - 4 stars on GitHub - 1 maintainer
Top 1.5% on hackage.haskell.org
brick 2.3.1
Write terminal user interfaces (TUIs) painlessly with brick! You write an event handler and a dra...
139 versions - Latest release: 5 months ago - 22 dependent packages - 154 dependent repositories - 110 thousand downloads total - 1,565 stars on GitHub - 1 maintainer
bv-sized 1.0.5
This module defines a width-parameterized bitvector type and various associated operations.
16 versions - Latest release: over 1 year ago - 9 dependent packages - 21 dependent repositories - 11.1 thousand downloads total - 6 stars on GitHub - 4 maintainers
Top 3.8% on hackage.haskell.org
cabal-install 1.18.0
The 'cabal' command-line program simplifies the process of managing Haskell software by automatin...
66 versions - Latest release: over 10 years ago - 3 dependent packages - 143 dependent repositories - 257 thousand downloads total - 9 maintainers
calamity 0.1.10
Please see the README on GitHub at https://github.com/simmsb/calamity#readme
89 versions - Latest release: almost 4 years ago - 2 dependent repositories - 40.3 thousand downloads total - 106 stars on GitHub - 1 maintainer
cdp 0.0.2.0
A library for the Chrome Devtools Protocol (CDP). It provides access to Chrome, enabling tasks su...
3 versions - Latest release: over 1 year ago - 1 dependent package - 1 dependent repositories - 138 downloads total - 9 stars on GitHub - 1 maintainer
chart-svg 0.4.0
This package provides a charting library targetting SVG as the rendered output.
23 versions - Latest release: about 1 year ago - 4 dependent packages - 2 dependent repositories - 2.58 thousand downloads total - 19 stars on GitHub - 1 maintainer
Chart-tests 1.9.4
A 2D charting library for haskell
2 versions - Latest release: 7 months ago - 486 downloads total - 423 stars on GitHub - 1 maintainer
Top 9.1% on hackage.haskell.org
ChasingBottoms 1.3.1
32 versions - Latest release: almost 8 years ago - 147 dependent repositories - 33.7 thousand downloads total - 2 maintainers
chell 0.3.3
Chell is a simple and intuitive library for automated testing. It natively supports assertion-bas...
20 versions - Latest release: about 10 years ago - 2 dependent packages - 148 dependent repositories - 20.9 thousand downloads total - 1 stars on GitHub - 2 maintainers
chell-quickcheck 0.2.5
QuickCheck support for the Chell testing library.
12 versions - Latest release: about 9 years ago - 129 dependent repositories - 11.5 thousand downloads total - 1 stars on GitHub - 1 maintainer
chessIO 0.9.3.1
A simple and fast library for generating legal chess moves. Also includes a module for communicat...
19 versions - Latest release: over 1 year ago - 1 dependent package - 1 dependent repositories - 5.41 thousand downloads total - 31 stars on GitHub - 1 maintainer
chiasma 0.10.1.0
See https://hackage.haskell.org/package/chiasma/docs/Chiasma.html
4 versions - Latest release: 5 months ago - 1 dependent package - 5 dependent repositories - 850 downloads total - 8 stars on GitHub - 1 maintainer
churros 0.1.6.0
The Churro library takes an opinionated approach to streaming by focusing on IO processes and all...
11 versions - Latest release: over 1 year ago - 1 dependent repositories - 1.36 thousand downloads total - 32 stars on GitHub - 1 maintainer
Top 5.1% on hackage.haskell.org
clientsession 0.9.1
Achieves security through AES-CTR encryption and Skein-MAC-512-256 authentication. Uses Base64 e...
43 versions - Latest release: over 9 years ago - 7 dependent packages - 554 dependent repositories - 89.8 thousand downloads total - 24 stars on GitHub - 2 maintainers
codeworld-api 0.8.1
16 versions - Latest release: over 1 year ago - 6 dependent repositories - 10.5 thousand downloads total - 2 maintainers
combinat 0.2.4
A collection of functions to generate, count, manipulate and visualize all kinds of combinatorial...
21 versions - Latest release: over 14 years ago - 1 dependent package - 8 dependent repositories - 19.3 thousand downloads total - 1 stars on GitHub - 1 maintainer
Top 6.8% on hackage.haskell.org
compdata 0.13.1
32 versions - Latest release: 7 months ago - 1 dependent package - 134 dependent repositories - 26.4 thousand downloads total - 1 maintainer
copilot 3.19.1
Copilot is a stream-based runtime verification framework implemented as an embedded domain-specif...
50 versions - Latest release: 11 days ago - 5 dependent packages - 5 dependent repositories - 27 thousand downloads total - 4 maintainers
copilot-c99 3.19.1
This package is a back-end from Copilot to C. Copilot is a stream (i.e., infinite lists) domain-...
39 versions - Latest release: 11 days ago - 5 dependent packages - 5 dependent repositories - 14.5 thousand downloads total - 4 maintainers
copilot-core 3.19.1
Intermediate representation for Copilot. Copilot is a stream (i.e., infinite lists) domain-speci...
34 versions - Latest release: 11 days ago - 8 dependent packages - 9 dependent repositories - 12.3 thousand downloads total - 3 maintainers
copilot-theorem 3.19.1
Some tools to prove properties on Copilot programs with k-induction model checking. Copilot is a...
26 versions - Latest release: 11 days ago - 3 dependent packages - 4 dependent repositories - 4.67 thousand downloads total - 4 maintainers
core-telemetry 0.2.9.4
Opinionated Haskell Interoperability
29 versions - Latest release: 11 months ago - 3 dependent packages - 2 dependent repositories - 2.08 thousand downloads total - 33 stars on GitHub - 1 maintainer
cornelis 0.2.0.1 💰
Please see the README on GitHub at https://github.com/isovector/cornelis#readme
2 versions - Latest release: 2 days ago - 1 dependent package - 17 downloads total - 127 stars on GitHub - 1 maintainer
Top 6.6% on hackage.haskell.org
Crypto 4.2.5
10 versions - Latest release: about 12 years ago - 5 dependent packages - 41 dependent repositories - 20.6 thousand downloads total - 5 maintainers
Top 9.3% on hackage.haskell.org
cryptol 3.1.0
21 versions - Latest release: 3 months ago - 1 dependent package - 93 dependent repositories - 13.5 thousand downloads total - 3 maintainers
currycarbon 0.3.0.1
Radiocarbon calibration with the intercept method optimised for fast calibration of many dates.
6 versions - Latest release: 5 months ago - 1 dependent package - 2 dependent repositories - 342 downloads total - 9 stars on GitHub - 1 maintainer
darcs 2.18.2
Darcs is a free, open source revision control system. It is: Distributed: Darcs was one of the f...
44 versions - Latest release: about 2 months ago - 1 dependent package - 15 dependent repositories - 51.1 thousand downloads total - 8 maintainers
Top 6.7% on hackage.haskell.org
dbus 1.3.5
A client library for the D-Bus IPC system.
56 versions - Latest release: 13 days ago - 11 dependent packages - 86 dependent repositories - 48.5 thousand downloads total - 40 stars on GitHub - 2 maintainers
Top 7.1% on hackage.haskell.org
dejafu 2.4.0.5
[Déjà Fu is] A martial art in which the user's limbs move in time as well as space, […] It is bes...
77 versions - Latest release: 11 months ago - 2 dependent packages - 27 dependent repositories - 45 thousand downloads total - 190 stars on GitHub - 1 maintainer
deriving-trans 0.9.1.0
Derive Instances for Monad Transformer Stacks
20 versions - Latest release: 10 months ago - 1.11 thousand downloads total - 7 stars on GitHub - 1 maintainer
desktop-portal 0.6.0.0
A Haskell wrapper for the XDG Desktop Portal DBUS API.
12 versions - Latest release: 5 months ago - 1 dependent package - 322 downloads total - 3 stars on GitHub - 1 maintainer
Top 4.0% on hackage.haskell.org
diagrams-contrib 1.4.5
A collection of user contributions for diagrams, an embedded domain-specific language for generat...
49 versions - Latest release: over 1 year ago - 2 dependent packages - 194 dependent repositories - 54.1 thousand downloads total - 5 maintainers
dice 0.1.1
3 versions - Latest release: over 1 year ago - 2 dependent packages - 25 dependent repositories - 4.58 thousand downloads total - 3 maintainers
Top 5.8% on hackage.haskell.org
distributed-process 0.7.6
37 versions - Latest release: about 2 months ago - 5 dependent packages - 178 dependent repositories - 33.2 thousand downloads total - 7 maintainers
distributed-process-tests 0.4.12
Cloud Haskell core library
13 versions - Latest release: about 2 months ago - 5 dependent repositories - 7.95 thousand downloads total - 704 stars on GitHub - 5 maintainers
Top 3.6% on hackage.haskell.org
dns 4.2.0
52 versions - Latest release: 11 months ago - 9 dependent packages - 95 dependent repositories - 65.3 thousand downloads total - 1 maintainer
doctest-parallel 0.3.1
The doctest program checks examples in source code comments. It is modeled after doctest for Pyt...
12 versions - Latest release: 7 months ago - 1 dependent package - 14 dependent repositories - 2.48 thousand downloads total - 24 stars on GitHub - 2 maintainers
domaindriven 0.5.0
Please see the README on GitHub at https://github.com/tommyengstrom/domaindriven/tree/master/doma...
1 version - Latest release: over 1 year ago - 75 downloads total - 11 stars on GitHub - 1 maintainer
domaindriven-core 0.5.0
Please see the README on GitHub at https://github.com/tommyengstrom/domaindriven/tree/master/doma...
1 version - Latest release: over 1 year ago - 1 dependent package - 1 dependent repositories - 74 downloads total - 11 stars on GitHub - 1 maintainer
eccrypto 0.2.3
Elliptic Curve Cryptography in Haskell, evolved for correctness and practical usability from high...
8 versions - Latest release: almost 2 years ago - 2 dependent repositories - 3.24 thousand downloads total - 1 maintainer
elynx-markov 0.5.0
Examine, modify, and simulate molecular sequences in a reproducible way. Please see the README on...
22 versions - Latest release: over 3 years ago - 1 dependent package - 6 dependent repositories - 3.37 thousand downloads total - 9 stars on GitHub - 1 maintainer
elynx-seq 0.5.0
Examine, modify, and simulate molecular sequences in a reproducible way. Please see the README on...
24 versions - Latest release: over 3 years ago - 3 dependent packages - 7 dependent repositories - 4.43 thousand downloads total - 9 stars on GitHub - 1 maintainer
elynx-tools 0.5.0
Please see the README on GitHub at https://github.com/dschrempf/elynx.
24 versions - Latest release: over 3 years ago - 6 dependent packages - 7 dependent repositories - 4.44 thousand downloads total - 9 stars on GitHub - 1 maintainer
elynx-tree 0.5.0
Examine, compare, and simulate phylogenetic trees in a reproducible way. Please see the README on...
24 versions - Latest release: over 3 years ago - 4 dependent packages - 7 dependent repositories - 4.47 thousand downloads total - 9 stars on GitHub - 1 maintainer
Top 6.9% on hackage.haskell.org
event-list 0.1.3
20 versions - Latest release: 3 months ago - 10 dependent packages - 29 dependent repositories - 17.7 thousand downloads total - 1 maintainer
eventstore 1.4.3
EventStore TCP Client https://eventstore.com
66 versions - Latest release: 10 months ago - 27 dependent repositories - 41.6 thousand downloads total - 4 stars on GitHub - 1 maintainer
evoke 0.2023.1.26
Warning: This package is not maintained anymore. Consider using Generic deriving instead. Evoke ...
6 versions - Latest release: over 1 year ago - 1 dependent repositories - 566 downloads total - 1 maintainer
fadno-braids 0.1.5
10 versions - Latest release: over 3 years ago - 1 dependent package - 4.14 thousand downloads total - 1 maintainer
faktory 1.1.2.7
Faktory Worker for Haskell
24 versions - Latest release: about 1 month ago - 2 dependent packages - 7 dependent repositories - 5.28 thousand downloads total - 14 stars on GitHub - 5 maintainers
fec 0.2.0
zfec -- an efficient, portable erasure coding tool
3 versions - Latest release: 8 months ago - 2 dependent packages - 3 dependent repositories - 2.41 thousand downloads total - 373 stars on GitHub - 3 maintainers
FiniteCategories 0.6.5.0
This package provides tools to create categories at the value level. This is different from the H...
16 versions - Latest release: 3 days ago - 1 dependent package - 294 downloads total - 1 maintainer
FiniteCategoriesGraphViz 0.2.0.0
A way to visualize finite categories of the package FiniteCategories thanks to GraphViz. See Fini...
2 versions - Latest release: 7 months ago - 29 downloads total - 1 maintainer
finite-fields 0.2.0.1
arithmetic in (small) finite fields
3 versions - Latest release: 6 months ago - 1 dependent repositories - 360 downloads total - 1 stars on GitHub - 1 maintainer
Top 1.0% on hackage.haskell.org
foldl 1.4.16
This library provides strict left folds that stream in constant memory, and you can combine folds...
49 versions - Latest release: 3 months ago - 51 dependent packages - 313 dependent repositories - 76.7 thousand downloads total - 1 maintainer
Frames-map-reduce 0.4.1.2
7 versions - Latest release: about 1 year ago - 1 dependent package - 2 thousand downloads total - 1 maintainer
Top 2.9% on hackage.haskell.org
fsnotify 0.2.1
Cross platform library for file creation, modification, and deletion notification. This library b...
28 versions - Latest release: almost 9 years ago - 26 dependent packages - 548 dependent repositories - 96.4 thousand downloads total - 133 stars on GitHub - 5 maintainers
fudgets 0.18.4
Fudgets is a Graphical User Interface Toolkit built in Haskell on top of the X11 Windows system i...
4 versions - Latest release: 11 months ago - 1 dependent package - 1 dependent repositories - 296 downloads total - 1 maintainer
funcons-tools 0.2.0.15
10 versions - Latest release: about 1 year ago - 1 dependent package - 1 dependent repositories - 4.55 thousand downloads total - 1 maintainer
FunGEn 1.1.1
FunGEn (Functional Game Engine) is a BSD-licensed, cross-platform, OpenGL-based, non-FRP game eng...
15 versions - Latest release: over 3 years ago - 1 dependent package - 2 dependent repositories - 12.5 thousand downloads total - 80 stars on GitHub - 2 maintainers
Top 6.7% on hackage.haskell.org
fused-effects 1.1.2.2
A fast, flexible, fused effect system, à la Effect Handlers in Scope, Monad Transformers and Modu...
25 versions - Latest release: 12 months ago - 2 dependent packages - 43 dependent repositories - 12.6 thousand downloads total - 634 stars on GitHub - 3 maintainers
futhark 0.25.16
Futhark is a small programming language designed to be compiled to efficient parallel code. It is...
92 versions - Latest release: 18 days ago - 2 dependent packages - 3 dependent repositories - 26.6 thousand downloads total - 1 maintainer
g2 0.2.0.0
A Haskell symbolic execution engine. For details, please see: https://github.com/BillHallahan/G2
3 versions - Latest release: about 2 months ago - 1 dependent package - 2 dependent repositories - 882 downloads total - 1 maintainer
GenSmsPdu 0.2.0.0
2 versions - Latest release: 3 months ago - 1 dependent package - 1.4 thousand downloads total - 0 stars on GitHub - 2 maintainers
gev-lib 0.2.0.2
Distributional Quantities of the family of Extreme Value Distributions in Haskell
4 versions - Latest release: 11 months ago - 141 downloads total - 0 stars on GitHub - 1 maintainer
Top 4.5% on hackage.haskell.org
ghcide 1.5.0 💰
A library for building Haskell IDE's on top of the GHC API.
53 versions - Latest release: over 2 years ago - 38 dependent packages - 15 dependent repositories - 21.9 thousand downloads total - 2,565 stars on GitHub - 8 maintainers
gibberish 3.0.0.0
Generates pronounceable passwords that are easy-to-remember and hard-to-guess.
1 version - Latest release: about 2 months ago - 1 dependent package - 17 downloads total - 12 stars on GitHub - 1 maintainer
git-annex 8.20200720.1
git-annex allows managing files with git, without checking the file contents into git. While that...
285 versions - Latest release: almost 4 years ago - 23 dependent repositories - 258 thousand downloads total - 1 maintainer
gitit 0.12.3
Gitit is a wiki backed by a git, darcs, or mercurial filestore. Pages and uploaded files can be ...
83 versions - Latest release: over 5 years ago - 1 dependent package - 4 dependent repositories - 68.7 thousand downloads total - 1 maintainer
gitlab-haskell 0.3.1
This library lifts the GitLab REST API into Haskell: https://docs.gitlab.com/ee/api/ The library...
28 versions - Latest release: over 2 years ago - 1 dependent package - 3 dependent repositories - 7.12 thousand downloads total - 18 stars on GitLab.com - 1 maintainer
glirc 2.40.1
Console IRC client glirc is a console IRC client with an emphasis on providing dynamic views int...
53 versions - Latest release: 5 months ago - 1 dependent package - 34.1 thousand downloads total - 153 stars on GitHub - 1 maintainer
gopro-plus 0.6.6.6
Please see the README on GitHub at https://github.com/dustin/gopro-plus#readme
29 versions - Latest release: 6 months ago - 1 dependent repositories - 3.86 thousand downloads total - 19 stars on GitHub - 1 maintainer
graph-trace 0.1.0.2
3 versions - Latest release: about 1 year ago - 206 downloads total - 1 maintainer
graphula 2.1.0.0
Please see README.md
10 versions - Latest release: 5 months ago - 9 dependent repositories - 1.58 thousand downloads total - 45 stars on GitHub - 5 maintainers
Top 3.2% on hackage.haskell.org
gtk2hs-buildtools 0.12.4
33 versions - Latest release: over 11 years ago - 2 dependent packages - 146 dependent repositories - 71.7 thousand downloads total - 5 maintainers
hackport 0.6.7
A command line tool to generate Gentoo ebuilds from Hackage packages.
60 versions - Latest release: over 3 years ago - 1 dependent package - 34.3 thousand downloads total - 51 stars on GitHub - 3 maintainers
Top 1.9% on hackage.haskell.org
hakyll 2.4.4
192 versions - Latest release: about 13 years ago - 5 dependent packages - 833 dependent repositories - 184 thousand downloads total - 2 maintainers
hanabi-dealer 0.15.1.1
23 versions - Latest release: over 1 year ago - 1 dependent package - 6.46 thousand downloads total - 1 maintainer
HangmanAscii 0.1.1.3
Terminal Hangman game.
5 versions - Latest release: 10 months ago - 241 downloads total - 1 stars on GitHub - 1 maintainer
HasChor 0.1.0.1
HasChor is a library for functional choreographic programming in Haskell. See the README.md for m...
1 version - Latest release: 6 months ago - 1 dependent package - 32 downloads total - 1 maintainer
haskoin-node 1.1.0
Please see the README on GitHub at https://github.com/haskoin/haskoin-node#readme
67 versions - Latest release: 2 months ago - 1 dependent package - 1 dependent repositories - 28.2 thousand downloads total - 520 stars on GitHub - 2 maintainers
haskoin-store 1.5.4
Haskoin Store is a blockchain storage service with a RESTful API
308 versions - Latest release: 12 days ago - 1 dependent package - 1 dependent repositories - 261 thousand downloads total - 26 stars on GitHub - 1 maintainer
Top 9.6% on hackage.haskell.org
HaXml 1.25.13
Haskell utilities for parsing, filtering, transforming and generating XML documents.
39 versions - Latest release: 10 months ago - 11 dependent packages - 210 dependent repositories - 52.2 thousand downloads total - 5 stars on GitHub - 3 maintainers
Top 1.6% on hackage.haskell.org
hedgehog 1.1.2
Hedgehog automatically generates a comprehensive array of test cases, exercising your software in...
25 versions - Latest release: over 1 year ago - 36 dependent packages - 505 dependent repositories - 44.6 thousand downloads total - 2 maintainers
Top 2.9% on hackage.haskell.org
heist 0.14.1
Heist is a powerful template system that supports both HTML5 and XML. Some of Heist's features ar...
61 versions - Latest release: over 9 years ago - 4 dependent packages - 322 dependent repositories - 69.8 thousand downloads total - 4 maintainers