Yojson is now a non-test dependency

This commit is contained in:
Reynir Björnsson 2024-12-20 10:12:55 +01:00
parent 63223b8c46
commit 92ee6b9aaf
2 changed files with 2 additions and 2 deletions

View file

@ -50,10 +50,10 @@ depends: [
"decompress" {>= "1.5.0"}
"digestif" {>= "1.2.0"}
"uuidm" {>= "0.9.9"}
"yojson"
"alcotest" {>= "1.2.0" & with-test}
"ppx_deriving" {with-test}
"ppx_deriving_yojson" {with-test}
"yojson" {with-test}
]
synopsis: "Web interface for builder"

View file

@ -1,3 +1,3 @@
(library
(name opamdiff)
(libraries opam-core opam-format))
(libraries opam-core opam-format yojson))