####################################################################### # # # CamlP3l # # # # (C) 2004-2007 # # Roberto Di Cosmo (dicosmo@dicosmo.org) # # Zheng Li (li@pps.jussieu.fr) # # Pierre Weis (Pierre.Weis@inria.fr) # # Francois Clement (Francois.Clement@inria.fr) # # # # Based on original Ocaml P3L System # # (C) 1997 by # # Roberto Di Cosmo (dicosmo@ens.fr) # # Marco Danelutto (marcod@di.unipi.it) # # Xavier Leroy (Xavier.Leroy@inria.fr) # # Susanna Pelagatti (susanna@di.unipi.it) # # # # This program is free software; you can redistribute it and/or # # modify it under the terms of the GNU Library General Public License # # as published by the Free Software Foundation; either version 2 # # of the License, or (at your option) any later version. # # # # This program 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 Library General Public License for more details. # # # ####################################################################### # The environment for htmlc to generate the version dependent files. # \$Id: software_env,v 1.2 2007-02-06 18:01:30 fclement Exp $ let software_name = "camlp3l";; let software_banner_name = "CamlP3l library";; let software_major_version = 1;; let software_minor_version = 0;; let software_patch_level = 0;; let software_dev_level = 1;; let software_dev_info = "Val d'Ajol";; let software_version_date = "2007-02-06";; let software_first_year = 2007;;