_oasis 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. OASISFormat: 0.4
  2. Name: OcLaunch
  3. Version: 0.3.1-dev
  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-2015 Joly Clément
  10. Homepage: http://www.oclaunch.tuxfamily.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: 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 leowzukw@vmail.me. Help at https://gitlab.com/WzukW/oclaunch/wikis/home. Try it, it works automagically!
  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 shure that atgen commands above run
  25. PreBuildCommand: echo "Atdgen executed"
  26. Executable oclaunch
  27. Path: src
  28. MainIs: oclaunch.ml
  29. BuildDepends: core, core_extended, atdgen, threads
  30. CompiledObject: best
  31. Executable "run_test"
  32. Path: src
  33. MainIs: test/test.ml
  34. Build$: flag(tests)
  35. CompiledObject: best
  36. Install: false
  37. BuildDepends: alcotest, oUnit, core, threads, core_extended, atdgen
  38. Test "tests"
  39. Run$: flag(tests)
  40. Command: $run_test
  41. WorkingDirectory: src/test