summaryrefslogtreecommitdiffstats
path: root/ocamlbuild/const.ml
blob: dac87789087a36e82e34d62ee3f5f95e66079348 (plain)
1
2
3
4
5
6
7
8
9
10
11
module Source = struct
  let file = "file"
  let command_line = "command-line"
  let path = "path"
  let ocamlfind_query = "ocamlfind query"
  let ocamldep = "ocamldep"
  let target_pattern = "target pattern"
  let builtin = "builtin configuration"
  let configuration = "configuration"
  let plugin_tag = "plugin tag"
end