Skip to content

compiler version printing #1946

@Drup

Description

@Drup

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions