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 6244b38 + 88919b5 commit 4e1c1d2Copy full SHA for 4e1c1d2
packages/camyll/camyll.0.4.1/opam
@@ -27,7 +27,7 @@ depends: [
27
"lambdasoup" {>= "0.7"}
28
"markup" {>= "0.8"}
29
"ocaml" {>= "4.12"}
30
- "omd" {= "2.0.0~alpha2"}
+ "omd" {>= "2.0.0~"}
31
"otoml" {>= "0.9.3"}
32
"plist-xml" {< "0.4"}
33
"re" {>= "1.9"}
@@ -37,6 +37,9 @@ depends: [
37
"yaml" {>= "3.1"}
38
"odoc" {with-doc}
39
]
40
+conflicts: [
41
+ "omd" {= "2.0.0~alpha1"}
42
+]
43
build: [
44
["dune" "subst"] {dev}
45
[
0 commit comments