A CLI tool that generates an opam repository and monorepo from a list of git repos

Fix typo

+2 -1
+1 -1
lib/repo_tool.ml
··· 257 257 let entries = read_repo_file input_file in 258 258 Printf.printf "Found %d repositories to process\n%!" (List.length entries); 259 259 mkdir_p output_dir; 260 - let opam_repo_dir = Filename.concat output_dir "opam-mono-repo" in 260 + let opam_repo_dir = Filename.concat output_dir "opam-repository" in 261 261 mkdir_p opam_repo_dir; 262 262 create_repo_file opam_repo_dir; 263 263 let vendor_dir = Filename.concat output_dir "vendor" in
+1
repos.txt
··· 3 3 https://github.com/mtelvers/ocaml-slurm 4 4 https://github.com/mtelvers/ocaml-octopus-energy 5 5 https://github.com/mtelvers/braid 6 + https://github.com/mtelvers/ocaml-jpeg