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/cgi-bin/hackage-scripts/package/yjtools-0.9.5 yjtools 0.9.5]
  +
:some tools for Monad, List, Tuple and so on.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hake-0.9.9 hake 0.9.9]
  +
:make tool. ruby : rake = haskell : hake
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/TypeCompose-0.6.1 TypeCompose 0.6.1]
  +
:Type composition classes & instances
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regexpr-0.4 regexpr 0.4]
  +
:regular expression like Perl/Ruby in Haskell
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hslogger4j-0.2 hslogger4j 0.2]
  +
:DEPRECATED hslogger handlers for log4j's XMLLayout
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HAppSHelpers-0.4 HAppSHelpers 0.4]
 
:Convenience functions for HAppS.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/checkers-0.1.2 checkers 0.1.2]
  +
:Check properties on standard classes and data structures.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/obj-0.1.2 obj 0.1.2]
  +
:Reads and writes obj models.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ParserFunction-0.0.2 ParserFunction 0.0.2]
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ParserFunction-0.0.2 ParserFunction 0.0.2]
 
:Enzo Haussecker's algorithm for parsing functions.
 
:Enzo Haussecker's algorithm for parsing functions.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/reactive-0.9.3 reactive 0.9.3]
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/reactive-0.9.3 reactive 0.9.3]
 
:Simple foundation for functional reactive programming
 
:Simple foundation for functional reactive programming
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HAppSHelpers-0.2 HAppSHelpers 0.2]
 
:Convenience functions for HAppS.
 
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/RSA-1.0.2 RSA 1.0.2]
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/RSA-1.0.2 RSA 1.0.2]
 
:Implementation of RSA, using the padding schemes of PKCS#1 v2.1.
 
:Implementation of RSA, using the padding schemes of PKCS#1 v2.1.
Line 23: Line 37:
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/protocol-buffers-1.0.1 protocol-buffers 1.0.1]
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/protocol-buffers-1.0.1 protocol-buffers 1.0.1]
 
:Parse Google Protocol Buffer specifications
 
:Parse Google Protocol Buffer specifications
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/InfixApplicative-1.0.1 InfixApplicative 1.0.1]
 
:liftA2 for infix operators.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/derive-0.1.4 derive 0.1.4]
 
:A program and library to derive instances for data types
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/MonadRandom-0.1.3 MonadRandom 0.1.3]
 
:Random-number generation monad.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hledger-0.2 hledger 0.2]
 
:A ledger-compatible text-based accounting tool.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/gitit-0.3.1 gitit 0.3.1]
 
:Wiki using HAppS, git, and pandoc.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hpylos-1.0 hpylos 1.0]
 
:AI of Pylos game with GLUT interface.
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mediawiki-0.2.3 mediawiki 0.2.3]
 
:Interfacing with the MediaWiki API
 
;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ffeed-0.3.2 ffeed 0.3.2]
 
:Haskell binding to the FriendFeed API
 
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]

Revision as of 08:04, 26 November 2008

Recent Package Updates hackage-daily.png Rss.png

yjtools 0.9.5
some tools for Monad, List, Tuple and so on.
hake 0.9.9
make tool. ruby : rake = haskell : hake
TypeCompose 0.6.1
Type composition classes & instances
regexpr 0.4
regular expression like Perl/Ruby in Haskell
hslogger4j 0.2
DEPRECATED hslogger handlers for log4j's XMLLayout
HAppSHelpers 0.4
Convenience functions for HAppS.
checkers 0.1.2
Check properties on standard classes and data structures.
obj 0.1.2
Reads and writes obj models.
ParserFunction 0.0.2
Enzo Haussecker's algorithm for parsing functions.
reactive 0.9.3
Simple foundation for functional reactive programming
RSA 1.0.2
Implementation of RSA, using the padding schemes of PKCS#1 v2.1.
reactive-fieldtrip 0.0.4
Connect Reactive and FieldTrip
dimensional 0.7.3
Statically checked physical dimensions.
hcheat 2008.11.25
A collection of code cheatsheet
HXQ 0.11.0
A Compiler from XQuery to Haskell
hprotoc 1.0.1
Parse Google Protocol Buffer specifications
protocol-buffers-descriptor 1.0.1
Text.DescriptorProto.Options and Google Protocol Buffer specifications
protocol-buffers 1.0.1
Parse Google Protocol Buffer specifications

More...