File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2323 dune
2424 ( ocaml ( >= 4 .14.2) )
2525 yojson
26- ppx_deriving_yojson
26+ ppx_deriving
2727 ezgzip
28- checkseum
28+ owl
2929 stdint
30+ checkseum
3031 ( ounit2 :with -test)
3132 ( odoc :with -doc)
3233 ( bisect_ppx
33- ( and :dev ( >= 2 .5.0) :with -test) )
34- owl)
34+ ( and :dev ( >= 2 .5.0) :with -test) ) )
3535 ( tags
3636 ( topics " to describe" your project) ) )
3737
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ depends: [
1313 "dune" {>= "3.15"}
1414 "ocaml" {>= "4.14.2"}
1515 "yojson"
16- "ppx_deriving_yojson "
16+ "ppx_deriving "
1717 "ezgzip"
18- "checkseum "
18+ "owl "
1919 "stdint"
20+ "checkseum"
2021 "ounit2" {with-test}
2122 "odoc" {with-doc}
2223 "bisect_ppx" {dev & >= "2.5.0" & with-test}
23- "owl"
2424]
2525build: [
2626 ["dune" "subst"] {dev}
You can’t perform that action at this time.
0 commit comments