this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Apply suggestions from code review

authored by

Marcello Seri and committed by
GitHub
1fe996f4 a4c05461

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