Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

GHC

Compare

  Analyzed 1 day ago

Haskell is an advanced purely functional programming language. The product of more than twenty years of cutting edge research, it allows rapid development of robust, concise, correct software. With strong support for integration with other languages, built-in concurrency, debuggers, profilers, rich ... [More] libraries and an active community, Haskell makes it easier to produce flexible, maintainable high-quality software. GHC is a state-of-the-art, open source, compiler and interactive environment for Haskell. [Less]

658K lines of code

152 current contributors

3 days since last commit

236 users on Open Hub

Very High Activity
4.65517
   
I Use This

xmonad

Compare

  Analyzed 1 day ago

The core of xmonad, a small but functional ICCCM-compliant tiling window manager xmonad is a tiling window manager for X. Windows are arranged automatically to tile the screen without gaps or overlap, maximising screen use. Window manager features are accessible from the keyboard: a mouse is ... [More] optional. xmonad is written, configured and extensible in Haskell. Custom layout algorithms, key bindings and other extensions may be written by the user in config files. Layouts are applied dynamically, and different layouts may be used on each workspace. Xinerama is fully supported, allowing windows to be tiled on several physical screens. [Less]

3.28K lines of code

2 current contributors

6 days since last commit

130 users on Open Hub

Moderate Activity
4.75862
   
I Use This

Darcs

Compare

  Analyzed over 3 years ago

Darcs is a free, open source source code management system. Every user has access to the full command set, removing boundaries between server and client or committer and non-committers. Darcs is easy to learn and efficient to use because it asks you questions in response to simple commands ... [More] , giving you choices in your work flow. You can choose to record one change in a file, while ignoring another. As you update from upstream, you can review each patch name, even the full "diff" for interesting patches. [Less]

0 lines of code

0 current contributors

0 since last commit

117 users on Open Hub

Activity Not Available
4.2093
   
I Use This
Mostly written in language not available
Licenses: gpl

cabal

Compare

  Analyzed 1 day ago

Cabal is a system for building and packaging Haskell libraries and programs It defines a common interface for package authors and distributors to easily build their applications in a portable way. Cabal is part of a larger infrastructure for distributing, organizing, and cataloging Haskell libraries and programs.

139K lines of code

58 current contributors

2 days since last commit

66 users on Open Hub

High Activity
4.3125
   
I Use This

xmonad-contrib

Compare

  Analyzed about 1 hour ago

xmonad is a minimalistic tiling window manager for X, written and extensible in Haskell. xmonad-contrib is the library of user-contributed extension modules to xmonad, providing a large collection of new layout algorithms, utilities, hooks, and more.

28.2K lines of code

23 current contributors

6 days since last commit

55 users on Open Hub

Moderate Activity
4.7619
   
I Use This

xmobar

Compare

  Analyzed about 18 hours ago

Xmobar is a minimalistic text based status bar. Inspired by the Ion3 status bar, it supports similar features, like dynamic color management, output templates, and extensibility through plugins.

-2 lines of code

13 current contributors

11 months since last commit

38 users on Open Hub

Very Low Activity
4.53333
   
I Use This

Haskell base

Compare

  Analyzed over 3 years ago

The Haskell base library. Fundamental functions and data structures included with every Haskell system.

32.9K lines of code

0 current contributors

about 9 years since last commit

35 users on Open Hub

Activity Not Available
4.66667
   
I Use This

pandoc

Compare

  Analyzed about 22 hours ago

Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library. It can read markdown and (subsets of) reStructuredText, HTML, and LaTeX, and it can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, RTF, DocBook XML, groff man, and S5 HTML slide shows.

120K lines of code

64 current contributors

3 days since last commit

33 users on Open Hub

High Activity
4.83333
   
I Use This

QuickCheck

Compare

  Analyzed about 9 hours ago

A library for testing Haskell programs automatically. The programmer provides a specification of the program, in the form of properties which functions should satisfy, and QuickCheck then tests that the properties hold in a large number of randomly generated cases. Specifications are expressed in ... [More] Haskell, using combinators defined in the QuickCheck library. QuickCheck provides combinators to define properties, observe the distribution of test data, and define test data generators. [Less]

5.46K lines of code

8 current contributors

4 days since last commit

31 users on Open Hub

Low Activity
4.85714
   
I Use This

bytestring

Compare

  Analyzed over 3 years ago

A time and space-efficient implementation of byte vectors using packed Word8 arrays, suitable for high performance use, both in terms of large data quantities, or high speed requirements. Byte vectors are encoded as strict Word8 arrays of bytes, held in a ForeignPtr, and can be passed between C and Haskell with little effort.

0 lines of code

0 current contributors

0 since last commit

29 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause