12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758(*---------------------------------------------------------------------------
Copyright (c) 2019 The b0 programmers. All rights reserved.
SPDX-License-Identifier: ISC
---------------------------------------------------------------------------*)openB0_stdtypet=String.Set.ttypemap=Fpath.tlistString.Map.tletmake=String.Set.of_listletext=String.Set.singletonletfind_filesextsm=letadd_extextacc=matchString.Map.findextmwith|exceptionNot_found->acc|fs->List.rev_appendfsaccinString.Set.foldadd_extexts[]letall_filesm=letadd_filesacc=List.rev_appendfilesaccinString.Map.foldaddm[]letexists_fileextsfm=letcheck_extext=matchString.Map.findextfmwith|exceptionNot_found->()|[]->()|_->raiseExitintryString.Set.itercheck_extexts;falsewithExit->truelet(+)=String.Set.unionlet(-)=String.Set.diff(* Constants *)letc_lang=make[".c";".h"]letcmark=make[".md"]letcss=make[".css"]letdata=make[".json";".xml"]letfont=make[".otf";".ttf";".woff";".woff2"]lethtml=make[".html"]lethtml_lang=make[".html";".css";".js";]letimage=make[".eps";".gif";".ico";".jpeg";".jpg";".pdf";".png";".ps";".svg";".tiff"]letjs=make[".js"]letlatex_lang=make[".tex";".sty";".bib";".bibdoi"]letocaml_lang=make[".ml";".mld";".mli";".mll";".mly"]letsound=make[".aiff";".flac";".mp3";".wav"]lettex=make[".tex"]letvideo=make[".flv";".mov";".mp4"]letwww=data+font+html_lang+image+sound+videoletall=c_lang+cmark+css+data+font+html_lang+image+js+latex_lang+video+ocaml_lang+sound