12345678910111213141516171819202122232425262728293031323334353637(**************************************************************************)(* *)(* Copyright 2023 OCamlPro *)(* *)(* All rights reserved. This file is distributed under the terms of the *)(* GNU Lesser General Public License version 2.1, with the special *)(* exception on linking described in the file LICENSE. *)(* *)(**************************************************************************)letget_dataofilename=matchowith|Somev->v|None->OpamConsole.error_and_exit`Configuration_error"Seems like you moved your %s. This file is required since it is used by default. \
If you want to replace it by your default choice, but keep the same name and path."(OpamConsole.colorise`boldfilename)(** Data directory with crunched content. Every pair value within represents filename and its content. *)letgetbasenamesubdir=letfilename=String.concat"/"[subdir;basename]inbasename,get_data(DataDir.readfilename)(String.concat"/"["data";filename])moduleIMAGES=structletlogo=get"logo.ico""images"letdlgbmp=get"dlgbmp.bmp""images"letbanbmp=get"bannrbmp.bmp""images"endmoduleLICENSES=structletgpl3=get"gpl-3.0.rtf""licenses"endmoduleWIX=structletcustom_app=get"WixUI_CustomApp.wxs""wix"letcustom_plugin=get"WixUI_CustomPlugin.wxs""wix"end