diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-30 13:52:41 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-30 13:52:41 +0000 |
commit | 1e587377aa44457911042e1c0f639d16f80d5786 (patch) | |
tree | 4e685d5cc560d73e1d32e5deab037741f9f26d15 /embryo/embryo_cvs.oe | |
parent | b3efe80bec7fed0516cb7697bfa3cb51eab070fb (diff) |
add a description for embryo
BKrev: 410a52a9N399PtWo6vPW9ahk2ki8uw
Diffstat (limited to 'embryo/embryo_cvs.oe')
-rw-r--r-- | embryo/embryo_cvs.oe | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/embryo/embryo_cvs.oe b/embryo/embryo_cvs.oe index 1856c18459..767793d86c 100644 --- a/embryo/embryo_cvs.oe +++ b/embryo/embryo_cvs.oe @@ -1,3 +1,8 @@ +DESCRIPTION = "Embryo implements a C like scripting language used in various parts \ +of the Enlightenment project, namely Edje. Embryo's scripting language is based on \ +CompuPhase's Small language that was introduced in Dr Dobb's Journal in 1999. \ +Embryo allows scripting capabilities in places that otherwise wouldn't support \ +basic programming structures such as in Edje EDCs." SECTION = "libs" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" PV = "${CVSDATE}" |