this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Mark topkg as incompatible with the bytecode-only mode

authored by

Kate and committed by
GitHub
ed47929e 8078a960

+48
+3
packages/topkg/topkg.0.7.5/opam
··· 13 13 "ocamlbuild" {build} 14 14 "result" 15 15 ] 16 + conflicts: [ 17 + "ocaml-option-bytecode-only" 18 + ] 16 19 build:[[ 17 20 "ocaml" "pkg/pkg.ml" "build" 18 21 "--pkg-name" "%{name}%"
+3
packages/topkg/topkg.0.7.6/opam
··· 13 13 "ocamlbuild" {build} 14 14 "result" 15 15 ] 16 + conflicts: [ 17 + "ocaml-option-bytecode-only" 18 + ] 16 19 build: [ 17 20 "ocaml" "pkg/pkg.ml" "build" 18 21 "--pkg-name" name
+3
packages/topkg/topkg.0.7.7/opam
··· 13 13 "ocamlbuild" {build} 14 14 "result" 15 15 ] 16 + conflicts: [ 17 + "ocaml-option-bytecode-only" 18 + ] 16 19 build: [ 17 20 "ocaml" "pkg/pkg.ml" "build" 18 21 "--pkg-name" name
+3
packages/topkg/topkg.0.7.8/opam
··· 13 13 "ocamlbuild" {build} 14 14 "result" 15 15 ] 16 + conflicts: [ 17 + "ocaml-option-bytecode-only" 18 + ] 16 19 build: [ 17 20 "ocaml" "pkg/pkg.ml" "build" 18 21 "--pkg-name" name
+3
packages/topkg/topkg.0.7.9/opam
··· 13 13 "ocamlbuild" {build} 14 14 "result" 15 15 ] 16 + conflicts: [ 17 + "ocaml-option-bytecode-only" 18 + ] 16 19 build: [ 17 20 "ocaml" "pkg/pkg.ml" "build" 18 21 "--pkg-name" name
+3
packages/topkg/topkg.0.8.0/opam
··· 13 13 "ocamlbuild" {build} 14 14 "result" 15 15 ] 16 + conflicts: [ 17 + "ocaml-option-bytecode-only" 18 + ] 16 19 build: [ 17 20 "ocaml" "pkg/pkg.ml" "build" 18 21 "--pkg-name" name
+3
packages/topkg/topkg.0.8.1/opam
··· 13 13 "ocamlbuild" {build} 14 14 "result" 15 15 ] 16 + conflicts: [ 17 + "ocaml-option-bytecode-only" 18 + ] 16 19 build: [ 17 20 "ocaml" "pkg/pkg.ml" "build" 18 21 "--pkg-name" name
+3
packages/topkg/topkg.0.9.0/opam
··· 13 13 "ocamlbuild" 14 14 "result" 15 15 ] 16 + conflicts: [ 17 + "ocaml-option-bytecode-only" 18 + ] 16 19 build: [[ 17 20 "ocaml" "pkg/pkg.ml" "build" 18 21 "--pkg-name" name
+3
packages/topkg/topkg.0.9.1/opam
··· 13 13 "ocamlbuild" 14 14 "result" 15 15 ] 16 + conflicts: [ 17 + "ocaml-option-bytecode-only" 18 + ] 16 19 build: [[ 17 20 "ocaml" "pkg/pkg.ml" "build" 18 21 "--pkg-name" name
+3
packages/topkg/topkg.1.0.0/opam
··· 12 12 "ocamlfind" {build & >= "1.6.1"} 13 13 "ocamlbuild" 14 14 "result" ] 15 + conflicts: [ 16 + "ocaml-option-bytecode-only" 17 + ] 15 18 build: [[ 16 19 "ocaml" "pkg/pkg.ml" "build" 17 20 "--pkg-name" name
+3
packages/topkg/topkg.1.0.1/opam
··· 11 11 "ocaml" {>= "4.03.0" & < "4.12.0"} 12 12 "ocamlfind" {build & >= "1.6.1"} 13 13 "ocamlbuild" ] 14 + conflicts: [ 15 + "ocaml-option-bytecode-only" 16 + ] 14 17 build: [[ 15 18 "ocaml" "pkg/pkg.ml" "build" 16 19 "--pkg-name" name
+3
packages/topkg/topkg.1.0.2/opam
··· 11 11 "ocaml" {>= "4.03.0" & < "4.12.0"} 12 12 "ocamlfind" {build & >= "1.6.1"} 13 13 "ocamlbuild" ] 14 + conflicts: [ 15 + "ocaml-option-bytecode-only" 16 + ] 14 17 build: [[ 15 18 "ocaml" "pkg/pkg.ml" "build" 16 19 "--pkg-name" name
+3
packages/topkg/topkg.1.0.3/opam
··· 11 11 "ocaml" {>= "4.03.0" & < "5.0"} 12 12 "ocamlfind" {build & >= "1.6.1"} 13 13 "ocamlbuild" ] 14 + conflicts: [ 15 + "ocaml-option-bytecode-only" 16 + ] 14 17 build: [[ 15 18 "ocaml" "pkg/pkg.ml" "build" 16 19 "--pkg-name" name
+3
packages/topkg/topkg.1.0.4/opam
··· 11 11 depends: ["ocaml" {>= "4.03.0" & < "5.0"} 12 12 "ocamlfind" {build & >= "1.6.1"} 13 13 "ocamlbuild"] 14 + conflicts: [ 15 + "ocaml-option-bytecode-only" 16 + ] 14 17 build: [["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name 15 18 "--dev-pkg" "%{dev}%"]] 16 19 url {
+3
packages/topkg/topkg.1.0.5/opam
··· 11 11 depends: ["ocaml" {>= "4.05.0" & < "5.0"} 12 12 "ocamlfind" {build & >= "1.6.1"} 13 13 "ocamlbuild"] 14 + conflicts: [ 15 + "ocaml-option-bytecode-only" 16 + ] 14 17 build: [["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name 15 18 "--dev-pkg" "%{dev}%"]] 16 19 url {
+3
packages/topkg/topkg.1.0.6/opam
··· 38 38 "ocamlfind" {build & >= "1.6.1"} 39 39 "ocamlbuild" 40 40 ] 41 + conflicts: [ 42 + "ocaml-option-bytecode-only" 43 + ] 41 44 build: ["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--dev-pkg" "%{dev}%"] 42 45 dev-repo: "git+https://erratique.ch/repos/topkg.git" 43 46 url {