this repo has no description

Fix minimum constraint of json_decoder

It fails with the message that it requires dune 1.1.

Changed files
+1 -1
packages
json_decoder
json_decoder.0.1.1
+1 -1
packages/json_decoder/json_decoder.0.1.1/opam
···
dev-repo: "git+https://github.com/dagoof/ocaml-json-decoder.git"
depends: [
"ocaml" {>= "4.02.3"}
-
"dune"
+
"dune" {>= "1.1"}
"alcotest" {with-test}
"result"
"yojson" {< "2.0.0"}