dune/src/package.ml

8 lines
187 B
OCaml
Raw Normal View History

2017-02-24 18:21:22 +00:00
type t =
{ name : string
; path : Path.t
; version_from_opam_file : string option
}
let opam_file t = Path.relative t.path (t.name ^ ".opam")