File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11OASISFormat: 0.4
22OCamlVersion: >= 3.12.0
33Name: google-drive-ocamlfuse
4- Version: 0.6.12
4+ Version: 0.6.13
55LicenseFile: LICENSE
66License: MIT
77BuildType: ocamlbuild (0.3)
Original file line number Diff line number Diff line change 11(* setup.ml generated for the first time by OASIS v0.2.1~alpha1 *)
22
33(* OASIS_START *)
4- (* DO NOT EDIT (digest: 380950318a37ab42b9c18292497b376c ) *)
4+ (* DO NOT EDIT (digest: 4b3c92760e29e865c8c15e16134cd64b ) *)
55(*
66 Regenerated by OASIS v0.4.8
77 Visit http://oasis.forge.ocamlcore.org for more information and
@@ -7027,7 +7027,7 @@ let setup_t =
70277027 {
70287028 oasis_version = " 0.4" ;
70297029 ocaml_version = Some (OASISVersion. VGreaterEqual " 3.12.0" );
7030- version = " 0.6.12 " ;
7030+ version = " 0.6.13 " ;
70317031 license =
70327032 OASISLicense. DEP5License
70337033 (OASISLicense. DEP5Unit
@@ -7436,15 +7436,16 @@ let setup_t =
74367436 };
74377437 oasis_fn = Some " _oasis" ;
74387438 oasis_version = " 0.4.8" ;
7439- oasis_digest = Some " \186 L\n VT\184 i\012\017 u\155\203 6\184 )\161 " ;
7439+ oasis_digest =
7440+ Some " \018 M\020\201\007\031\017\171 7\005\007\162\171\030\167\185 " ;
74407441 oasis_exec = None ;
74417442 oasis_setup_args = [] ;
74427443 setup_update = false
74437444 };;
74447445
74457446let setup () = BaseSetup. setup setup_t;;
74467447
7447- # 7448 " setup.ml"
7448+ # 7449 " setup.ml"
74487449let setup_t = BaseCompat.Compat_0_4. adapt_setup_t setup_t
74497450open BaseCompat.Compat_0_4
74507451(* OASIS_STOP *)
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ open GapiUtils.Infix
22open GapiLens.Infix
33
44let application_name = " google-drive-ocamlfuse"
5- let version = " 0.6.12 "
5+ let version = " 0.6.13 "
66
77type t = {
88 (* Number of seconds metadata should be cached. *)
You can’t perform that action at this time.
0 commit comments