this repo has no description

Merge pull request #19629 from kit-ty-kate/fix-65

coq is not compatible with no-naked-pointers

Changed files
+9
packages
coq
coq.8.13.0
coq.8.13.1
coq.8.13.2
+3
packages/coq/coq.8.13.0/opam
···
"conf-findutils" {build}
"zarith" {>= "1.10"}
]
+
conflicts: [
+
"ocaml-option-nnp"
+
]
build: [
[
"./configure"
+3
packages/coq/coq.8.13.1/opam
···
"conf-findutils" {build}
"zarith" {>= "1.10"}
]
+
conflicts: [
+
"ocaml-option-nnp"
+
]
build: [
[
"./configure"
+3
packages/coq/coq.8.13.2/opam
···
"conf-findutils" {build}
"zarith" {>= "1.10"}
]
+
conflicts: [
+
"ocaml-option-nnp"
+
]
build: [
[
"./configure"