OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-uucd?expand=0&rev=1
15 lines
238 B
Diff
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))
|