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

Fix tests with alcotest.1.0.0

+3 -3
+3 -3
test/test.ml
··· 223 223 Alcotest.run "Base64" [ 224 224 "invariants", test_invariants; 225 225 "codec", test_codec; 226 - "rfc2045", test_strict_rfc2045; 227 - "rfc2045", test_strict_with_malformed_input_rfc2045; 228 - "rfc2045", test_relaxed_rfc2045; 226 + "rfc2045 (0)", test_strict_rfc2045; 227 + "rfc2045 (1)", test_strict_with_malformed_input_rfc2045; 228 + "rfc2045 (2)", test_relaxed_rfc2045; 229 229 ] 230 230