Module Entry.Package

type t = private {
  1. name : string;
  2. version : string;
}
val v : name:string -> version:string -> t