diff --git a/_oasis b/_oasis index b4288e63e..474958a16 100644 --- a/_oasis +++ b/_oasis @@ -20,11 +20,11 @@ Library git Reference, Remote, Tag, Tree, User, Value, Object, Object_type, Store, Search, Gri BuildDepends: mstruct, dolog, core_kernel, ocamlgraph, lazy-trie, - re.pcre, zip, cryptokit, uri, lwt, patience, + re.pcre, zip, cryptokit, uri, lwt, bin_prot.syntax, comparelib.syntax, sexplib.syntax, conduit.lwt, uri.services XMETARequires: mstruct, dolog, core_kernel, ocamlgraph, lazy-trie, - re.pcre, zip, cryptokit, uri, lwt, patience, + re.pcre, zip, cryptokit, uri, lwt, conduit.lwt, uri.services Library "git-memory" diff --git a/_tags b/_tags index fee7eb738..2d510a425 100644 --- a/_tags +++ b/_tags @@ -1,5 +1,5 @@ # OASIS_START -# DO NOT EDIT (digest: 2df9629b1b9e1b2d9be3d592cb15a7b8) +# DO NOT EDIT (digest: dd728d4986555f8c15692f3ed7bd0cd8) # Ignore VCS directories, you can use the same kind of rule outside # OASIS_START/STOP if you want to exclude directories that contains # useless stuff for the build process @@ -52,7 +52,6 @@ : pkg_lwt.unix : pkg_mstruct : pkg_ocamlgraph -: pkg_patience : pkg_re.pcre : pkg_sexplib.syntax : pkg_uri @@ -73,7 +72,6 @@ : pkg_lwt.unix : pkg_mstruct : pkg_ocamlgraph -: pkg_patience : pkg_re.pcre : pkg_sexplib.syntax : pkg_uri @@ -95,7 +93,6 @@ : pkg_lwt.unix : pkg_mstruct : pkg_ocamlgraph -: pkg_patience : pkg_re.pcre : pkg_sexplib.syntax : pkg_uri @@ -118,7 +115,6 @@ : pkg_lwt.unix : pkg_mstruct : pkg_ocamlgraph -: pkg_patience : pkg_re.pcre : pkg_sexplib.syntax : pkg_uri @@ -140,7 +136,6 @@ : pkg_lwt.unix : pkg_mstruct : pkg_ocamlgraph -: pkg_patience : pkg_re.pcre : pkg_sexplib.syntax : pkg_uri diff --git a/lib/META b/lib/META index ce2bb1d5f..27ea4136e 100644 --- a/lib/META +++ b/lib/META @@ -1,9 +1,9 @@ # OASIS_START -# DO NOT EDIT (digest: 9d918e4d0c48f195cd2e385b6f71048c) +# DO NOT EDIT (digest: 49f2973975c674e380ad7df5d9fe6c68) version = "1.1.0" description = "A low-level interface to Git in pure OCaml" requires = -"mstruct dolog core_kernel ocamlgraph lazy-trie re.pcre zip cryptokit uri lwt patience conduit.lwt uri.services" +"mstruct dolog core_kernel ocamlgraph lazy-trie re.pcre zip cryptokit uri lwt conduit.lwt uri.services" archive(byte) = "git.cma" archive(byte, plugin) = "git.cma" archive(native) = "git.cmxa" diff --git a/setup.ml b/setup.ml index 5fd67d040..056089fb0 100644 --- a/setup.ml +++ b/setup.ml @@ -1,7 +1,7 @@ (* setup.ml generated for the first time by OASIS v0.4.1 *) (* OASIS_START *) -(* DO NOT EDIT (digest: fea717679a770e0d7441bbf751ae6b11) *) +(* DO NOT EDIT (digest: a06bdbb00b854bee170133a886441674) *) (* Regenerated by OASIS v0.4.4 Visit http://oasis.forge.ocamlcore.org for more information and @@ -6902,7 +6902,6 @@ let setup_t = FindlibPackage ("cryptokit", None); FindlibPackage ("uri", None); FindlibPackage ("lwt", None); - FindlibPackage ("patience", None); FindlibPackage ("bin_prot.syntax", None); FindlibPackage ("comparelib.syntax", None); FindlibPackage ("sexplib.syntax", None); @@ -7158,7 +7157,7 @@ let setup_t = }; oasis_fn = Some "_oasis"; oasis_version = "0.4.4"; - oasis_digest = Some "\018{a6ïå©åm!î?õjö*"; + oasis_digest = Some "«\021}\150/\005]°4\1435lÛW3Â"; oasis_exec = None; oasis_setup_args = []; setup_update = false @@ -7166,6 +7165,6 @@ let setup_t = let setup () = BaseSetup.setup setup_t;; -# 7170 "setup.ml" +# 7169 "setup.ml" (* OASIS_STOP *) let () = setup ();;