• en

Module OpamLibrary

Libraries
module Name : sig
Names
TODO: opam-units.0.1.1/opam-units/OpamLibrary.Name
val compare : t -> t -> int
Compare two library names
end
TODO: opam-units.0.1.1/opam-units/OpamLibrary
val create : OpamPackage.t -> Name.t -> t
Create a new library
val package : t -> OpamPackage.t
Return the library's package
val name : t -> Name.t
Return the library's name
val compare : t -> t -> int
Compare two libraries
val equal : t -> t -> bool
Are two libraries equal ?
val hash : t -> int
Hash a library