Revision bc00e571cea430997e6ffeae872f782d7f474cd7 authored by Cécile BARITEL-RUET on 10 November 2017, 12:07:56 UTC, committed by Cécile BARITEL-RUET on 10 November 2017, 12:07:56 UTC
1 parent a2bd95d
Raw File
ecVersion.mli
(* --------------------------------------------------------------------
 * Copyright (c) - 2012--2016 - IMDEA Software Institute
 * Copyright (c) - 2012--2017 - Inria
 *
 * Distributed under the terms of the CeCILL-C-V1 license
 * -------------------------------------------------------------------- *)

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

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