_oasis 921 B

123456789101112131415161718192021222324252627
  1. OASISFormat: 0.4
  2. Name: OcLaunch
  3. Version: 0.1.2
  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 Joly Clément
  10. Homepage: https://gitlab.com/WzukW/oclaunch"
  11. BuildTools: ocamlbuild, camlp4o
  12. Plugins: StdFiles (0.4), DevFiles (0.4)
  13. XStdFilesREADME: false
  14. XStdFilesINSTALL: true
  15. XStdFilesAUTHORS: true
  16. 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.
  17. PreBuildCommand: atdgen -t ./src/settings.atd
  18. PreBuildCommand: atdgen -j ./src/settings.atd
  19. PreBuildCommand: atdgen -v ./src/settings.atd
  20. Executable oclaunch
  21. Path: src
  22. MainIs: oclaunch.ml
  23. BuildDepends: core, yojson, atdgen, threads, core_extended
  24. CompiledObject: best