We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c84d6 commit 5b93016Copy full SHA for 5b93016
src/dune
@@ -2,4 +2,5 @@
2
(name google_drive_ocamlfuse)
3
(wrapped false)
4
(flags :standard -w -3-27-32-58)
5
- (libraries cryptokit extlib gapi-ocaml ocamlfuse sqlite3 threads camlidl tiny_httpd))
+ (libraries cryptokit extlib gapi-ocaml gapi-ocaml.netsys-local ocamlfuse
6
+ sqlite3 threads camlidl tiny_httpd))
src/mime.ml
@@ -2,7 +2,7 @@ open GapiUtils.Infix
let map_filename_to_mime_type filename =
let extension =
- try GapiUtils.string_after_char '.' filename |> String.lowercase
+ try GapiUtils.string_after_char '.' filename |> String.lowercase_ascii
with Not_found -> ""
7
in
8
match extension with
0 commit comments