this repo has no description

Make camlp4 < 4.02+6 not available on Cygwin (it's the one platform where it's very easy to have native code but not native dynlink)

Kate 6d653f66 b1fc69c8

Changed files
+4
packages
camlp4
camlp4.4.02+1
camlp4.4.02+2
camlp4.4.02+3
camlp4.4.02+4
+1
packages/camlp4/camlp4.4.02+1/opam
···
"ocamlbuild" {build}
"conf-which" {build}
]
+
available: os != "cygwin"
install: [
[make "install" "install-META"]
]
+1
packages/camlp4/camlp4.4.02+2/opam
···
"conf-which" {build}
"ocamlbuild" {build}
]
+
available: os != "cygwin"
install: [
[make "install" "install-META"]
]
+1
packages/camlp4/camlp4.4.02+3/opam
···
"ocamlbuild" {build}
"conf-which" {build}
]
+
available: os != "cygwin"
install: [
[make "install" "install-META"]
]
+1
packages/camlp4/camlp4.4.02+4/opam
···
"conf-which" {build}
"ocamlbuild" {build}
]
+
available: os != "cygwin"
install: [
[make "install" "install-META"]
]