Author: Ralf Treinen <treinen@debian.org>
Description: fix path of ocaml libraries to conform with debian 

Index: tuareg-mode/tuareg.el
===================================================================
--- tuareg-mode.orig/tuareg.el	2023-03-07 12:14:37.978977547 +0100
+++ tuareg-mode/tuareg.el	2023-03-07 12:15:24.103242629 +0100
@@ -291,7 +291,7 @@
 Valid names are `browse-url', `browse-url-firefox', etc."
   :group 'tuareg :type 'function)
 
-(defcustom tuareg-library-path "/usr/local/lib/ocaml/"
+(defcustom tuareg-library-path "/usr/lib/ocaml/"
   "Name of directory holding the OCaml library."
   :group 'tuareg :type 'string)
 
