Download List

Descripción del Proyecto

OCamlConf is an OCaml build tool that resembles GNU autoconf to the user, but uses OCaml in the backend rather than shell script. It is a library for writing "configure" scripts in OCaml as well as a front-end for creating these cross-platform "configure" scripts.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-05-31 03:52
0.8

El módulo de configuración se ha cambiado para utilizar un objeto extensible más fácilmente y orientado hacia el dar una mejor salida para el usuario. El módulo de la herramienta de línea de comandos se cambió a asociarse tanto un programa y banderas con un recurso abstracto, donde antes sólo sabía de un conjunto de indicadores para cada programa.
Tags: Major feature enhancements
The configuration module was changed to use a more
easily extensible object-oriented approach and give
better output to the user. The command line tool
module was changed to associate both a program and
flags with an abstract action, where before it merely
knew one set of flags for each program.

2004-05-29 06:55
0.7

Un error trivial en el script de configuración que impide "hacer optar" de trabajo era fijo.
Tags: Minor bugfixes
A trivial bug in the configure script that prevented 'make opt'
from working was fixed.

2004-05-27 09:28
0.6

La desinstalación espurio mandato findlib fue eliminado para proyectos que sólo instale los ejecutables.
Tags: Minor bugfixes
The spurious uninstall-findlib command was removed for projects that only install executables.

2004-05-12 12:39
0.5

El programa ahora se genera un único "configurar" de configure.ml su "" escrito en OCaml en lugar de configurar tanto "y" configure_out.ml ". Esta configuración funcionará en cualquier sistema con un shell Bourne, sed, y OCaml. Los módulos se han readaptado para permitir control detallado, y la documentación se ha mejorado tanto en calidad como en cantidad.
Tags: Initial freshmeat announcement
The program now generates a single "configure" from your
"configure.ml" written in OCaml instead of both "configure"
and "configure_out.ml". This configure will run on any system
with a Bourne shell, sed, and OCaml. The modules were
refactored to allow finer-grained control, and the
documentation was improved in both quality and quantity.

Project Resources