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/sgf-0.1 sgf 0.1]
+
;[http://hackage.haskell.org/package/SFont-0.1 SFont 0.1]
  +
:SFont SDL Bitmap Fonts
:SGF (Smart Game Format) parser
 
;[http://hackage.haskell.org/package/AES-0.2.4 AES 0.2.4]
+
;[http://hackage.haskell.org/package/Sprig-0.1 Sprig 0.1]
  +
:Binding to Sprig
:Fast AES encryption/decryption for bytestrings
 
;[http://hackage.haskell.org/package/SGdemo-1.1 SGdemo 1.1]
+
;[http://hackage.haskell.org/package/palindromes-0.2 palindromes 0.2]
  +
:Finding palindromes in strings
:An example of using the SG and OpenGL libraries
 
;[http://hackage.haskell.org/package/hesql-0.7 hesql 0.7]
+
;[http://hackage.haskell.org/package/SourceGraph-0.6.0.2 SourceGraph 0.6.0.2]
  +
:Static code analysis using graph-theoretic techniques.
:Haskell's embedded SQL
 
;[http://hackage.haskell.org/package/epic-0.1.3 epic 0.1.3]
+
;[http://hackage.haskell.org/package/hack-handler-epoll-0.1.2 hack-handler-epoll 0.1.2]
  +
:hack handler implementation using epoll
:Compiler for a supercombinator language
 
;[http://hackage.haskell.org/package/lhs2tex-1.15 lhs2tex 1.15]
+
;[http://hackage.haskell.org/package/haskell-src-exts-1.6.0 haskell-src-exts 1.6.0]
  +
:Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
:Preprocessor for typesetting Haskell sources with LaTeX
 
;[http://hackage.haskell.org/package/LibZip-0.0.1 LibZip 0.0.1]
+
;[http://hackage.haskell.org/package/hakyll-0.4.1 hakyll 0.4.1]
  +
:A simple static site generator library.
:Partial bindings to libzip to read zip archives.
 
;[http://hackage.haskell.org/package/Monocle-0.0.4 Monocle 0.0.4]
+
;[http://hackage.haskell.org/package/GPipe-1.1.4 GPipe 1.1.4]
  +
:A functional graphics API for programmable GPUs
:Symbolic computations in strict monoidal categories with LaTeX output.
 
;[http://hackage.haskell.org/package/json2yaml-0.2.2 json2yaml 0.2.2]
+
;[http://hackage.haskell.org/package/capped-list-1.2 capped-list 1.2]
  +
:A list-like type for lazy sequences, with a user-defined termination value.
:Utility to convert a file from JSON to YAML format.
 
;[http://hackage.haskell.org/package/data-object-yaml-0.0.0 data-object-yaml 0.0.0]
+
;[http://hackage.haskell.org/package/empty-9 empty 9]
  +
:Ceci n'est pas une package
:Support for serialising Haskell to and from Yaml.
 
;[http://hackage.haskell.org/package/data-object-json-0.0.0 data-object-json 0.0.0]
+
;[http://hackage.haskell.org/package/GPX-0.4.5 GPX 0.4.5]
  +
:Parse GPX files
:Serialize JSON data to/from Haskell using the data-object library.
 
;[http://hackage.haskell.org/package/data-object-0.2.0 data-object 0.2.0]
+
;[http://hackage.haskell.org/package/GLFW-b-demo-0.0.2 GLFW-b-demo 0.0.2]
  +
:GLFW-b test\/example\/demo
:Represent hierachichal structures, called objects in JSON.
 
;[http://hackage.haskell.org/package/convertible-text-0.2.0 convertible-text 0.2.0]
+
;[http://hackage.haskell.org/package/GLFW-b-0.0.2 GLFW-b 0.0.2]
  +
:GLFW bindings
:Typeclasses and instances for converting between types
 
;[http://hackage.haskell.org/package/failure-0.0.0.1 failure 0.0.0.1]
+
;[http://hackage.haskell.org/package/boomslang-0.0.1 boomslang 0.0.1]
  +
:Boomshine clone
:A simple type class for success/failure computations.
 
;[http://hackage.haskell.org/package/pointless-lenses-0.0.2 pointless-lenses 0.0.2]
+
;[http://hackage.haskell.org/package/random-fu-0.0.3.2 random-fu 0.0.3.2]
  +
:Random number generation
:Pointless Lenses library
 
;[http://hackage.haskell.org/package/pointless-haskell-0.0.3 pointless-haskell 0.0.3]
+
;[http://hackage.haskell.org/package/font-opengl-basic4x6-0.0.1 font-opengl-basic4x6 0.0.1]
  +
:Basic4x6 font for OpenGL
:Pointless Haskell library
 
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]
 
[http://hackage.haskell.org/packages/archive/pkg-list.html More...]

Revision as of 23:20, 10 January 2010

Recent Package Updates hackage-daily.png Rss.png

SFont 0.1
SFont SDL Bitmap Fonts
Sprig 0.1
Binding to Sprig
palindromes 0.2
Finding palindromes in strings
SourceGraph 0.6.0.2
Static code analysis using graph-theoretic techniques.
hack-handler-epoll 0.1.2
hack handler implementation using epoll
haskell-src-exts 1.6.0
Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
hakyll 0.4.1
A simple static site generator library.
GPipe 1.1.4
A functional graphics API for programmable GPUs
capped-list 1.2
A list-like type for lazy sequences, with a user-defined termination value.
empty 9
Ceci n'est pas une package
GPX 0.4.5
Parse GPX files
GLFW-b-demo 0.0.2
GLFW-b test\/example\/demo
GLFW-b 0.0.2
GLFW bindings
boomslang 0.0.1
Boomshine clone
random-fu 0.0.3.2
Random number generation
font-opengl-basic4x6 0.0.1
Basic4x6 font for OpenGL

More...