OASISFormat: 0.4 Name: OcLaunch Version: 0.2.2.1-dev Synopsis: Launch commands automagically Authors: Joly Clément Maintainers: Joly Clément License: CeCILL LicenseFile: LICENSE Copyrights: (C) 2014-2015 Joly Clément Homepage: http://www.oclaunch.eu.org BuildTools: ocamlbuild, camlp4o Plugins: StdFiles (0.4), DevFiles (0.4) XStdFilesREADME: true XStdFilesINSTALL: true XStdFilesAUTHORS: true AlphaFeatures: stdfiles_markdown, compiled_setup_ml Description: [![licence CeCILL](https://img.shields.io/badge/licence-CeCILL-blue.svg)](http://oclaunch.eu.org/floss-under-cecill) [![command line](https://img.shields.io/badge/command-line-lightgrey.svg)](http://oclaunch.eu.org/videos) [![platform UNIX (esp. LINUX)](https://img.shields.io/badge/platform-UNIX_\(esp._LINUX\)-lightgrey.svg)](http://download.tuxfamily.org/oclaunch/oclaunch.xml) [![language OCaml](https://img.shields.io/badge/language-OCaml-orange.svg)](http://www.oclaunch.eu.org/) [![opam oclaunch](https://img.shields.io/badge/opam-oclaunch-red.svg)](http://opam.ocaml.org/packages/oclaunch/oclaunch.0.2.2/)[![Getting help](https://img.shields.io/badge/Get-Help!-orange.svg)](http://www.oclaunch.eu.org/help.html)
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. Feedback is welcome at contact@oclaunch.eu.org.
Detailed presentation at http://ocla.ml. Try it, it works automagically! PreBuildCommand: atdgen -t ./src/settings.atd PreBuildCommand: atdgen -j ./src/settings.atd PreBuildCommand: atdgen -v ./src/settings.atd PreBuildCommand: atdgen -b ./src/tmp_biniou.atd PreBuildCommand: atdgen -t ./src/tmp_biniou.atd PreBuildCommand: atdgen -v ./src/tmp_biniou.atd # Test, to be shure that atgen commands above run PreBuildCommand: echo "Atdgen executed" Executable oclaunch Path: src MainIs: oclaunch.ml BuildDepends: core, core_extended, atdgen, threads CompiledObject: best Executable "run_test" Path: src MainIs: test/test.ml Build$: flag(tests) CompiledObject: best Install: false BuildDepends: alcotest, oUnit, core, threads, core_extended, atdgen Test "tests" Run$: flag(tests) Command: $run_test WorkingDirectory: src/test