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.1/olmi.tar.gz"
  checksum: "md5=3e9903afbd15ca7a0f060f03d65317aa"
}
