tangled
alpha
login
or
join now
mtelvers.tunbury.org
/
repo-tool
1
fork
atom
A CLI tool that generates an opam repository and monorepo from a list of git repos
1
fork
atom
overview
issues
pulls
pipelines
Fix typo
Mark Elvers
1 month ago
254ca7c9
ed6a6bf3
+2
-1
2 changed files
expand all
collapse all
unified
split
lib
repo_tool.ml
repos.txt
+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
260
-
let opam_repo_dir = Filename.concat output_dir "opam-mono-repo" in
260
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
6
+
https://github.com/mtelvers/ocaml-jpeg