1
1
(* setup.ml generated for the first time by OASIS v0.3.0 *)
2
2
3
3
(* OASIS_START *)
4
- (* DO NOT EDIT (digest: 698133cd5beb2ac5bf7d610ab553ce08 ) *)
4
+ (* DO NOT EDIT (digest: 8219a3d24b5430546ae8fb54df36c8e4 ) *)
5
5
(*
6
6
Regenerated by OASIS v0.3.0
7
7
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -5708,14 +5708,28 @@ let setup_t =
5708
5708
lib_findlib_name = Some " postgresql" ;
5709
5709
lib_findlib_containers = [] ;
5710
5710
});
5711
+ Flag
5712
+ ({
5713
+ cs_name = " examples" ;
5714
+ cs_data = PropList.Data. create () ;
5715
+ cs_plugin_data = [] ;
5716
+ },
5717
+ {
5718
+ flag_description = Some " Build examples" ;
5719
+ flag_default = [(OASISExpr. EBool true , true )];
5720
+ });
5711
5721
Executable
5712
5722
({
5713
5723
cs_name = " cursor" ;
5714
5724
cs_data = PropList.Data. create () ;
5715
5725
cs_plugin_data = [] ;
5716
5726
},
5717
5727
{
5718
- bs_build = [(OASISExpr. EBool true , true )];
5728
+ bs_build =
5729
+ [
5730
+ (OASISExpr. EBool true , false );
5731
+ (OASISExpr. EFlag " examples" , true )
5732
+ ];
5719
5733
bs_install = [(OASISExpr. EBool true , false )];
5720
5734
bs_path = " examples" ;
5721
5735
bs_compiled_object = Best ;
@@ -5739,7 +5753,11 @@ let setup_t =
5739
5753
cs_plugin_data = [] ;
5740
5754
},
5741
5755
{
5742
- bs_build = [(OASISExpr. EBool true , true )];
5756
+ bs_build =
5757
+ [
5758
+ (OASISExpr. EBool true , false );
5759
+ (OASISExpr. EFlag " examples" , true )
5760
+ ];
5743
5761
bs_install = [(OASISExpr. EBool true , false )];
5744
5762
bs_path = " examples" ;
5745
5763
bs_compiled_object = Best ;
@@ -5763,7 +5781,11 @@ let setup_t =
5763
5781
cs_plugin_data = [] ;
5764
5782
},
5765
5783
{
5766
- bs_build = [(OASISExpr. EBool true , true )];
5784
+ bs_build =
5785
+ [
5786
+ (OASISExpr. EBool true , false );
5787
+ (OASISExpr. EFlag " examples" , true )
5788
+ ];
5767
5789
bs_install = [(OASISExpr. EBool true , false )];
5768
5790
bs_path = " examples" ;
5769
5791
bs_compiled_object = Best ;
@@ -5787,7 +5809,11 @@ let setup_t =
5787
5809
cs_plugin_data = [] ;
5788
5810
},
5789
5811
{
5790
- bs_build = [(OASISExpr. EBool true , true )];
5812
+ bs_build =
5813
+ [
5814
+ (OASISExpr. EBool true , false );
5815
+ (OASISExpr. EFlag " examples" , true )
5816
+ ];
5791
5817
bs_install = [(OASISExpr. EBool true , false )];
5792
5818
bs_path = " examples" ;
5793
5819
bs_compiled_object = Best ;
@@ -5825,7 +5851,10 @@ let setup_t =
5825
5851
bs_build =
5826
5852
[
5827
5853
(OASISExpr. EBool true , false );
5828
- (OASISExpr. EFlag " lablgtk2" , true )
5854
+ (OASISExpr. EAnd
5855
+ (OASISExpr. EFlag " examples" ,
5856
+ OASISExpr. EFlag " lablgtk2" ),
5857
+ true )
5829
5858
];
5830
5859
bs_install = [(OASISExpr. EBool true , false )];
5831
5860
bs_path = " examples" ;
@@ -5854,7 +5883,11 @@ let setup_t =
5854
5883
cs_plugin_data = [] ;
5855
5884
},
5856
5885
{
5857
- bs_build = [(OASISExpr. EBool true , true )];
5886
+ bs_build =
5887
+ [
5888
+ (OASISExpr. EBool true , false );
5889
+ (OASISExpr. EFlag " examples" , true )
5890
+ ];
5858
5891
bs_install = [(OASISExpr. EBool true , false )];
5859
5892
bs_path = " examples" ;
5860
5893
bs_compiled_object = Best ;
@@ -5928,14 +5961,14 @@ let setup_t =
5928
5961
};
5929
5962
oasis_fn = Some " _oasis" ;
5930
5963
oasis_version = " 0.3.0" ;
5931
- oasis_digest = Some " Õ \006 ÝãØViË \128\028 bÛYEY \129 " ;
5964
+ oasis_digest = Some " x8 \003 [{ÈV.gG \017 ÑùýÞL " ;
5932
5965
oasis_exec = None ;
5933
5966
oasis_setup_args = [] ;
5934
5967
setup_update = false ;
5935
5968
};;
5936
5969
5937
5970
let setup () = BaseSetup. setup setup_t;;
5938
5971
5939
- # 5940 " setup.ml"
5972
+ # 5973 " setup.ml"
5940
5973
(* OASIS_STOP *)
5941
5974
let () = setup () ;;
0 commit comments