slackbuilds/development/ocaml
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
configure.patch development/ocaml: Updated for version 4.08.1, changed maintainer. 2021-04-17 23:48:09 -05:00
ocaml.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
ocaml.info development/ocaml: Updated for version 4.08.1, changed maintainer. 2021-04-17 23:48:09 -05:00
slack-desc

README

Caml is a general-purpose programming language, designed with
program safety and reliability in mind. It is very expressive,
yet easy to learn and use.  Caml supports functional, imperative,
and object-oriented programming styles.  The Objective Caml system is
the main implementation of the Caml language.  It features a powerful
module system and a full-fledged object-oriented layer.  It comes with
a native-code compiler that supports numerous architectures, for high
performance; a bytecode compiler, for increased portability; and an
interactive loop, for experimentation and rapid development.