_oasis 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. OASISFormat: 0.4
  2. Name: OcLaunch
  3. Version: 0.3.1
  4. Synopsis: Launch commands automagically
  5. Authors: Joly Clément <leowzukw@vmail.me>
  6. Maintainers: Joly Clément <leowzukw@vmail.me>
  7. License: CeCILL
  8. LicenseFile: LICENSE
  9. Copyrights: (C) 2014-2016 Joly Clément
  10. Homepage: http://www.oclaunch.eu.org
  11. BuildTools: ocamlbuild, camlp4o
  12. Plugins: StdFiles (0.4), DevFiles (0.4)
  13. XStdFilesREADME: true
  14. XStdFilesINSTALL: true
  15. XStdFilesAUTHORS: true
  16. AlphaFeatures: stdfiles_markdown, compiled_setup_ml
  17. 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.ocaml.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) <hr/><p>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.<br/> Try it, it works automagically!</p><p>For example, here is a typical session (you open a terminal emulator between each item): <ul> <li>You open your first terminal, your chat client is opened,</li> <li>On second launch of a terminal, your task list is displayed,</li> <li>On third launch, everything has been done. You will not see anything more.</li> </ul></p>
  18. PreBuildCommand: atdgen -t ./src/settings.atd
  19. PreBuildCommand: atdgen -j ./src/settings.atd
  20. PreBuildCommand: atdgen -v ./src/settings.atd
  21. PreBuildCommand: atdgen -b ./src/tmp_biniou.atd
  22. PreBuildCommand: atdgen -t ./src/tmp_biniou.atd
  23. PreBuildCommand: atdgen -v ./src/tmp_biniou.atd
  24. # Test, to be sure that atdgen commands above run
  25. PreBuildCommand: echo "Atdgen executed"
  26. Executable oclaunch
  27. Path: src
  28. MainIs: oclaunch.ml
  29. BuildDepends: core, textutils, atdgen, threads, re2
  30. CompiledObject: best
  31. Executable "run_test"
  32. Path: src
  33. MainIs: test/test.ml
  34. CompiledObject: best
  35. Install: false
  36. BuildDepends: alcotest, oUnit, core, textutils, atdgen, threads, re2
  37. Test tests
  38. Command: $run_test -q
  39. WorkingDirectory: src/test