~schube/sodium-fmt

a84015f33d53161428e59978016e5f9fc1976e41 — Victor Schubert 2 years ago fcef95c 1.0.0
add license headers
2 files changed, 34 insertions(+), 0 deletions(-)

M sodium_fmt.ml
M sodium_fmt.mli
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