diff --git a/_oasis b/_oasis index 012d477..2ca114d 100644 --- a/_oasis +++ b/_oasis @@ -1,7 +1,7 @@ OASISFormat: 0.4 OCamlVersion: >= 3.12.0 Name: google-drive-ocamlfuse -Version: 0.6.3 +Version: 0.6.4 LicenseFile: LICENSE License: MIT BuildType: ocamlbuild (0.3) diff --git a/myocamlbuild.ml b/myocamlbuild.ml index 0408f2f..56ff826 100644 --- a/myocamlbuild.ml +++ b/myocamlbuild.ml @@ -1,5 +1,5 @@ (* OASIS_START *) -(* DO NOT EDIT (digest: 2718b012d34d5792c9aa5817940dbcec) *) +(* DO NOT EDIT (digest: 03728bd250858556e8c4429429291e7f) *) module OASISGettext = struct (* # 22 "src/oasis/OASISGettext.ml" *) @@ -746,6 +746,9 @@ module MyOCamlbuildBase = struct (* # 110 "src/plugins/ocamlbuild/MyOCamlbuildBase.ml" *) + let env_filename = Pathname.basename BaseEnvLight.default_filename + + let dispatch_combine lst = fun e -> List.iter @@ -878,7 +881,7 @@ module MyOCamlbuildBase = struct end -# 881 "myocamlbuild.ml" +# 884 "myocamlbuild.ml" open Ocamlbuild_plugin;; let package_default = {MyOCamlbuildBase.lib_ocaml = []; lib_c = []; flags = []; includes = []} @@ -888,6 +891,6 @@ let conf = {MyOCamlbuildFindlib.no_automatic_syntax = false} let dispatch_default = MyOCamlbuildBase.dispatch_default conf package_default;; -# 892 "myocamlbuild.ml" +# 895 "myocamlbuild.ml" (* OASIS_STOP *) Ocamlbuild_plugin.dispatch dispatch_default;; diff --git a/setup.ml b/setup.ml index 48cb759..2c1513a 100644 --- a/setup.ml +++ b/setup.ml @@ -1,9 +1,9 @@ (* setup.ml generated for the first time by OASIS v0.2.1~alpha1 *) (* OASIS_START *) -(* DO NOT EDIT (digest: 39df993ffb5f9109b6a07f4b3a554031) *) +(* DO NOT EDIT (digest: 5de80bd5e3f7ca0c276ad81e0f23782d) *) (* - Regenerated by OASIS v0.4.7 + Regenerated by OASIS v0.4.8 Visit http://oasis.forge.ocamlcore.org for more information and documentation about functions used in this file. *) @@ -658,6 +658,7 @@ module OASISContext = struct ignore_unknown_fields: bool; printf: level -> string -> unit; srcfs: source OASISFileSystem.fs; + load_oasis_plugin: string -> bool; } @@ -682,6 +683,7 @@ module OASISContext = struct ignore_unknown_fields = false; printf = printf; srcfs = new OASISFileSystem.host_fs(Sys.getcwd ()); + load_oasis_plugin = (fun _ -> false); } @@ -3160,7 +3162,7 @@ module OASISFileUtil = struct end -# 3163 "setup.ml" +# 3165 "setup.ml" module BaseEnvLight = struct (* # 22 "src/base/BaseEnvLight.ml" *) @@ -3240,7 +3242,7 @@ module BaseEnvLight = struct end -# 3243 "setup.ml" +# 3245 "setup.ml" module BaseContext = struct (* # 22 "src/base/BaseContext.ml" *) @@ -5663,7 +5665,7 @@ module BaseCompat = struct end -# 5666 "setup.ml" +# 5668 "setup.ml" module InternalConfigurePlugin = struct (* # 22 "src/plugins/internal/InternalConfigurePlugin.ml" *) @@ -6469,7 +6471,7 @@ module InternalInstallPlugin = struct end -# 6472 "setup.ml" +# 6474 "setup.ml" module OCamlbuildCommon = struct (* # 22 "src/plugins/ocamlbuild/OCamlbuildCommon.ml" *) @@ -6842,7 +6844,7 @@ module OCamlbuildDocPlugin = struct end -# 6845 "setup.ml" +# 6847 "setup.ml" module CustomPlugin = struct (* # 22 "src/plugins/custom/CustomPlugin.ml" *) @@ -6974,7 +6976,7 @@ module CustomPlugin = struct end -# 6977 "setup.ml" +# 6979 "setup.ml" open OASISTypes;; let setup_t = @@ -7025,7 +7027,7 @@ let setup_t = { oasis_version = "0.4"; ocaml_version = Some (OASISVersion.VGreaterEqual "3.12.0"); - version = "0.6.3"; + version = "0.6.4"; license = OASISLicense.DEP5License (OASISLicense.DEP5Unit @@ -7433,8 +7435,8 @@ let setup_t = plugin_data = [] }; oasis_fn = Some "_oasis"; - oasis_version = "0.4.7"; - oasis_digest = Some "\026]\251}\218\166/\164\236\176\017T>V\192\139"; + oasis_version = "0.4.8"; + oasis_digest = Some "V\143~\184\173\130J'\189g3\019\194\215\024\220"; oasis_exec = None; oasis_setup_args = []; setup_update = false @@ -7442,7 +7444,7 @@ let setup_t = let setup () = BaseSetup.setup setup_t;; -# 7446 "setup.ml" +# 7448 "setup.ml" let setup_t = BaseCompat.Compat_0_4.adapt_setup_t setup_t open BaseCompat.Compat_0_4 (* OASIS_STOP *) diff --git a/src/config.ml b/src/config.ml index 8db9a58..78e1900 100644 --- a/src/config.ml +++ b/src/config.ml @@ -2,7 +2,7 @@ open GapiUtils.Infix open GapiLens.Infix let application_name = "google-drive-ocamlfuse" -let version = "0.6.3" +let version = "0.6.4" type t = { (* Debug mode *)