diff options
author | Thorn Inurcide <thorn-inurcide@hotmail.com> | 2014-06-15 08:06:30 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-06-18 16:18:59 -0500 |
commit | 7419528d6e426ad405f0a5fee777b45a96035e5d (patch) | |
tree | e4fdfd9d34df9923f8469182742e630aa145036c /development/ebe/slack-desc | |
parent | 71d81f404a7c1394124c7494478f52ccd57b6a40 (diff) |
development/ebe: Added (easy beginner environment).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ebe/slack-desc')
-rw-r--r-- | development/ebe/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/ebe/slack-desc b/development/ebe/slack-desc new file mode 100644 index 000000000000..1025e0f123a7 --- /dev/null +++ b/development/ebe/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +ebe: ebe (easy beginner environment) +ebe: +ebe: Ebe is an integrated development environment developed primarily +ebe: for teaching assembly language. It also allows development in C, +ebe: C++ and Fortran. The primary goal is to make development as simple +ebe: as possible for beginners. To that end a program can consist of a +ebe: single source code file and the Run button builds the program and +ebe: runs it using gdb internally as a debugger. +ebe: +ebe: +ebe: Home: http://www.rayseyfarth.com/ebe/ |