-
Notifications
You must be signed in to change notification settings - Fork 390
compiler version printing #1946
Copy link
Copy link
Closed
Description
When I tried to installed codoc, I got the message:
opam-doc-base is not available because it requires OCaml = 4.02.0.
When I did opam show --raw opam-doc-base I got:
opam-version: "1"
name: "opam-doc-base"
version: "0.1.3"
maintainer: "lpw25@cl.cam.ac.uk"
authors: "Leo White <lpw25@cl.cam.ac.uk>"
license: "ISC"
build: [
["assemblage" "setup" "--dumpast=false"]
[make]
[make "install"]
]
remove: ["ocamlfind" "remove" "opam-doc-base"]
depends: [
"cmdliner"
"xmlm"
"opam-lib"
"opam-units"
"ocamlgraph"
"ocamlfind"
"assemblage"
]
ocaml-version: [= "4.02.0"]
However, as you can see here. The compiler version is not right. It seems that +doc is not printed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels