Skip to content

Commit 16d9957

Browse files
authored
Remove unnecessary yojson dep from yamlx example (#497)
1 parent 7b155a0 commit 16d9957

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

atd-yamlx/examples/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
; package and it's not public (no public_name).
1212
(executable
1313
(name main)
14-
(libraries atd-yamlx atd-jsonlike yamlx yojson))
14+
(libraries atd-yamlx atd-jsonlike yamlx))
1515

1616
; Run the example as part of 'dune runtest atd-yamlx'.
1717
(rule

atd-yamlx/examples/main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pretty-print its contents.
44
55
Prerequisites (install once via opam):
6-
opam install atdml atd-yamlx yojson
6+
opam install atdml atd-yamlx
77
88
Build and run (from this directory):
99
dune exec ./main.exe

0 commit comments

Comments
 (0)