Age | Commit message (Collapse) | Author | Files | Lines |
|
URL should be as HOMEPAGE in the Makefile.
|
|
|
|
fixing the build.
Changes 3.12.0.0 -> 3.12.1.0:
- merge with OCaml 3.12.1
Changes 3.11.2.0 -> 3.12.0.0:
- merge with OCaml 3.12.0
- drop native ocamlducedoc
- fix memory leak issue in NS handling [Stefan Lampe]
Changes 3.11.1.0 -> 3.11.2.0:
- merge with OCaml 3.11.2
- build and install native-code plugin
- build ocamldoc library
- accept also ocaml_cmi_magic_number in objinfo
|
|
|
|
|
|
|
|
Adds support for ocaml 3.11.1
|
|
MAKE_JOBS=2 and worked without.
|
|
|
|
|
|
Based on maintainer update request in PR 39450.
(Changes is unkonw)
|
|
|
|
This update lets ocamlduce work with ocaml 3.10
|
|
such as types and values, natively in OCaml programs.
The goal of the OCamlDuce project is to extend the OCaml language with features
to make it easier to write safe and efficient complex applications that need to
deal with XML documents. In particular, it relies on a notion of types and
patterns to guarantee statically that all the possible input documents are
correctly processed, and that only valid output documents are produced.
WWW: http://www.cduce.org/ocaml
|