this repo has no description
0
fork

Configure Feed

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

`dotenv` version bounds

authored by

Diana Kalinichenko and committed by
Marcello Seri
9993d721 ffa18e9b

+2 -2
+1 -1
packages/dotenv/dotenv.0.0.1/opam
··· 11 11 ] 12 12 depends: [ 13 13 "ocaml" {>= "4.05"} 14 - "base" 14 + "base" {< "v0.17"} 15 15 "stdio" 16 16 "uutf" 17 17 "dune" {>= "1.7"}
+1 -1
packages/dotenv/dotenv.0.0.3/opam
··· 11 11 ] 12 12 depends: [ 13 13 "ocaml" {>= "4.05"} 14 - "base" 14 + "base" {< "v0.17"} 15 15 "stdio" 16 16 "uutf" 17 17 "pcre"