https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 4e84f9c3ca9fe092798b126ac5e10739073c0772 authored by François Dupressoir on 14 May 2020, 11:59:26 UTC
Make CI useful again
Tip revision: 4e84f9c
ecVersion.ml.in
(* --------------------------------------------------------------------
 * Copyright (c) - 2012--2016 - IMDEA Software Institute
 * Copyright (c) - 2012--2017 - Inria
 *
 * Distributed under the terms of the CeCILL-C-V1 license
 * -------------------------------------------------------------------- *)

(* -------------------------------------------------------------------- *)
let copyright = [
  "Copyright (c) - 2012-2016 - IMDEA Software Institute";
  "Copyright (c) - 2012-2017 - INRIA";
  "Copyright (c) - 2017-2017 - Ecole Polytechnique";
]

let url  = "https://www.easycrypt.info/"
let hash = "COMMIT"
let app  = "easycrypt"

module License = struct
  let engine = "Distributed under the terms of the CeCILL-C license"
  let stdlib = "Distributed under the terms of the CeCILL-B license"
end
back to top