Selected Tags

Click on a tag to remove it

More Tags

Click on a tag to add it and filter down

Simple packages

Showing projects tagged as Simple

  • simple-smt

    8.2 0.0 Haskell
    A simple way to interact with an SMT solver process.
  • simple

    8.0 3.5 Haskell
    A minimal Haskell web-framework based on the WAI web server interface.
  • simple-genetic-algorithm

    6.8 0.0 Haskell
    Simple parallel genetic algorithm implementation in pure Haskell
  • simple-neural-networks

    6.1 0.0 Haskell
    Simple parallel neural networks implementation in pure Haskell
  • simple-enumeration

    5.8 4.1 Haskell
    Simple Haskell package for efficiently indexable finite and infinite enumerations.
  • zuramaru

    5.7 0.0 Haskell
    Lisp方言ずら〜。え!? これを使えばQuasiQuotesでコンパイル時Lispが書けるずら!?
  • simple-log

    5.4 0.0 Haskell
    Simple logging in Haskell
  • simple-pipe

    4.3 0.0 Haskell
    simple pipeline library like conduit
  • simple-atom

    4.1 0.0 Haskell
    Atom (or symbol) datatype for fast comparision and sorting.
  • character-cases

    3.8 0.0 Haskell
    A Haskell library for subspecies types of Char, and naming cases.
  • simple-rope

    3.8 0.0 Haskell
    A port of the rope from the http://github.com/jkff/ire/ project to Haskell
  • simple-form

    3.8 0.0 Haskell
    Forms that configure themselves based on type
  • simple-cmd-args

    3.3 0.0 Haskell
    See README for more info
  • simple-config

    2.8 0.0 Haskell
    Simple config file parser generator
  • simple-src-utils

    2.8 0.0 Haskell
    source code utilities, for editor integration
  • simple-text-format

    2.8 0.0 Haskell
    Simple text based format strings with named identifiers.
  • stack-type

    2.1 0.0 Haskell
    The very very simply representation of the stack data type
  • flip-cmd

    2.1 0.0 Haskell
    `$flip 2 1 3` outputs `1 2 3`
  • random-names

    2.1 0.0 Haskell
    Expose Random and Arbitrary instances
  • hs-snowtify

    1.9 0.0 Haskell
    snowtify send your result of `stack build` (`stack test`) to notify-daemon :dog2:
  • simple-tabular

    1.6 0.0 Haskell
    Simple tabular text formatter in Haskell
  • simple-observer

    1.6 0.0 Haskell
    An implementation of the observer pattern for Haskell
  • simple-money

    1.3 0.0 Haskell
    DISCONTINUED. Simple library to handle and interexchange money
  • simple-genetic-algorithm-mr

    1.3 0.0 Haskell
    Fork of simple-genetic-algorithm using MonadRandom