Yojson is now a non-test dependency
This commit is contained in:
parent
63223b8c46
commit
92ee6b9aaf
2 changed files with 2 additions and 2 deletions
|
@ -50,10 +50,10 @@ depends: [
|
||||||
"decompress" {>= "1.5.0"}
|
"decompress" {>= "1.5.0"}
|
||||||
"digestif" {>= "1.2.0"}
|
"digestif" {>= "1.2.0"}
|
||||||
"uuidm" {>= "0.9.9"}
|
"uuidm" {>= "0.9.9"}
|
||||||
|
"yojson"
|
||||||
"alcotest" {>= "1.2.0" & with-test}
|
"alcotest" {>= "1.2.0" & with-test}
|
||||||
"ppx_deriving" {with-test}
|
"ppx_deriving" {with-test}
|
||||||
"ppx_deriving_yojson" {with-test}
|
"ppx_deriving_yojson" {with-test}
|
||||||
"yojson" {with-test}
|
|
||||||
]
|
]
|
||||||
|
|
||||||
synopsis: "Web interface for builder"
|
synopsis: "Web interface for builder"
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
(library
|
(library
|
||||||
(name opamdiff)
|
(name opamdiff)
|
||||||
(libraries opam-core opam-format))
|
(libraries opam-core opam-format yojson))
|
||||||
|
|
Loading…
Reference in a new issue