Replacing dynlink by just using dune to link at compile time

This commit is contained in:
Raphaël Proust 2023-08-29 15:38:36 +02:00
parent 1a4afd5d41
commit 67acf25cd7
2 changed files with 1 additions and 4 deletions

View file

@ -1,4 +1,4 @@
(library
(name stringCodepointSplitter)
(public_name stringCodepointSplitter)
(libraries uutf findlib.dynload))
(libraries uutf))

View file

@ -13,9 +13,6 @@ Under MIT License
It only contains [split_string_by_unicode_codepoint], which splits an OCaml string [str] to a [string list]
*)
let _ = Findlib.init ();;
Fl_dynload.load_packages ["uutf"];;
(** Split an OCaml string [str] to a [string list]