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

Merge pull request #58 from ocaml/216

Release 2.1.6

authored by

R. Boujbel and committed by
GitHub
d545ddbc f68384fc

+5 -1
+4
vendor/opam/opam-file-format/CHANGES
··· 1 + 2.1.6 [20 March 2023] 2 + ------------------------ 3 + * Remove deprecated usage of `Printf.ksprintf`, ocaml 5 compatibility 4 + 1 5 2.1.5 [14 December 2022] 2 6 ------------------------ 3 7 * Fix extra lines on non empty headers [#49 @hhugo]
+1 -1
vendor/opam/opam-file-format/opam-file-format.opam
··· 1 1 opam-version: "2.0" 2 - version: "2.1.5" 2 + version: "2.1.6" 3 3 synopsis: "Parser and printer for the opam file syntax" 4 4 maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>" 5 5 authors: "Louis Gesbert <louis.gesbert@ocamlpro.com>"