diff --git a/_oasis b/_oasis index 359d61b8..78bd88bc 100644 --- a/_oasis +++ b/_oasis @@ -79,9 +79,8 @@ Document containers Type: ocamlbuild (0.3) BuildTools+: ocamldoc Install: true - Build$: flag(lwt) XOCamlbuildPath: . - XOCamlbuildLibraries: containers,containers.lwt + XOCamlbuildLibraries: containers Executable benchs Path: tests/ diff --git a/containers.odocl b/containers.odocl index edefeb3e..ea88a1b4 100644 --- a/containers.odocl +++ b/containers.odocl @@ -1,5 +1,5 @@ # OASIS_START -# DO NOT EDIT (digest: 509efa2d48f1db17047d029d9c883d07) +# DO NOT EDIT (digest: 9b329c33930d547bbc92d89a6a2cec77) Cache Deque Gen @@ -38,6 +38,4 @@ Show TTree HGraph Automaton -Behavior -Lwt_automaton # OASIS_STOP diff --git a/setup.ml b/setup.ml index e9a77f12..3e7b531f 100644 --- a/setup.ml +++ b/setup.ml @@ -1,7 +1,7 @@ (* setup.ml generated for the first time by OASIS v0.3.0 *) (* OASIS_START *) -(* DO NOT EDIT (digest: 939751db7ca9dddc45e30f49085683b0) *) +(* DO NOT EDIT (digest: 04bf46092acde357dff7874e85867622) *) (* Regenerated by OASIS v0.4.1 Visit http://oasis.forge.ocamlcore.org for more information and @@ -7042,10 +7042,7 @@ let setup_t = doc_build = [ (OASISExpr.ENot (OASISExpr.EFlag "docs"), false); - (OASISExpr.EFlag "docs", false); - (OASISExpr.EAnd - (OASISExpr.EFlag "docs", OASISExpr.EFlag "lwt"), - true) + (OASISExpr.EFlag "docs", true) ]; doc_install = [(OASISExpr.EBool true, true)]; doc_install_dir = "$docdir"; @@ -7217,7 +7214,7 @@ let setup_t = }; oasis_fn = Some "_oasis"; oasis_version = "0.4.1"; - oasis_digest = Some "!\199\188\179\016A\015A\130\196J\1291\159\2182"; + oasis_digest = Some "6:\022\240L\020\180\171e[+\176\163\r\213\232"; oasis_exec = None; oasis_setup_args = []; setup_update = false @@ -7225,6 +7222,6 @@ let setup_t = let setup () = BaseSetup.setup setup_t;; -# 7229 "setup.ml" +# 7226 "setup.ml" (* OASIS_STOP *) let () = setup ();;