[Pkg-ocaml-maint-commits] [SCM] omake packaging branch, master, updated. debian/0.9.8.5-3-4-18-g6503605
Stephane Glondu
steph at glondu.net
Sat Apr 11 15:31:42 UTC 2009
The following commit has been merged in the master branch:
commit ab0514944048c6bc7f258969fffe1fc6dd07bc48
Author: Stephane Glondu <steph at glondu.net>
Date: Sat Apr 11 16:26:43 2009 +0200
Change OMake typography in description
diff --git a/debian/control b/debian/control
index 2f960d8..b4f9a03 100644
--- a/debian/control
+++ b/debian/control
@@ -21,17 +21,17 @@ Package: omake
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: build system with automated dependency analysis
- omake is a build system designed to scale from small projects to very
- large projects spanning many directories. omake uses a syntax similar
+ OMake is a build system designed to scale from small projects to very
+ large projects spanning many directories. OMake uses a syntax similar
to GNU make, with many additional features. It contains
specifications for easily building C, OCaml, and LaTeX programs, but
can be used to build projects with other languages as well.
.
- omake includes an accurate, automated dependency analysis based on
+ OMake includes an accurate, automated dependency analysis based on
MD5 digests. It also includes a stand-alone command-line
interpreter, osh, that can be used as an interactive shell for
- debugging the build files. omake's syntax is a full object oriented
- language. Features of the omake language include integer and
+ debugging the build files. OMake's syntax is a full object oriented
+ language. Features of the OMake language include integer and
floating point arithmetic, scoped expressions, higher order
functions, multiple inheritance, pattern matching, runtime
exceptions, lexers, and LALR(1) parsers. Users can easily produce
--
omake packaging
More information about the Pkg-ocaml-maint-commits
mailing list