We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b155a0 commit 16d9957Copy full SHA for 16d9957
2 files changed
atd-yamlx/examples/dune
@@ -11,7 +11,7 @@
11
; package and it's not public (no public_name).
12
(executable
13
(name main)
14
- (libraries atd-yamlx atd-jsonlike yamlx yojson))
+ (libraries atd-yamlx atd-jsonlike yamlx))
15
16
; Run the example as part of 'dune runtest atd-yamlx'.
17
(rule
atd-yamlx/examples/main.ml
@@ -3,7 +3,7 @@
3
pretty-print its contents.
4
5
Prerequisites (install once via opam):
6
- opam install atdml atd-yamlx yojson
+ opam install atdml atd-yamlx
7
8
Build and run (from this directory):
9
dune exec ./main.exe
0 commit comments