forked from pool/ocaml-jsonm
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-jsonm?expand=0&rev=13
15 lines
245 B
Diff
15 lines
245 B
Diff
--- /dev/null
|
|
+++ b/dune-project
|
|
@@ -0,0 +1,2 @@
|
|
+(lang dune 1.0)
|
|
+(name jsonm)
|
|
--- /dev/null
|
|
+++ b/src/dune
|
|
@@ -0,0 +1,6 @@
|
|
+(library
|
|
+ (name jsonm)
|
|
+ (public_name jsonm)
|
|
+ (libraries uutf)
|
|
+ (flags :standard -w -6-27-32-39)
|
|
+ (wrapped false))
|