mte/unikernel/duniverse/dune_/otherlibs/dune-private-libs/section/dune_section.mli

20 lines
252 B
OCaml
Raw Normal View History

2025-11-11 02:07:51 +01:00
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