-
I keep seeing cmxs files being rebuilt. Not sure exactly why:
```
$ ocamlbuild -use-ocamlfind -classic-display src/client/datakit-client.cmxs
ocamlfind ocamlopt -shared -linkall -package bytes -packa…
-
Judging by an `ocamlbuild -documentation` invocation, the compilation of `cmxa` files from (typically packed) `cmx` file does not declare the corresponding `o` file as a dependency. However I have an …
-
The README says:
> In the distribution sample programs and tests are located in the test directory of the distribution. They can be built with:
> `ocamlbuild -use-ocamlfind test/tests.otarget`
…
-
```$ opam install nocrypto
The following actions will be performed:
∗ install nocrypto 0.5.4-1
=-=- Gathering sources =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[default] https…
-
99% of the time files should be built inside `_build`, and I'm very glad ocamlbuild does that by default. However, sometimes it makes sense to build files elsewhere, e.g. `.merlin` or a `.install` fil…
-
_PR transferred from https://caml.inria.fr/mantis/view.php?id=5227_
[original reporter: Daniel Weil]
I'm working on a multi-directory project for example :
```
+-+- A/
| +- a1.ml
| +- ...
| …
-
_PR transferred from https://caml.inria.fr/mantis/view.php?id=5852_
[original reporter: @23Skidoo]
I want to include source code in my generated docs. This works when I invoke ocamldoc on the comm…
-
I would like to know which version(s) of OCamlbuild the copy of the OCamlbuild manual I am reading is intended to cover. Compare this with GNU Make manual (and other GNU manuals), for example:
```…
-
after running: `make kittel`
> File "translation/simple/simpleToTRS.ml", line 232, characters 62-64:
Error: This expression has type string list
but an expression was expected of type Poly…
-
`make install` requires `scripts/install/install-sh`
```
$ make install
! grep -P '\t' src/*.ml src/*.mli
ocamlbuild -pkg core_kernel -pkg sexplib.syntax,comparelib.syntax,fieldslib.syntax,variantsli…