Difference between revisions of "Darcs repositories"

From HaskellWiki
Jump to navigation Jump to search
(fmt)
m
 
(5 intermediate revisions by 5 users not shown)
Line 18: Line 18:
 
* [http://darcs.haskell.org/happy/ Happy], a parser generator
 
* [http://darcs.haskell.org/happy/ Happy], a parser generator
 
* [http://darcs.haskell.org/haskelldb/ HaskellDB], a data base library
 
* [http://darcs.haskell.org/haskelldb/ HaskellDB], a data base library
* [http://darcs.haskell.org/haskore/ Haskore], computer music
+
* [http://code.haskell.org/haskore/revised/core/ Haskore], computer music
* [http://darcs.haskell.org/HList/ HList], heteoregenous haskell
+
* [http://code.haskell.org/HList/ HList], heteoregenous haskell
 
* [http://darcs.haskell.org/OOHaskell/ OOHaskell], object-oriented Haskell
 
* [http://darcs.haskell.org/OOHaskell/ OOHaskell], object-oriented Haskell
 
* [http://darcs.haskell.org/hat/ hat], a Haskell debugger/tracer
 
* [http://darcs.haskell.org/hat/ hat], a Haskell debugger/tracer
Line 28: Line 28:
 
* [http://darcs.haskell.org/nhc98/ nhc98], a Haskell compiler
 
* [http://darcs.haskell.org/nhc98/ nhc98], a Haskell compiler
 
* [http://darcs.haskell.org/numericprelude/ Numeric Prelude], a numeric prelude
 
* [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://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/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/fps/ Data.ByteString], high-perf strings in Haskell
Line 35: Line 35:
 
* [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/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/lambdabot/ Lambdabot], an irc bot
* [http://www.cse.unsw.edu.au/~dons/code/yi/ Yi], a vim-like text editor
+
* [http://code.haskell.org/yi/ Yi], a vim-like text editor
 
* [http://hackage.haskell.org/~paolo/darcs/nymphaea/ nymphaea] L-system graphics
 
* [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
 
* [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
  +
  +
  +
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]
   
 
Authors, add your repositories to this list!
 
Authors, add your repositories to this list!
  +
  +
[[Category:Code]]
  +
[[Category:Pages with broken file links]]

Latest revision as of 00:28, 17 June 2021

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!