opam-version: "2.0"
maintainer: "xvw <xavier.vdw@gmail.com>"
authors: "xvw <xavier.vdw@gmail.com>"
homepage: "https://github.com/xvw/olmi"
bug-reports: "https://github.com/xvw/olmi/issues"
license: "GPL-3.0-only"
dev-repo: "git+https://github.com/xvw/olmi.git"
build: [
  ["./configure" "--prefix=%{prefix}%"]
  [make]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "olmi"]
depends: [
  "ocaml" {>= "4.00.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
synopsis:
  "Olmi provide functor to generate monadic combinators with a minimal interface"
description:
  "Olmi for OCaml Lightweight Monadic Interface provide some functors to build all monadic combinators with a minimal interface."
flags: light-uninstall
url {
  src: "https://github.com/xvw/olmi/releases/download/v1.0/olmi.tar.gz"
  checksum: "md5=d82dae00b83488d93e7138831c2bc351"
}
