Skip to content

Commit d12d281

Browse files
authored
Merge pull request ocaml#23441 from mseri/fix-revdeps-lablgtk
Fix revdeps from lablGL PR
2 parents 6ab5941 + 515958e commit d12d281

File tree

8 files changed

+9
-7
lines changed
  • packages
    • little_logger/little_logger.0.2.0
    • papi/papi.0.1.0
    • protocol-9p-unix
      • protocol-9p-unix.1.0.0
      • protocol-9p-unix.1.0.1
      • protocol-9p-unix.2.0.1
    • rfsm/rfsm.1.0
    • session/session.0.4.1
    • sodium/sodium.0.2.1

8 files changed

+9
-7
lines changed

packages/little_logger/little_logger.0.2.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ build: [
3333
"-j"
3434
jobs
3535
"@install"
36-
"@runtest" {with-test}
36+
"@runtest" {with-test & ocaml:version < "5.0.0"}
3737
"@doc" {with-doc}
3838
]
3939
]
@@ -44,4 +44,4 @@ url {
4444
"md5=012b7caead6fb818419d224465ed50a3"
4545
"sha512=4ac1496959f5899e91cd96bb4d540be586937e99c7876dceb789bb0399f9d5a8ceef548b86d8ba3552b48aa798af2e6daf50710bbd404cea18d22cc14572bc0a"
4646
]
47-
}
47+
}

packages/papi/papi.0.1.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ doc: "https://pqwy.github.io/ocaml-papi/doc"
77
dev-repo: "git+https://github.com/pqwy/ocaml-papi.git"
88
bug-reports: "https://github.com/pqwy/ocaml-papi/issues"
99
depends: [
10+
"ocaml" {< "4.14"}
1011
"ocamlfind" {build}
1112
"ocamlbuild" {build}
1213
"topkg" {build}

packages/protocol-9p-unix/protocol-9p-unix.1.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ depends: [
3131
build: [
3232
["dune" "subst"] {dev}
3333
["dune" "build" "-p" name "-j" jobs]
34-
["dune" "runtest" "-p" name "-j" jobs] {with-test}
34+
# ["dune" "runtest" "-p" name "-j" jobs] {with-test}
3535
]
3636
dev-repo: "git+https://github.com/mirage/ocaml-9p.git"
3737
synopsis: "A Unix implementation of the 9p protocol in pure OCaml"

packages/protocol-9p-unix/protocol-9p-unix.1.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ depends: [
3131
build: [
3232
["dune" "subst"] {dev}
3333
["dune" "build" "-p" name "-j" jobs]
34-
["dune" "runtest" "-p" name "-j" jobs] {with-test}
34+
# ["dune" "runtest" "-p" name "-j" jobs] {with-test}
3535
]
3636
dev-repo: "git+https://github.com/mirage/ocaml-9p.git"
3737
synopsis: "A Unix implementation of the 9p protocol in pure OCaml"

packages/protocol-9p-unix/protocol-9p-unix.2.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ depends: [
3030
build: [
3131
["dune" "subst"] {dev}
3232
["dune" "build" "-p" name "-j" jobs]
33-
["dune" "runtest" "-p" name "-j" jobs] {with-test}
33+
# ["dune" "runtest" "-p" name "-j" jobs] {with-test}
3434
]
3535
dev-repo: "git+https://github.com/mirage/ocaml-9p.git"
3636
synopsis: "A Unix implementation of the 9p protocol in pure OCaml"

packages/rfsm/rfsm.1.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ depends: [
2626
"menhir" {< "20211215"}
2727
"lascar" {< "0.6.0"}
2828
]
29+
available: opam:version < "2.0.9"
2930
synopsis:
3031
"A toolset for describing and simulating StateChart-like state diagrams."
3132
url {

packages/session/session.0.4.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
build: [
1616
["dune" "subst"] {dev}
1717
["dune" "build" "-p" name "-j" jobs]
18-
["dune" "runtest" "-p" name "-j" jobs] {with-test}
18+
["dune" "runtest" "-p" name "-j" jobs] {with-test & ocaml:version < "5.0.0"}
1919
]
2020
dev-repo: "git+https://github.com/inhabitedtype/ocaml-session.git"
2121
synopsis: "A session manager for your everyday needs"

packages/sodium/sodium.0.2.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tags: ["org:mirage"]
44
build: make
55
remove: [["ocamlfind" "remove" "sodium"]]
66
depends: [
7-
"ocaml"
7+
"ocaml" {< "5.0"}
88
"base-bigarray"
99
"base-bytes"
1010
"ocamlfind"

0 commit comments

Comments
 (0)