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.

Record vendored packages in config

+52
+52
unpac.toml
··· 104 104 [[opam.vendored]] 105 105 name = "cmdliner" 106 106 url = "https://erratique.ch/repos/cmdliner.git" 107 + 108 + [[opam.vendored]] 109 + name = "0install-solver" 110 + url = "https://github.com/0install/0install.git" 111 + 112 + [[opam.vendored]] 113 + name = "jsonm" 114 + url = "https://erratique.ch/repos/jsonm.git" 115 + 116 + [[opam.vendored]] 117 + name = "ocamlgraph" 118 + url = "https://github.com/backtracking/ocamlgraph.git" 119 + 120 + [[opam.vendored]] 121 + name = "opam-0install" 122 + url = "https://github.com/ocaml-opam/opam-0install-solver.git" 123 + 124 + [[opam.vendored]] 125 + name = "opam-core" 126 + url = "https://github.com/ocaml/opam.git" 127 + 128 + [[opam.vendored]] 129 + name = "opam-file-format" 130 + url = "https://github.com/ocaml/opam-file-format" 131 + 132 + [[opam.vendored]] 133 + name = "patch" 134 + url = "https://github.com/hannesm/patch.git" 135 + 136 + [[opam.vendored]] 137 + name = "re" 138 + url = "https://github.com/ocaml/ocaml-re.git" 139 + 140 + [[opam.vendored]] 141 + name = "sha" 142 + url = "https://github.com/djs55/ocaml-sha.git" 143 + 144 + [[opam.vendored]] 145 + name = "spdx_licenses" 146 + url = "https://github.com/kit-ty-kate/spdx_licenses.git" 147 + 148 + [[opam.vendored]] 149 + name = "stdlib-shims" 150 + url = "https://github.com/ocaml/stdlib-shims.git" 151 + 152 + [[opam.vendored]] 153 + name = "swhid_core" 154 + url = "https://github.com/ocamlpro/swhid_core.git" 155 + 156 + [[opam.vendored]] 157 + name = "uutf" 158 + url = "https://erratique.ch/repos/uutf.git"