Revision fa2646305e7095df5463f5001c57982dde863a23 authored by Cécile BARITEL-RUET on 12 December 2017, 14:42:13 UTC, committed by Cécile BARITEL-RUET on 12 December 2017, 14:42:13 UTC
1 parent aa993b1
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