dune-private-libs.dune-section
Dune_section
dune-private-libs.dune_re
dune-private-libs.meta_parser
type t =
| Lib
| Lib_root
| Libexec
| Libexec_root
| Bin
| Sbin
| Toplevel
| Share
| Share_root
| Etc
| Doc
| Stublibs
| Man
| Misc
val all : (t * string) list
val of_string : string -> t option
val to_string : t -> string