Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ocaml-omake - OCaml build system with automated dependency analysis
OMake is a build system designed for scalability and portability. It
uses a syntax similar to make utilities you may have used, but it
features many additional enhancements, including the following.
* Support for projects spanning several directories or directory
hierarchies.
* Fast, reliable, automated, scriptable dependency analysis using MD5
digests, with full support for incremental builds.
* Dependency analysis takes the command lines into account — whenever
the command line used to build a target changes, the target is
considered out-of-date.
* Fully scriptable, includes a library that providing support for
standard tasks in C, C++, OCaml, and LaTeX projects, or a mixture
thereof.
Packages
| Name |
Version |
Release |
Type |
Size |
Built |
| ocaml-omake |
0.9.8.5 |
3.el5 |
i386 |
6.42 MiB |
Fri Apr 25 17:47:05 2008 |
Changelog
- * Fri Apr 25 22:00:00 2008 Richard W.M. Jones <rjones{%}redhat{*}com> - 0.9.8.5-3
- Removed dependency generator for EL-5.
- * Wed Apr 23 22:00:00 2008 Richard W.M. Jones <rjones{%}redhat{*}com> - 0.9.8.5-2
- Added stdin/stdout fix patch from Debian.
- * Wed Apr 23 22:00:00 2008 Richard W.M. Jones <rjones{%}redhat{*}com> - 0.9.8.5-1
- Initial RPM release.