M sodium_fmt.ml => sodium_fmt.ml +17 -0
@@ 1,3 1,20 @@
+(*
+ * This file is part of sodium-fmt (https://git.sr.ht/~schube/sodium-fmt).
+ * Copyright © 2022 Victor Schubert.
+ *
+ * sodium-fmt is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later
+ * version.
+ *
+ * sodium-fmt is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+ * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * sodium-fmt. If not, see <https://www.gnu.org/licenses/>.
+ *)
+
open Fmt
let base64 : bytes Fmt.t =
M sodium_fmt.mli => sodium_fmt.mli +17 -0
@@ 1,3 1,20 @@
+(*
+ * This file is part of sodium-fmt (https://git.sr.ht/~schube/sodium-fmt).
+ * Copyright © 2022 Victor Schubert.
+ *
+ * sodium-fmt is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later
+ * version.
+ *
+ * sodium-fmt is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+ * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * sodium-fmt. If not, see <https://www.gnu.org/licenses/>.
+ *)
+
(** {!Box} defines formatters for types defined in [Sodium.Box]. *)
module Box : sig
open Sodium.Box