Difference between revisions of "Darcs repositories"

From HaskellWiki
Jump to navigation Jump to search
(Add page of online darcs repos)
 
m (added a few more repos, and a links to search results I am sifting through, as I learn)
(5 intermediate revisions by 4 users not shown)
Line 4: Line 4:
 
For further information on Haskell libraries and tools, [http://haskell.org/haskellwiki/Libraries_and_tools look here]
 
For further information on Haskell libraries and tools, [http://haskell.org/haskellwiki/Libraries_and_tools look here]
   
[http://darcs.haskell.org/packages/base/ base], the Haskell base library
+
* [http://darcs.haskell.org/packages/base/ base], the Haskell base library
  +
* [http://darcs.haskell.org/packages/ Haskell standard libraries]
  +
* [http://darcs.haskell.org/PolyFunViz/ PolyFunViz], graph visualisation
  +
* [http://darcs.haskell.org/SoC/haskellnet/ HaskellNet], Haskell network library
  +
* [http://darcs.haskell.org/SoC/hsp.clientside/ Hsp.ClientSide], an ajax web lib
  +
* [http://darcs.haskell.org/alex/ Alex], a lexer generator
  +
* [http://darcs.haskell.org/c2hs/ c2hs], a C to Haskell binding generator
  +
* [http://darcs.haskell.org/crypto/ Crypto], a cryptography library
  +
* [http://darcs.haskell.org/ghc/ GHC], a Haskell compiler
  +
* [http://darcs.haskell.org/gtk2hs/ gtk2hs], a gtk2 binding
  +
* [http://darcs.haskell.org/haddock/ Haddock], a documentation generator
  +
* [http://darcs.haskell.org/halfs/ Halfs], a file system for linux
  +
* [http://darcs.haskell.org/happy/ Happy], a parser generator
  +
* [http://darcs.haskell.org/haskelldb/ HaskellDB], a data base library
  +
* [http://code.haskell.org/haskore/revised/core/ Haskore], computer music
  +
* [http://code.haskell.org/HList/ HList], heteoregenous haskell
  +
* [http://darcs.haskell.org/OOHaskell/ OOHaskell], object-oriented Haskell
  +
* [http://darcs.haskell.org/hat/ hat], a Haskell debugger/tracer
  +
* [http://darcs.haskell.org/hfuse/ HFuse], a FUSE file system binding
  +
* [http://darcs.haskell.org/hsc2hs/ hsc2hs], a preprocessor for mixing C and Haskell
  +
* [http://darcs.haskell.org/http/ HTTP], A library for client-side HTTP
  +
* [http://darcs.haskell.org/hxt-typesafe/ HXT], Haskell XML Toolbox
  +
* [http://darcs.haskell.org/nhc98/ nhc98], a Haskell compiler
  +
* [http://darcs.haskell.org/numericprelude/ Numeric Prelude], a numeric prelude
  +
* [http://code.haskell.org/darcs-graph/ darcs-graph], a graph generator
  +
* [http://www.cse.unsw.edu.au/~dons/code/darcs-mail/ darcs-mail], a darcs mailing script
  +
* [http://www.cse.unsw.edu.au/~dons/code/fps/ Data.ByteString], high-perf strings in Haskell
  +
* [http://www.cse.unsw.edu.au/~dons/code/frag/ Frag], a 3-d first person shooting game
  +
* [http://www.cse.unsw.edu.au/~dons/code/hmp3/ hmp3], a curses-based mp3 player
  +
* [http://www.cse.unsw.edu.au/~dons/code/hs-plugins/ hs-plugins], a dynamic linker for Haskell
  +
* [http://www.cse.unsw.edu.au/~dons/code/lambdabot/ Lambdabot], an irc bot
  +
* [http://code.haskell.org/yi/ Yi], a vim-like text editor
  +
* [http://hackage.haskell.org/~paolo/darcs/nymphaea/ nymphaea] L-system graphics
  +
* [http://www.cse.unsw.edu.au/~pls/repos/lambdaFeed/ lambdaFeed], an rss feed aggregator
  +
* [https://github.com/jgm/pandoc pandoc], markup format converter
  +
* [https://bitbucket.org/Shimuuar/protobuf/src protobuf], google protocol buffers
   
[http://darcs.haskell.org/packages/ Haskell standard libraries]
 
   
  +
some hosted repo searches: [http://code.haskell.org/ haskell community service], [https://github.com/languages/Haskell, github], [http://sourceforge.net/directory/language:haskell/os:linux/freshness:recently-updated/?q=, sourceforge], [https://bitbucket.org/repo/all/relevance?name=haskell&language=haskell, bitbucket], [https://launchpad.net/projects?text=haskell&search=Find+a+Project, launchpad]
[http://darcs.haskell.org/PolyFunViz/ PolyFunViz], graph visualisation
 
   
  +
Authors, add your repositories to this list!
[http://darcs.haskell.org/SoC/haskellnet/ HaskellNet], Haskell network library
 
   
  +
[[Category:Code]]
[http://darcs.haskell.org/SoC/hsp.clientside/ Hsp.ClientSide], an ajax web lib
 
 
[http://darcs.haskell.org/alex/ Alex], a lexer generator
 
 
[http://darcs.haskell.org/c2hs/ c2hs], a C to Haskell binding generator
 
 
[http://darcs.haskell.org/crypto/ Crypto], a cryptography library
 
 
[http://darcs.haskell.org/ghc/ GHC], a Haskell compiler
 
 
[http://darcs.haskell.org/gtk2hs/ gtk2hs], a gtk2 binding
 
 
[http://darcs.haskell.org/haddock/ Haddock], a documentation generator
 
 
[http://darcs.haskell.org/halfs/ Halfs], a file system for linux
 
 
[http://darcs.haskell.org/happy/ Happy], a parser generator
 
 
[http://darcs.haskell.org/haskelldb/ HaskellDB], a data base library
 
 
[http://darcs.haskell.org/haskore/ Haskore], computer music
 
 
[http://darcs.haskell.org/HList/ HList], heteoregenous haskell
 
 
[http://darcs.haskell.org/OOHaskell/ OOHaskell], object-oriented Haskell
 
 
[http://darcs.haskell.org/hat/ hat], a Haskell debugger/tracer
 
 
[http://darcs.haskell.org/hfuse/ HFuse], a FUSE file system binding
 
 
[http://darcs.haskell.org/hsc2hs/ hsc2hs], a preprocessor for mixing C and Haskell
 
 
[http://darcs.haskell.org/http/ HTTP], A library for client-side HTTP
 
 
[http://darcs.haskell.org/hxt-typesafe/ HXT], Haskell XML Toolbox
 
 
[http://darcs.haskell.org/nhc98/ nhc98], a Haskell compiler
 
 
[http://darcs.haskell.org/numericprelude/ Numeric Prelude], a numeric prelude
 
 
[http://www.cse.unsw.edu.au/~dons/code/darcs-graph/ darcs-graph], a graph generator
 
 
[http://www.cse.unsw.edu.au/~dons/code/darcs-mail/ darcs-mail], a darcs mailing script
 
 
[http://www.cse.unsw.edu.au/~dons/code/fps/ Data.ByteString], high-perf strings in Haskell
 
 
[http://www.cse.unsw.edu.au/~dons/code/frag/ Frag], a 3-d first person shooting game
 
 
[http://www.cse.unsw.edu.au/~dons/code/hmp3/ hmp3], a curses-based mp3 player
 
 
[http://www.cse.unsw.edu.au/~dons/code/hs-plugins/ hs-plugins], a dynamic linker for Haskell
 
 
[http://www.cse.unsw.edu.au/~dons/code/lambdabot/ Lambdabot], an irc bot
 
 
[http://www.cse.unsw.edu.au/~dons/code/yi/ Yi], a vim-like text editor
 
 
[http://hackage.haskell.org/~paolo/darcs/nymphaea/ nymphaea] L-system graphics
 
 
[http://www.cse.unsw.edu.au/~pls/repos/lambdaFeed/ lambdaFeed], an rss feed aggregator
 
 
Authors, add your repositories to this list!
 

Revision as of 20:55, 8 March 2013

Programmers love to read code. That's how we get a feel for what a language is. Here's a list of significant Haskell projects, by serious Haskell programmers, with online source. Most projects use darcs for revision control, cabal for the build system, and haddock for generating documenation. Read, learn and enjoy!

For further information on Haskell libraries and tools, look here


some hosted repo searches: haskell community service, github, sourceforge, bitbucket, launchpad

Authors, add your repositories to this list!