File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
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.11
4+ Version: 0.6.12
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: 5b5747c9db336e16af4fb9ecd470a131 ) *)
4+ (* DO NOT EDIT (digest: 380950318a37ab42b9c18292497b376c ) *)
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.11 " ;
7030+ version = " 0.6.12 " ;
70317031 license =
70327032 OASISLicense. DEP5License
70337033 (OASISLicense. DEP5Unit
@@ -7436,7 +7436,7 @@ let setup_t =
74367436 };
74377437 oasis_fn = Some " _oasis" ;
74387438 oasis_version = " 0.4.8" ;
7439- oasis_digest = Some " R \228 ~To \225\240\246\193\221\027\152 A \028\251\020 " ;
7439+ oasis_digest = Some " \186 L \n VT \184 i \012\017 u \155\203 6 \184 ) \161 " ;
74407440 oasis_exec = None ;
74417441 oasis_setup_args = [] ;
74427442 setup_update = false
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.11 "
5+ let version = " 0.6.12 "
66
77type t = {
88 (* Number of seconds metadata should be cached. *)
You can’t perform that action at this time.
0 commit comments