[Assorted-commits] SF.net SVN: assorted: [579] object-codegen/trunk/README
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-03-03 04:41:36
|
Revision: 579 http://assorted.svn.sourceforge.net/assorted/?rev=579&view=rev Author: yangzhang Date: 2008-03-02 20:41:41 -0800 (Sun, 02 Mar 2008) Log Message: ----------- updated and published readme Modified Paths: -------------- object-codegen/trunk/README Modified: object-codegen/trunk/README =================================================================== --- object-codegen/trunk/README 2008-03-03 04:41:30 UTC (rev 578) +++ object-codegen/trunk/README 2008-03-03 04:41:41 UTC (rev 579) @@ -1,6 +1,25 @@ +Overview +-------- + +Object Code Generator is a tool for generating repetitive boilerplate code. + +Currently, this tool generates Java code for serialization and deserialization +of objects that serve primarily as data structures. + Dependencies -============ +------------ -- scala -- scala commons -- uncrustify: optional; for formatting +- [Scala] 2.6 +- [Scala Commons] 0.1 +- [uncrustify]: optional; for formatting + +[Scala]: http://www.scala-lang.org/ +[Scala Commons]: http://assorted.sf.net/scala-commons/ +[uncrustify]: http://uncrustify.sourceforge.net/ + +Related Work +------------ + +- [autogen]: I don't know anything about this. + +[autogen]: http://www.gnu.org/software/autogen/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |