Skip to content

Commit

Permalink
Merge pull request ocaml#24161 from kit-ty-kate/fix-231
Browse files Browse the repository at this point in the history
Fix older versions of domainslib
  • Loading branch information
kit-ty-kate authored Jul 26, 2023
2 parents 5c56238 + 3c307ce commit 810471f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/domainslib/domainslib.0.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dev-repo: "git+https://github.com/ocaml-multicore/domainslib.git"
bug-reports: "https://github.com/ocaml-multicore/domainslib/issues"
tags: ["org:ocamllabs"]
depends: [
"ocaml" {< "5.0.0"}
"dune" {>= "1.8"}
"base-domains"
]
Expand Down
1 change: 1 addition & 0 deletions packages/domainslib/domainslib.0.3.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dev-repo: "git+https://github.com/ocaml-multicore/domainslib.git"
bug-reports: "https://github.com/ocaml-multicore/domainslib/issues"
tags: ["org:ocamllabs"]
depends: [
"ocaml" {< "5.0.0"}
"dune" {>= "1.8"}
"base-domains"
]
Expand Down
1 change: 1 addition & 0 deletions packages/domainslib/domainslib.0.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ depends: [
"base-domains"
"mirage-clock-unix" {with-test}
]
available: false # Not compatible with 4.12.0+domains nor 5.0.0~alpha0 and newer. Was compatible only with trunk for a short period of time.
build: ["dune" "build" "-p" name "-j" jobs]
url {
src: "https://github.com/ocaml-multicore/domainslib/archive/0.4.0.tar.gz"
Expand Down
1 change: 1 addition & 0 deletions packages/domainslib/domainslib.0.4.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ depends: [
"dune" {>= "1.8"}
"mirage-clock-unix" {with-test}
]
available: false # Not compatible with 4.12.0+domains nor 5.0.0~alpha0 and newer. Was compatible only with trunk for a short period of time.
build: ["dune" "build" "-p" name "-j" jobs]
run-test: ["dune" "runtest" "-p" name "-j" jobs]
url {
Expand Down

0 comments on commit 810471f

Please sign in to comment.