[Pkg-ocaml-maint-commits] r2345 - trunk/packages/omake/trunk/debian

Mike Furr mfurr at costa.debian.org
Fri Dec 30 19:06:08 UTC 2005


Author: mfurr
Date: 2005-12-30 19:06:08 +0000 (Fri, 30 Dec 2005)
New Revision: 2345

Added:
   trunk/packages/omake/trunk/debian/control.in
Log:
oops forgot this


Added: trunk/packages/omake/trunk/debian/control.in
===================================================================
--- trunk/packages/omake/trunk/debian/control.in	2005-12-30 19:04:39 UTC (rev 2344)
+++ trunk/packages/omake/trunk/debian/control.in	2005-12-30 19:06:08 UTC (rev 2345)
@@ -0,0 +1,29 @@
+Source: omake
+Section: devel
+Priority: optional
+Maintainer: Mike Furr <mfurr at debian.org>
+Build-Depends: debhelper (>= 4.0.0), autotools-dev, ocaml-nox (>= #OcamlABI#), libfam-dev, libreadline5-dev, libncurses5-dev, dpatch
+Standards-Version: 3.6.2
+
+Package: omake
+Architecture: any
+Depends: ${shlibs: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
+ 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
+ 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
+ floating point arithmetic, scoped expressions, higher order
+ functions, multiple inheritance, pattern matching, runtime
+ exceptions, lexers, and LALR(1) parsers.  Users can easily produce
+ architecture independent builds as omake provides a uniform interface
+ to its standard library on Linux/Unix, Win32, and OS X.
+
+ 




More information about the Pkg-ocaml-maint-commits mailing list