mte/unikernel/duniverse/dune_/otherlibs/dune-private-libs/section/dune_section.mli
2025-11-11 02:07:51 +01:00

19 lines
252 B
OCaml

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