File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
coq-lsp/coq-lsp.0.2.3+9.0
rocq-runtime/rocq-runtime.9.1.0 Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ depends: [
4040 "rocq-stdlib"
4141
4242 # [release branch] Remove
43- "ocamlfind" {>= "1.9.1" & (>= "1.9.8" | os != "windows") }
43+ "ocamlfind" {>= "1.9.1" & (>= "1.9.8" | os-family != "windows") }
4444 "zarith" {>= "1.13"}
4545
4646 # serlib deps: see what we need to keep for release
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ depends: [
2121 "conf-adwaita-icon-theme"
2222 "coqide-server" {= version}
2323 "cairo2" {>= "0.6.4"}
24- "lablgtk3-sourceview3" {>= "3.1.2" & (< "3.1.5" | os != "windows")}
24+ "lablgtk3-sourceview3" {>= "3.1.2" & (< "3.1.5" | os-family != "windows")}
2525 "odoc" {with-doc}
2626]
2727build: [
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ depends: [
2121 "conf-adwaita-icon-theme"
2222 "coqide-server" {= version}
2323 "cairo2" {>= "0.6.4"}
24- "lablgtk3-sourceview3" {>= "3.1.2" & (>= "3.1.5" | os != "windows")}
24+ "lablgtk3-sourceview3" {>= "3.1.2" & (>= "3.1.5" | os-family != "windows")}
2525 "odoc" {with-doc}
2626]
2727build: [
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ depends: [
2121 "conf-adwaita-icon-theme"
2222 "coqide-server" {= version}
2323 "cairo2" {>= "0.6.4"}
24- "lablgtk3-sourceview3" {>= "3.1.2" & (>= "3.1.5" | os != "windows")}
24+ "lablgtk3-sourceview3" {>= "3.1.2" & (>= "3.1.5" | os-family != "windows")}
2525 "odoc" {with-doc}
2626]
2727build: [
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ bug-reports: "https://github.com/rocq-prover/rocq/issues"
2727depends: [
2828 "dune" {>= "3.8"}
2929 "ocaml" {>= "4.14.0"}
30- "ocamlfind" {>= "1.9.1" & (>= "1.9.8" | os != "windows")}
30+ "ocamlfind" {>= "1.9.1" & (>= "1.9.8" | os-family != "windows")}
3131 "zarith" {>= "1.11"}
3232 "conf-linux-libc-dev" {os = "linux"}
3333 "odoc" {with-doc}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ depends: [
2121 "conf-adwaita-icon-theme"
2222 "coqide-server" {= version}
2323 "cairo2" {>= "0.6.4"}
24- "lablgtk3-sourceview3" {>= "3.1.2" & (>= "3.1.5" | os != "windows")}
24+ "lablgtk3-sourceview3" {>= "3.1.2" & (>= "3.1.5" | os-family != "windows")}
2525 "odoc" {with-doc}
2626]
2727build: [
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ depends: [
2121 "conf-adwaita-icon-theme"
2222 "coqide-server" {= version}
2323 "cairo2" {>= "0.6.4"}
24- "lablgtk3-sourceview3" {>= "3.1.2" & (>= "3.1.5" | os != "windows")}
24+ "lablgtk3-sourceview3" {>= "3.1.2" & (>= "3.1.5" | os-family != "windows")}
2525 "odoc" {with-doc}
2626]
2727build: [
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ depends: [
2121 "conf-adwaita-icon-theme"
2222 "coqide-server" {= version}
2323 "cairo2" {>= "0.6.4"}
24- "lablgtk3-sourceview3" {>= "3.1.2" & (>= "3.1.5" | os != "windows")}
24+ "lablgtk3-sourceview3" {>= "3.1.2" & (>= "3.1.5" | os-family != "windows")}
2525 "odoc" {with-doc}
2626]
2727build: [
You can’t perform that action at this time.
0 commit comments