Package: ocaml-usb / 1.0-1

Metadata

Package Version Patches format
ocaml-usb 1.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Move the cmxs rule to Before_rules.patch | (download)

myocamlbuild.ml | 18 10 + 8 - 0 !
1 file changed, 10 insertions(+), 8 deletions(-)

 [patch] move the cmxs rule to before_rules

Move the cmxs rule to Before_rules, so that it overrides the built-in
rules (which are present in OCaml 3.12).

Signed-off-by: Stephane Glondu <steph@glondu.net>