opam-version: "2.0"
maintainer: "michipili@gmail.com"
authors: "Michael Grünewald"
license: "CeCILL-B"
homepage: "https://github.com/michipili/lemonade"
bug-reports: "https://github.com/michipili/lemonade/issues"
dev-repo: "git+https://github.com/michipili/lemonade.git"
tags: [
  "pattern"
  "monad"
]
build: [
  ["./configure" "--prefix" prefix]
  [conf-bmake:path "-I%{bsdowl:share}%" "all"]
]
install: [
  [conf-bmake:path "-I%{bsdowl:share}%" "install"]
]
remove: [
  ["ocamlfind" "remove" "lemonade"]
  ["rm" "-rf" "%{share}%/doc/lemonade"]
]
depends: [
  "ocaml"
  "broken" {>= "0.4.2"}
  "bsdowl" {>= "3.0.0"}
  "conf-bmake"
  "mixture" {= "0.2.0"}
  "ocamlfind"
]
synopsis: "A monad library with bubbles"
description: "WWW: https://github.com/michipili/lemonade"
flags: light-uninstall
url {
  src:
    "https://github.com/michipili/lemonade/releases/download/v0.3.0/lemonade-0.3.0.tar.xz"
  checksum: "md5=61e3bec52b6ff865178f09bce6b4f8df"
}
