Difference between revisions of "Template:Main/News"

From HaskellWiki
Jump to navigation Jump to search
(Automated update by hackage2hwn)
(Automated update by hackage2hwn)
Line 1: Line 1:
 
'''Recent Package Updates''' [http://haskell.org/haskellwiki/Hackage_statistics http://galois.com/~dons/images/hackage-daily.png] [http://hackage.haskell.org/packages/archive/recent.rss http://haskell.org/sitewiki/images/0/09/Rss.png]
 
'''Recent Package Updates''' [http://haskell.org/haskellwiki/Hackage_statistics http://galois.com/~dons/images/hackage-daily.png] [http://hackage.haskell.org/packages/archive/recent.rss http://haskell.org/sitewiki/images/0/09/Rss.png]
   
;[http://hackage.haskell.org/package/fpipe-0.0.1 fpipe 0.0.1]
+
;[http://hackage.haskell.org/package/bein-0.3.3 bein 0.3.3]
  +
:Bein is a provenance and workflow management system for bioinformatics.
:F#-style composition and application
 
;[http://hackage.haskell.org/package/hpage-0.11.1 hpage 0.11.1]
+
;[http://hackage.haskell.org/package/haskell-cnc-0.1.2 haskell-cnc 0.1.2]
  +
:Library for parallel programming in the Intel Concurrent Collections paradigm.
:A scrapbook for Haskell developers
 
;[http://hackage.haskell.org/package/hledger-0.10 hledger 0.10]
+
;[http://hackage.haskell.org/package/attoparsec-iteratee-0.1.1 attoparsec-iteratee 0.1.1]
  +
:An adapter to convert attoparsec Parsers into blazing-fast Iteratees
:A command-line (or curses or web-based) double-entry accounting tool.
 
;[http://hackage.haskell.org/package/hledger-lib-0.10 hledger-lib 0.10]
+
;[http://hackage.haskell.org/package/sifflet-0.1.6 sifflet 0.1.6]
  +
:A simple, visual, functional programming language.
:Core types and utilities for working with hledger (or c++ ledger) data.
 
;[http://hackage.haskell.org/package/atom-1.0.4 atom 1.0.4]
+
;[http://hackage.haskell.org/package/fclabels-0.4.2.1 fclabels 0.4.2.1]
  +
:First class accessor labels.
:A DSL for embedded hard realtime applications.
 
;[http://hackage.haskell.org/package/heist-0.1.2 heist 0.1.2]
+
;[http://hackage.haskell.org/package/language-asn1-0.2.1 language-asn1 0.2.1]
  +
:Parsing of ASN1 definitions
:An xhtml templating system
 
;[http://hackage.haskell.org/package/snap-server-0.2.1 snap-server 0.2.1]
+
;[http://hackage.haskell.org/package/hdaemonize-0.4 hdaemonize 0.4]
  +
:Library to handle the details of writing daemons for UNIX
:A fast, iteratee-based, epoll-enabled web server for the Snap Framework
 
;[http://hackage.haskell.org/package/snap-core-0.2.1 snap-core 0.2.1]
+
;[http://hackage.haskell.org/package/threadscope-0.1.2 threadscope 0.1.2]
  +
:A graphical thread profiler.
:Snap: A Haskell Web Framework (Core)
 
;[http://hackage.haskell.org/package/meldable-heap-2.0.3 meldable-heap 2.0.3]
+
;[http://hackage.haskell.org/package/async-1.0 async 1.0]
  +
:Asynchronous Computations
:Asymptotically optimal, Coq-verified meldable heaps, AKA priority queues
 
;[http://hackage.haskell.org/package/hackport-0.2.6 hackport 0.2.6]
+
;[http://hackage.haskell.org/package/hfiar-2.0.4 hfiar 2.0.4]
  +
:Four in a Row in Haskell!!
:Hackage and Portage integration tool
 
;[http://hackage.haskell.org/package/HOpenCV-0.1.2.2 HOpenCV 0.1.2.2]
+
;[http://hackage.haskell.org/package/LambdaCalculator-0.0.2 LambdaCalculator 0.0.2]
  +
:A basic lambda calculator with beta reduction and a REPL
:A binding for the OpenCV computer vision library
 
;[http://hackage.haskell.org/package/cv-combinators-0.1.2.3 cv-combinators 0.1.2.3]
+
;[http://hackage.haskell.org/package/Chart-0.13.1 Chart 0.13.1]
  +
:A library for generating 2D Charts and Plots
:Functional Combinators for Computer Vision
 
;[http://hackage.haskell.org/package/allocated-processor-0.0.2 allocated-processor 0.0.2]
 
:Functional combinators for monadic actions that require allocation and de-allocation
 
;[http://hackage.haskell.org/package/RMP-0.0.2 RMP 0.0.2]
 
:Binding to code that controls a Segway RMP
 
;[http://hackage.haskell.org/package/linkcore-0.4 linkcore 0.4]
 
:Combines multiple GHC Core modules into a single module
 
;[http://hackage.haskell.org/package/hlibev-0.2.2 hlibev 0.2.2]
 
:FFI interface to libev
 
;[http://hackage.haskell.org/package/darcs-2.4.4 darcs 2.4.4]
 
:a distributed, interactive, smart revision control system
 
;[http://hackage.haskell.org/package/haskell-updater-1.1.0.0 haskell-updater 1.1.0.0]
 
:Rebuild Haskell dependencies in Gentoo
 
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]

Revision as of 16:09, 28 May 2010

Recent Package Updates hackage-daily.png Rss.png

bein 0.3.3
Bein is a provenance and workflow management system for bioinformatics.
haskell-cnc 0.1.2
Library for parallel programming in the Intel Concurrent Collections paradigm.
attoparsec-iteratee 0.1.1
An adapter to convert attoparsec Parsers into blazing-fast Iteratees
sifflet 0.1.6
A simple, visual, functional programming language.
fclabels 0.4.2.1
First class accessor labels.
language-asn1 0.2.1
Parsing of ASN1 definitions
hdaemonize 0.4
Library to handle the details of writing daemons for UNIX
threadscope 0.1.2
A graphical thread profiler.
async 1.0
Asynchronous Computations
hfiar 2.0.4
Four in a Row in Haskell!!
LambdaCalculator 0.0.2
A basic lambda calculator with beta reduction and a REPL
Chart 0.13.1
A library for generating 2D Charts and Plots

More...