package dune-build-info

  1. Overview
  2. Docs
type t
val name : t -> string

The most visible name of the library. If it is a public library, this its public name otherwise it is its private name.

val version : t -> Version.t option