this repo has no description

Merge pull request #23017 from kit-ty-kate/fix-206

Mark topkg as incompatible with the bytecode-only mode

Kate ed47929e 8078a960

Changed files
+48
packages
topkg
topkg.0.7.5
topkg.0.7.6
topkg.0.7.7
topkg.0.7.8
topkg.0.7.9
topkg.0.8.0
topkg.0.8.1
topkg.0.9.0
topkg.0.9.1
topkg.1.0.0
topkg.1.0.1
topkg.1.0.2
topkg.1.0.3
topkg.1.0.4
topkg.1.0.5
topkg.1.0.6
+3
packages/topkg/topkg.0.7.5/opam
···
"ocamlbuild" {build}
"result"
]
+
conflicts: [
+
"ocaml-option-bytecode-only"
+
]
build:[[
"ocaml" "pkg/pkg.ml" "build"
"--pkg-name" "%{name}%"
+3
packages/topkg/topkg.0.7.6/opam
···
"ocamlbuild" {build}
"result"
]
+
conflicts: [
+
"ocaml-option-bytecode-only"
+
]
build: [
"ocaml" "pkg/pkg.ml" "build"
"--pkg-name" name
+3
packages/topkg/topkg.0.7.7/opam
···
"ocamlbuild" {build}
"result"
]
+
conflicts: [
+
"ocaml-option-bytecode-only"
+
]
build: [
"ocaml" "pkg/pkg.ml" "build"
"--pkg-name" name
+3
packages/topkg/topkg.0.7.8/opam
···
"ocamlbuild" {build}
"result"
]
+
conflicts: [
+
"ocaml-option-bytecode-only"
+
]
build: [
"ocaml" "pkg/pkg.ml" "build"
"--pkg-name" name
+3
packages/topkg/topkg.0.7.9/opam
···
"ocamlbuild" {build}
"result"
]
+
conflicts: [
+
"ocaml-option-bytecode-only"
+
]
build: [
"ocaml" "pkg/pkg.ml" "build"
"--pkg-name" name
+3
packages/topkg/topkg.0.8.0/opam
···
"ocamlbuild" {build}
"result"
]
+
conflicts: [
+
"ocaml-option-bytecode-only"
+
]
build: [
"ocaml" "pkg/pkg.ml" "build"
"--pkg-name" name
+3
packages/topkg/topkg.0.8.1/opam
···
"ocamlbuild" {build}
"result"
]
+
conflicts: [
+
"ocaml-option-bytecode-only"
+
]
build: [
"ocaml" "pkg/pkg.ml" "build"
"--pkg-name" name
+3
packages/topkg/topkg.0.9.0/opam
···
"ocamlbuild"
"result"
]
+
conflicts: [
+
"ocaml-option-bytecode-only"
+
]
build: [[
"ocaml" "pkg/pkg.ml" "build"
"--pkg-name" name
+3
packages/topkg/topkg.0.9.1/opam
···
"ocamlbuild"
"result"
]
+
conflicts: [
+
"ocaml-option-bytecode-only"
+
]
build: [[
"ocaml" "pkg/pkg.ml" "build"
"--pkg-name" name
+3
packages/topkg/topkg.1.0.0/opam
···
"ocamlfind" {build & >= "1.6.1"}
"ocamlbuild"
"result" ]
+
conflicts: [
+
"ocaml-option-bytecode-only"
+
]
build: [[
"ocaml" "pkg/pkg.ml" "build"
"--pkg-name" name
+3
packages/topkg/topkg.1.0.1/opam
···
"ocaml" {>= "4.03.0" & < "4.12.0"}
"ocamlfind" {build & >= "1.6.1"}
"ocamlbuild" ]
+
conflicts: [
+
"ocaml-option-bytecode-only"
+
]
build: [[
"ocaml" "pkg/pkg.ml" "build"
"--pkg-name" name
+3
packages/topkg/topkg.1.0.2/opam
···
"ocaml" {>= "4.03.0" & < "4.12.0"}
"ocamlfind" {build & >= "1.6.1"}
"ocamlbuild" ]
+
conflicts: [
+
"ocaml-option-bytecode-only"
+
]
build: [[
"ocaml" "pkg/pkg.ml" "build"
"--pkg-name" name
+3
packages/topkg/topkg.1.0.3/opam
···
"ocaml" {>= "4.03.0" & < "5.0"}
"ocamlfind" {build & >= "1.6.1"}
"ocamlbuild" ]
+
conflicts: [
+
"ocaml-option-bytecode-only"
+
]
build: [[
"ocaml" "pkg/pkg.ml" "build"
"--pkg-name" name
+3
packages/topkg/topkg.1.0.4/opam
···
depends: ["ocaml" {>= "4.03.0" & < "5.0"}
"ocamlfind" {build & >= "1.6.1"}
"ocamlbuild"]
+
conflicts: [
+
"ocaml-option-bytecode-only"
+
]
build: [["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name
"--dev-pkg" "%{dev}%"]]
url {
+3
packages/topkg/topkg.1.0.5/opam
···
depends: ["ocaml" {>= "4.05.0" & < "5.0"}
"ocamlfind" {build & >= "1.6.1"}
"ocamlbuild"]
+
conflicts: [
+
"ocaml-option-bytecode-only"
+
]
build: [["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name
"--dev-pkg" "%{dev}%"]]
url {
+3
packages/topkg/topkg.1.0.6/opam
···
"ocamlfind" {build & >= "1.6.1"}
"ocamlbuild"
]
+
conflicts: [
+
"ocaml-option-bytecode-only"
+
]
build: ["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--dev-pkg" "%{dev}%"]
dev-repo: "git+https://erratique.ch/repos/topkg.git"
url {