File ocaml-uucd.patch of Package ocaml-uucd
--- /dev/null +++ b/dune-project @@ -0,0 +1,2 @@ +(lang dune 1.0) +(name uucd) --- /dev/null +++ b/src/dune @@ -0,0 +1,6 @@ +(library + (name uucd) + (public_name uucd) + (libraries xmlm) + (flags (:standard -w -3-27)) + (wrapped false))