=== Seed 0.3 README ===

Seed is a library and interpreter, dynamically bridging (through gobject-introspection) the WebKit JavaScriptCore engine with the GObject type system. In a more concrete sense, Seed enables you to immediately write applications around a significant portion of the GNOME platform, and easily embed JavaScript as a scripting language in your GObject library.

Website: http://live.gnome.org/Seed
SVN: svn://svn.gnome.org/svn/seed

Dependencies (Ubuntu package name):
   * gobject-introspection (gobject-introspection)
   * gobject-introspection-glib (gobject-introspection-glib)
   * gir-repository (gobject-introspection-repository)
   * webkit (libwebkit-1.0-4-dev)
   * readline (libreadline-dev)
   * ffi (libffi-dev)

Recommended Dependencies (Ubuntu package name):
   * sqlite3 (libsqlite3-dev)
   * soup (libsoup2.4-dev)
   * clutter (libclutter-0.8-dev)
   * clutter-gtk (libclutter-gtk-0.80dev)
   * clutter-cairo (libclutter-cairo-0.8-dev)
   * cairo (libcairo-dev)
   * gtk-doc (gtk-doc-tools)
