this repo has no description

Apply suggestions from code review

Changed files
+2 -2
packages
uritemplate
uritemplate.0.1.0
uritemplate.0.2.0
+1 -1
packages/uritemplate/uritemplate.0.1.0/opam
···
bug-reports: "https://github.com/CorinChappy/uritemplate-ocaml/issues"
doc: "https://corinchappy.github.io/uritemplate-ocaml/"
depends: [
-
"dune"
+
"dune" {>= "1.2"}
"stdcompat" {>= "5"}
"ounit" {with-test}
"atdgen" {with-test & < "2.16.0"}
+1 -1
packages/uritemplate/uritemplate.0.2.0/opam
···
doc: "https://corinchappy.github.io/uritemplate-ocaml/"
depends: [
"ocaml"
-
"dune"
+
"dune" {>= "1.2"}
"stdcompat" {>= "5"}
"ounit" {with-test}
"atdgen" {with-test & < "2.16.0"}