Browse Source

Oasis & file mod

Leo 10 years ago
parent
commit
72377974e0
18 changed files with 5 additions and 10 deletions
  1. 0 0
      .gitignore
  2. 0 0
      AUTHORS.txt
  3. 0 0
      INSTALL.txt
  4. 0 0
      LICENCE
  5. 0 0
      LICENSE
  6. 0 0
      Makefile
  7. 0 0
      Readme.md
  8. 0 0
      TODO.md
  9. 0 0
      VERSION
  10. 1 2
      _oasis
  11. 4 8
      setup.ml
  12. 0 0
      src/const.ml
  13. 0 0
      src/default.ml
  14. 0 0
      src/exec_cmd.ml
  15. 0 0
      src/file_com.ml
  16. 0 0
      src/oclaunch.ml
  17. 0 0
      src/settings.atd
  18. 0 0
      src/tmp_file.ml

+ 0 - 0
.gitignore


+ 0 - 0
AUTHORS.txt


+ 0 - 0
INSTALL.txt


+ 0 - 0
LICENCE


+ 0 - 0
LICENSE


+ 0 - 0
Makefile


+ 0 - 0
Readme.md


+ 0 - 0
TODO.md


+ 0 - 0
VERSION


+ 1 - 2
_oasis

@@ -10,7 +10,7 @@ Copyrights: (C) 2014 Joly Clément
 Homepage: https://gitlab.com/WzukW/oclaunch"
 BuildTools: ocamlbuild, camlp4o
 Plugins: StdFiles (0.4), DevFiles (0.4)
-XStdFilesREADME: true
+XStdFilesREADME: false
 XStdFilesINSTALL: true
 XStdFilesAUTHORS: true
 Description: OcLaunch is a command-line tool to launch successively (each time the program is called) commands. It is designed to be used with any program, interactive or not.
@@ -21,7 +21,6 @@ PreBuildCommand: atdgen -v ./src/settings.atd
 
 Executable oclaunch
   Path:       src
-  BuildTools: ocamlbuild
   MainIs:     oclaunch.ml
   BuildDepends: core, yojson, atdgen, threads, core_extended
   CompiledObject: best

+ 4 - 8
setup.ml

@@ -1,7 +1,7 @@
 (* setup.ml generated for the first time by OASIS v0.4.4 *)
 
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 10f8c282768a739e6a5b3a91606b403e) *)
+(* DO NOT EDIT (digest: 7afac2a7d590f3e7310d0937a63cf476) *)
 (*
    Regenerated by OASIS v0.4.4
    Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6720,11 +6720,7 @@ let setup_t =
                            FindlibPackage ("core_extended", None)
                         ];
                       bs_build_tools =
-                        [
-                           ExternalTool "ocamlbuild";
-                           ExternalTool "camlp4o";
-                           ExternalTool "ocamlbuild"
-                        ];
+                        [ExternalTool "ocamlbuild"; ExternalTool "camlp4o"];
                       bs_c_sources = [];
                       bs_data_files = [];
                       bs_ccopt = [(OASISExpr.EBool true, [])];
@@ -6747,7 +6743,7 @@ let setup_t =
        };
      oasis_fn = Some "_oasis";
      oasis_version = "0.4.4";
-     oasis_digest = Some "\003\167@F\140\002`m\022\223f\001\179\014\1723";
+     oasis_digest = Some "\231'\229\025\213\168=)4\1302\015\206v\139\027";
      oasis_exec = None;
      oasis_setup_args = [];
      setup_update = false
@@ -6755,6 +6751,6 @@ let setup_t =
 
 let setup () = BaseSetup.setup setup_t;;
 
-# 6759 "setup.ml"
+# 6755 "setup.ml"
 (* OASIS_STOP *)
 let () = setup ();;

+ 0 - 0
src/const.ml


+ 0 - 0
src/default.ml


+ 0 - 0
src/exec_cmd.ml


+ 0 - 0
src/file_com.ml


+ 0 - 0
src/oclaunch.ml


+ 0 - 0
src/settings.atd


+ 0 - 0
src/tmp_file.ml