opam-version: "2.0"
maintainer: "Leo <leowzukw@vmail.me>"
authors: "Leo <leowzukw@vmail.me>"
homepage: "http://www.oclaunch.eu.org"
bug-reports: "https://gitlab.com/WzukW/oclaunch/issues/new"
license: "CeCILL-1.0+"
dev-repo: "git+ssh://git@gitlab.com/WzukW/oclaunch.git"
build: [
  ["./configure" "--prefix=%{prefix}%"]
  [make]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "ocl"]
depends: [
  "ocaml" {>= "4.02.0"}
  "atdgen"
  "base-threads"
  "core" {>= "112.35.00" & < "v0.9.0"}
  "textutils" {< "v0.15"}
  "re2" {< "v0.15"}
  "ocamlfind" {build}
  "camlp4"
]
synopsis:
  "Command-line program allowing you to launch program on a human basis. Don't let a clock plan things!"
description: """
For example, here is a typical session (you open a terminal emulator between
each item):

  You open your first terminal, your chat client is opened,
  On second launch of a terminal, your task list is displayed,
  On third launch, everything has been done. You will not see anything
  more."""
flags: light-uninstall
url {
  src:
    "http://download.tuxfamily.org/oclaunch/v03/oclaunch_v0.3.0-pre1_src.tar.gz"
  checksum: "md5=46d4dc1fab2ac0f5ba56786f00baa60f"
}
