12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485(* Js_of_ocaml compiler
* http://www.ocsigen.org/js_of_ocaml/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, with linking exception;
* either version 2.1 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*)open!Stdlibtypet=intlistletsplit_char~sepp=letlen=String.lengthpinletrecsplitbegcur=ifcur>=lenthenifcur-beg>0then[String.subp~pos:beg~len:(cur-beg)]else[]elseifsepp.[cur]thenString.subp~pos:beg~len:(cur-beg)::split(cur+1)(cur+1)elsesplitbeg(cur+1)insplit00letsplitv=matchsplit_char~sep:(function|'+'|'-'|'~'->true|_->false)vwith|[]->assertfalse|x::_->List.map(split_char~sep:(function|'.'->true|_->false)x)~f:int_of_stringletcurrent=splitSys.ocaml_versionletcompint(a:int)b=compareabletreccomparevv'=matchv,v'with|[x],[y]->compintxy|[],[]->0|[],y::_->compint0y|x::_,[]->compintx0|x::xs,y::ys->(matchcompintxywith|0->comparexsys|n->n)letv=matchcurrentwith|4::(4|5)::_->`V4_04|4::6::_->`V4_06|4::7::_->`V4_07|4::8::_->`V4_08|4::9::_->`V4_09|4::10::_->`V4_10|4::11::_->`V4_11|4::12::_->`V4_12|4::13::_->`V4_13|4::14::_->`V4_14|5::0::_->`V5_00|_->ifcomparecurrent[4;4]<0thenfailwith"OCaml version unsupported. Upgrade to OCaml 4.04 or newer."else(assert(comparecurrent[5;1]>=0);failwith"OCaml version unsupported. Upgrade js_of_ocaml.")