synopsis: "Monad programming using ppx preprocessor"
opam-version: "2.0"
authors: [
  "Wojciech Meyer"
  "Jeremy Yallop"
]
maintainer: "yallop@gmail.com"
build: [
  ["oasis" "setup"]
  ["ocaml" "setup.ml" "-configure" "--enable-tests" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
depends: [
  "ocaml" {>= "4.08.0" & < "4.12.0"}
  "ocamlfind" {build}
  "oasis" {build}
  "ppx_tools"
  "ocaml-migrate-parsetree" {< "2.0.0"}
  "ocamlbuild" {build}
]
dev-repo: "git+https://github.com/yallop/omonad.git"
homepage: "https://github.com/yallop/omonad"
bug-reports: "https://github.com/yallop/omonad/issues"
install: ["ocaml" "setup.ml" "-install"]
url {
  src: "https://github.com/yallop/omonad/archive/omonad-0.4.0.tar.gz"
  checksum: [
    "md5=2d9edeb59120a27b28a3f110de1a92db"
    "sha512=8ba8a8f7629d17a91be32059e2dd4e961d07e8318ef3f165141e5d99d5ed1ccc0787ed25b09f94f7f0dcd6761fa76fca6751cd9b61bc92c7ad1605ff6d68700b"
  ]
}
