Skip to content

Commit a0766f3

Browse files
committed
native: re_export yojson
We expose Melange_json.t = Yojson.Basic.t anyway
1 parent 95afce3 commit a0766f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/native/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(library
22
(name melange_json)
33
(public_name melange-json-native)
4-
(libraries yojson))
4+
(libraries (re_export yojson)))
55

66
(copy_files
77
(files ../errors.ml))

0 commit comments

Comments
 (0)