Revision 7a93224dbc641ca66b799de6d0c8d6f22a054d0a authored by Pierre-Yves Strub on 28 March 2022, 16:59:08 UTC, committed by Pierre-Yves Strub on 28 March 2022, 17:07:06 UTC
1 parent a9748f7
Raw File
ecVersion.mli
(* --------------------------------------------------------------------
 * Copyright (c) - 2012--2016 - IMDEA Software Institute
 * Copyright (c) - 2012--2021 - Inria
 * Copyright (c) - 2012--2021 - Ecole Polytechnique
 *
 * Distributed under the terms of the CeCILL-C-V1 license
 * -------------------------------------------------------------------- *)

(* -------------------------------------------------------------------- *)
val copyright : string list
val url       : string
val hash      : string
val app       : string

module License : sig
  val engine : string
  val stdlib : string
end
back to top