We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3078eba + 3b00d9a commit 35fc44fCopy full SHA for 35fc44f
packages/mirage-logs/mirage-logs.0.1/opam
@@ -14,7 +14,7 @@ remove: [
14
["ocamlfind" "remove" "mirage-logs"]
15
]
16
depends: [
17
- "ocaml" {>= "4.01.0"}
+ "ocaml" {>= "4.01.0" & < "5.0"}
18
"logs" {>= "0.5.0"}
19
"ocamlfind" {build}
20
"ocamlbuild" {build}
packages/mirage-logs/mirage-logs.0.2/opam
@@ -9,7 +9,7 @@ build: [make "PREFIX=%{prefix}%"]
9
install: [make "PREFIX=%{prefix}%" "install"]
10
remove: ["ocamlfind" "remove" "mirage-logs"]
11
12
13
0 commit comments