Skip to content

Commit 2adb82e

Browse files
committed
dune-project: Add yojson as vhd-tool dependency
Signed-off-by: Andrii Sultanov <[email protected]>
1 parent 2f26d4c commit 2adb82e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dune-project

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,8 @@
536536
(xen-api-client-lwt
537537
(= :version))
538538
xenstore
539-
xenstore_transport))
539+
xenstore_transport
540+
yojson))
540541

541542
(package
542543
(name vhd-format))

opam/vhd-tool.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ depends: [
4040
"xen-api-client-lwt" {= version}
4141
"xenstore"
4242
"xenstore_transport"
43+
"yojson"
4344
"odoc" {with-doc}
4445
]
4546
build: [

0 commit comments

Comments
 (0)