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.

Apply ocamlformat

+2 -1
+2 -1
vendor/opam/base64/src/base64.ml
··· 57 57 58 58 let length_alphabet { emap; _ } = Array.length emap 59 59 60 - let alphabet { emap; _ } = String.init (Array.length emap) (fun i -> Char.chr emap.(i)) 60 + let alphabet { emap; _ } = 61 + String.init (Array.length emap) (fun i -> Char.chr emap.(i)) 61 62 62 63 let default_alphabet = 63 64 make_alphabet