this repo has no description

Apply suggestions from code review

Changed files
+2 -2
packages
mjson
mjson.0.1.1
+2 -2
packages/mjson/mjson.0.1.1/opam
···
homepage: "https://github.com/neshtea/mjson"
bug-reports: "https://github.com/neshtea/mjson/issues"
depends: [
-
"ocaml"
"dune" {>= "3.11"}
-
"yojson"
"alcotest"
"ppx_deriving"
"odoc" {with-doc}
···
homepage: "https://github.com/neshtea/mjson"
bug-reports: "https://github.com/neshtea/mjson/issues"
depends: [
+
"ocaml" {>="4.08.0"}
"dune" {>= "3.11"}
+
"yojson" {>="2.0.0"}
"alcotest"
"ppx_deriving"
"odoc" {with-doc}