mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
disable doc for lwt
This commit is contained in:
parent
11259c9297
commit
391ddfc8cc
3 changed files with 6 additions and 12 deletions
3
_oasis
3
_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/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
11
setup.ml
11
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 ();;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue