Skip to content

Commit ee229aa

Browse files
committed
dune-project: Add yojson as vhd-tool dependency
Signed-off-by: Andrii Sultanov <andriy.sultanov@vates.tech>
1 parent 7f89837 commit ee229aa

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

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)