summaryrefslogtreecommitdiff
path: root/lang/caml-light
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-05-06 17:40:18 +0000
committerjmmv <jmmv>2003-05-06 17:40:18 +0000
commit5a79423b6feb188f48299ebbaf981575b33d3f48 (patch)
tree37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /lang/caml-light
parentf58f4f25565243e0fcd6ee359261be2e3cfc7286 (diff)
downloadpkgsrc-5a79423b6feb188f48299ebbaf981575b33d3f48.tar.gz
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'lang/caml-light')
-rw-r--r--lang/caml-light/DESCR12
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/caml-light/DESCR b/lang/caml-light/DESCR
index 521ab807b5b..cb430ddc75c 100644
--- a/lang/caml-light/DESCR
+++ b/lang/caml-light/DESCR
@@ -1,18 +1,18 @@
-The Caml Light system comprises the following parts:
+The Caml Light system comprises the following parts:
- An interactive system, based on a read-eval-print loop: the user enters
a phrase, the system compiles it and executes it on the fly, then print the
outcome of evaluation. The interactive system is great for learning the
- language and testing programs.
+ language and testing programs.
- A batch compiler and linker, camlc, with a command-line interface similar to
the one of C compilers. The compiler produces standalone executable programs
that can later be invoked just as any other command on the system. It
integrates smoothly within the Unix programming environment
- (make, Emacs, ...).
+ (make, Emacs, ...).
- A medium-sized standard library, providing a number of general-purpose
functions and implementations of a few essential data structures
- (lists, arrays, hash tables, sets, ...).
-- A tool to build libraries of frequently-used program modules.
+ (lists, arrays, hash tables, sets, ...).
+- A tool to build libraries of frequently-used program modules.
- A parser generator and a lexical analyzer generator, in the style of lex and
- yacc.
+ yacc.
- Various programming tools and several interface libraries.