this repo has no description

Explicitly add markup dep and bound on plist-xml for textmate-language

Alan Hu b0968b17 3385f989

Changed files
+8 -8
packages
textmate-language
textmate-language.0.3.0
textmate-language.0.3.1
textmate-language.0.3.2
textmate-language.0.3.3
+2 -2
packages/textmate-language/textmate-language.0.3.0/opam
···
"dune" {>= "2.7"}
"ocaml" {>= "4.08"}
"oniguruma" {< "0.2.0"}
-
"plist-xml" {with-test}
-
"markup" {with-test}
"alcotest" {>= "1.4" & < "2" & with-test}
"ezjsonm" {>= "1.2" & < "2" & with-test}
"yojson" {>= "1.7" & < "2" & with-test}
"odoc" {with-doc}
]
···
"dune" {>= "2.7"}
"ocaml" {>= "4.08"}
"oniguruma" {< "0.2.0"}
"alcotest" {>= "1.4" & < "2" & with-test}
"ezjsonm" {>= "1.2" & < "2" & with-test}
+
"markup" {>= "1.0" & with-test}
+
"plist-xml" {< "0.4.0" & with-test}
"yojson" {>= "1.7" & < "2" & with-test}
"odoc" {with-doc}
]
+2 -2
packages/textmate-language/textmate-language.0.3.1/opam
···
"dune" {>= "2.7"}
"ocaml" {>= "4.08"}
"oniguruma" {< "0.2.0"}
-
"plist-xml" {with-test}
-
"markup" {with-test}
"alcotest" {>= "1.4" & < "2" & with-test}
"ezjsonm" {>= "1.2" & < "2" & with-test}
"yojson" {>= "1.7" & < "2" & with-test}
"odoc" {with-doc}
]
···
"dune" {>= "2.7"}
"ocaml" {>= "4.08"}
"oniguruma" {< "0.2.0"}
"alcotest" {>= "1.4" & < "2" & with-test}
"ezjsonm" {>= "1.2" & < "2" & with-test}
+
"markup" {>= "1.0" & with-test}
+
"plist-xml" {< "0.4.0" & with-test}
"yojson" {>= "1.7" & < "2" & with-test}
"odoc" {with-doc}
]
+2 -2
packages/textmate-language/textmate-language.0.3.2/opam
···
"dune" {>= "2.7"}
"ocaml" {>= "4.08"}
"oniguruma" {< "0.2.0"}
-
"plist-xml" {with-test}
-
"markup" {with-test}
"alcotest" {>= "1.4" & < "2" & with-test}
"ezjsonm" {>= "1.2" & < "2" & with-test}
"yojson" {>= "1.7" & < "2" & with-test}
"odoc" {with-doc}
]
···
"dune" {>= "2.7"}
"ocaml" {>= "4.08"}
"oniguruma" {< "0.2.0"}
"alcotest" {>= "1.4" & < "2" & with-test}
"ezjsonm" {>= "1.2" & < "2" & with-test}
+
"markup" {>= "1.0" & with-test}
+
"plist-xml" {< "0.4.0" & with-test}
"yojson" {>= "1.7" & < "2" & with-test}
"odoc" {with-doc}
]
+2 -2
packages/textmate-language/textmate-language.0.3.3/opam
···
"dune" {>= "2.7"}
"ocaml" {>= "4.08"}
"oniguruma" {>= "0.1.2" & < "0.2.0"}
-
"plist-xml" {with-test}
-
"markup" {with-test}
"alcotest" {>= "1.4" & < "2" & with-test}
"ezjsonm" {>= "1.2" & < "2" & with-test}
"yojson" {>= "1.7" & < "2" & with-test}
"odoc" {with-doc}
]
···
"dune" {>= "2.7"}
"ocaml" {>= "4.08"}
"oniguruma" {>= "0.1.2" & < "0.2.0"}
"alcotest" {>= "1.4" & < "2" & with-test}
"ezjsonm" {>= "1.2" & < "2" & with-test}
+
"markup" {>= "1.0" & with-test}
+
"plist-xml" {< "0.4.0" & with-test}
"yojson" {>= "1.7" & < "2" & with-test}
"odoc" {with-doc}
]