File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed
Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ homepage: "https://github.com/coq-community/coq-ext-lib"
1010bug-reports: "https://github.com/coq-community/coq-ext-lib/issues"
1111depends: [
1212 "ocaml"
13- "coq" {>= "8.8"}
13+ "coq" {>= "8.8" < "8.16" }
1414]
1515build: [make "-j%{jobs}%" "theories"]
1616run-test: [make "-j%{jobs}%" "examples"]
2222 "md5=054577e702e9cf596f37aa28b0b0394c"
2323 "sha512=84b79097c9ad6823024a0af875c07389accb597337527f905f067c7fa39a7c170239edb68d2a45b102714b6f6860cc7a7f937340824a688df19b4c35aa2e075c"
2424 ]
25- }
25+ }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ homepage: "https://github.com/coq-community/coq-ext-lib"
1010bug-reports: "https://github.com/coq-community/coq-ext-lib/issues"
1111depends: [
1212 "ocaml"
13- "coq" {>= "8.8"}
13+ "coq" {>= "8.8" < "8.15" }
1414]
1515build: [make "-j%{jobs}%" "theories"]
1616run-test: [make "-j%{jobs}%" "examples"]
2222 "md5=442577afb6ff3a02043478690057cc21"
2323 "sha512=5e429e291439885c57ad537d2bf644345973740e29cff42e4045367f9f1e22a406b15e17af415e8d301eb0caf179495a506ea04c1ce39f94875366a49aa2db80"
2424 ]
25- }
25+ }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ homepage: "https://github.com/coq-community/coq-ext-lib"
1010bug-reports: "https://github.com/coq-community/coq-ext-lib/issues"
1111depends: [
1212 "ocaml"
13- "coq" {>= "8.9" & ( < "8.10" | >= "8.11")}
13+ "coq" {( >= "8.9" & < "8.10") | ( >= "8.11" & < "8.18 ")}
1414]
1515build: [make "-j%{jobs}%" "theories"]
1616run-test: [make "-j%{jobs}%" "examples"]
2222 "md5=a71175b8e2b9c005d4e333a25ace42ba"
2323 "sha512=686ebc200fd4130c622dd707ca5175328ac5a145db2e280401168e564a5cc767356a60979dc949d845fec4934975576a0ea9e31f746954e91970280565212ba2"
2424 ]
25- }
25+ }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ homepage: "https://github.com/coq-community/coq-ext-lib"
1010bug-reports: "https://github.com/coq-community/coq-ext-lib/issues"
1111depends: [
1212 "ocaml"
13- "coq" {>= "8.9" & ( < "8.10" | >= "8.11")}
13+ "coq" {( >= "8.9" & < "8.10") | ( >= "8.11" & < "8.18 ")}
1414]
1515build: [make "-j%{jobs}%" "theories"]
1616run-test: [make "-j%{jobs}%" "examples"]
2323 "md5=5f5baefeb5f89f2185e132d8166d1725"
2424 "sha512=83521bcaa561485d483b3bc0957f3591f96e2c367841cdbfc3ec0b2cf9c75fd2866c98c9e0c2541f89ca1fdaefda654a8a37d7c974ab464234ff7b4f77a5e6e8"
2525 ]
26- }
26+ }
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ homepage: "https://github.com/liyishuai/coq-json"
1515bug-reports: "https://github.com/liyishuai/coq-json/issues"
1616depends: [
1717 "coq" {>= "8.12~"}
18+ "coq-ext-lib" {< "0.12"}
1819 "coq-parsec" {>= "0.1.1"}
1920 "menhir" {>= "20220210"}
2021 "coq-menhirlib" {>= "20220210"}
2930 "md5=6f5ff5b364192b63dbf1b33970ec3dfe"
3031 "sha512=9398190d689c41ed7b74b83fde19b95dca8a2e23aa53eb5c9705a2d505a52c2d291d1f7e80d0d24b762db182ab82dd575ead727d6c47ca92b7d3f376e199342a"
3132 ]
32- }
33+ }
You can’t perform that action at this time.
0 commit comments