The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Build system: drop -safe-string option.

It's no longer needed since we require OCaml >= 4.08.

+1 -3
+1 -3
vendor/opam/cmdliner/build.ml
··· 11 11 let unit_dir = function Lib -> "src" | Bin -> "src/tool" 12 12 let build_dir u = Filename.concat root_build_dir (unit_dir u) 13 13 14 - let base_ocaml_opts = 15 - [ "-g"; "-bin-annot"; 16 - "-safe-string"; (* Remove once we require >= 4.06 *) ] 14 + let base_ocaml_opts = [ "-g"; "-bin-annot" ] 17 15 18 16 (* Logging *) 19 17