Files
ocaml-uucd/ocaml-uucd.patch

15 lines
238 B
Diff

--- /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))