this repo has no description
0
fork

Configure Feed

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

`user-agent-parser` version bounds

authored by

Diana Kalinichenko and committed by
Marcello Seri
401c505a f4cec429

+2 -2
+1 -1
packages/user-agent-parser/user-agent-parser.0.1.3/opam
··· 10 10 depends: [ 11 11 "ocaml" {>="4.05.0"} 12 12 "alcotest" {with-test & >= "0.8.3"} 13 - "base" {>= "v0.11"} 13 + "base" {>= "v0.11" & < "v0.17"} 14 14 "dune" {>="1.3"} 15 15 "ppx_deriving" 16 16 "ppx_let"
+1 -1
packages/user-agent-parser/user-agent-parser.0.2.0/opam
··· 9 9 run-test: [["dune" "runtest" "-p" name "-j" jobs]] 10 10 depends: [ 11 11 "alcotest" {with-test & >= "0.8.3"} 12 - "base" {>= "v0.11"} 12 + "base" {>= "v0.11" & < "v0.17"} 13 13 "dune" {>= "1.3"} 14 14 "ocaml" {>= "4.05.0"} 15 15 "ppx_deriving"