opam-version: "2.0"
maintainer: "Ivan Gotovchits <ivg@ieee.org>"
authors: "Ivan Gotovchits <ivg@ieee.org>"
homepage: "https://github.com/ivg/parallel"
bug-reports: "https://github.com/ivg/parallel/issues"
dev-repo: "git+https://github.com/ivg/parallel.git"
license: "MIT"
build: [
  ["./configure" "--prefix=%{prefix}%"]
  [make]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "lwt_parallel"]
depends: [
  "ocaml"
  "base-unix"
  "camlp4"
  "lwt" {< "3.0.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
synopsis: "Lwt-enabled multiprocessing library"
description: "Allows to run lwt threads in different process."
flags: light-uninstall
url {
  src: "https://github.com/ivg/parallel/archive/v0.1.0.tar.gz"
  checksum: "md5=178e724bb8351eb1835ff27540162cca"
}
