_oasis 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. OASISFormat: 0.4
  2. Name: OcLaunch
  3. Version: 0.2.1-rc1
  4. Synopsis: Launch commands automatically
  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
  18. the program is called) commands. It is designed to be used with any program,
  19. interactive or not. Feedback is welcome at leowzukw@vmail.me. Help at
  20. https://gitlab.com/WzukW/oclaunch/wikis/home. Try it, it works automatically!
  21. PreBuildCommand: atdgen -t ./src/settings.atd
  22. PreBuildCommand: atdgen -j ./src/settings.atd
  23. PreBuildCommand: atdgen -v ./src/settings.atd
  24. PreBuildCommand: atdgen -b ./src/tmp_biniou.atd
  25. PreBuildCommand: atdgen -t ./src/tmp_biniou.atd
  26. PreBuildCommand: atdgen -v ./src/tmp_biniou.atd
  27. # Test, to be shure that atgen commands above run
  28. PreBuildCommand: echo "Atdgen executed"
  29. Executable oclaunch
  30. Path: src
  31. MainIs: oclaunch.ml
  32. BuildDepends: core, atdgen, threads
  33. CompiledObject: best